Class BoundedDataset<T>
java.lang.Object
org.apache.beam.runners.spark.translation.BoundedDataset<T>
- All Implemented Interfaces:
 Serializable,Dataset
Holds an RDD or values for deferred conversion to an RDD if needed. PCollections are sometimes
 created from a collection of objects (using RDD parallelize) and then only used to create View
 objects; in which case they do not need to be converted to bytes since they are not transferred
 across the network until they are broadcast.
- See Also:
 
- 
Method Summary