Class HadoopFormatIO.HadoopInputFormatBoundedSource<K,V>

java.lang.Object
org.apache.beam.sdk.io.Source<KV<K,V>>
org.apache.beam.sdk.io.BoundedSource<KV<K,V>>
org.apache.beam.sdk.io.hadoop.format.HadoopFormatIO.HadoopInputFormatBoundedSource<K,V>
Type Parameters:
K - Type of keys to be read.
V - Type of values to be read.
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
HadoopFormatIO

public static class HadoopFormatIO.HadoopInputFormatBoundedSource<K,V> extends BoundedSource<KV<K,V>> implements Serializable
Bounded source implementation for HadoopFormatIO.
See Also: