Class BoundedSource<T>

java.lang.Object
org.apache.beam.sdk.io.Source<T>
org.apache.beam.sdk.io.BoundedSource<T>
Type Parameters:
T - Type of records read by the source.
All Implemented Interfaces:
Serializable, HasDisplayData
Direct Known Subclasses:
BeamImpulseSource, BigQueryStorageTableSource, CosmosIO.BoundedCosmosBDSource, ElasticsearchIO.BoundedElasticsearchSource, HadoopFormatIO.HadoopInputFormatBoundedSource, MongoDbGridFSIO.Read.BoundedGridFSSource, OffsetBasedSource

public abstract class BoundedSource<T> extends Source<T>
A Source that reads a finite amount of input and, because of that, supports some additional operations.

The operations are:

See Also:
  • Constructor Details

    • BoundedSource

      public BoundedSource()
  • Method Details