HadoopFormatIO .See: Description
| Interface | Description | 
|---|---|
| ExternalSynchronization | Provides mechanism for acquiring locks related to the job. | 
| HadoopFormatIO.Write.ExternalSynchronizationBuilder<KeyT,ValueT> | Builder for External Synchronization defining. | 
| HadoopFormatIO.Write.PartitionedWriterBuilder<KeyT,ValueT> | Builder for partitioning determining. | 
| HadoopFormatIO.Write.WriteBuilder<KeyT,ValueT> | Main builder of Write transformation. | 
| Class | Description | 
|---|---|
| HadoopFormatIO | A  HadoopFormatIOis a Transform for reading data from any source or writing data to any
 sink which implements HadoopInputFormatorOutputFormat. | 
| HadoopFormatIO.HadoopInputFormatBoundedSource<K,V> | Bounded source implementation for  HadoopFormatIO. | 
| HadoopFormatIO.Read<K,V> | A  PTransformthat reads from any data source which implements Hadoop InputFormat. | 
| HadoopFormatIO.SerializableSplit | A wrapper to allow Hadoop  InputSplitto be serialized using
 Java's standard serialization mechanisms. | 
| HadoopFormatIO.Write<KeyT,ValueT> | A  PTransformthat writes to any data sink which implements Hadoop OutputFormat. | 
| HDFSSynchronization | Implementation of  ExternalSynchronizationwhich registers locks in the HDFS. | 
HadoopFormatIO .HadoopFormatIO