Uses of Interface
cz.o2.proxima.beam.core.BeamDataOperator.PCollectionDescriptor
-
Packages that use BeamDataOperator.PCollectionDescriptor Package Description cz.o2.proxima.beam.core -
-
Uses of BeamDataOperator.PCollectionDescriptor in cz.o2.proxima.beam.core
Classes in cz.o2.proxima.beam.core with type parameters of type BeamDataOperator.PCollectionDescriptor Modifier and Type Interface Description private static interfaceBeamDataOperator.PCollectionFactoryFromDescriptor<T extends BeamDataOperator.PCollectionDescriptor>Classes in cz.o2.proxima.beam.core that implement BeamDataOperator.PCollectionDescriptor Modifier and Type Class Description private static classBeamDataOperator.BatchSnapshotDescriptorprivate static classBeamDataOperator.BatchUpdatesDescriptorprivate static classBeamDataOperator.StreamDescriptorFields in cz.o2.proxima.beam.core with type parameters of type BeamDataOperator.PCollectionDescriptor Modifier and Type Field Description private java.util.Map<BeamDataOperator.PCollectionDescriptor,org.apache.beam.sdk.values.PCollection<StreamElement>>BeamDataOperator. createdStreamsMapMethods in cz.o2.proxima.beam.core with type parameters of type BeamDataOperator.PCollectionDescriptor Modifier and Type Method Description private <T extends BeamDataOperator.PCollectionDescriptor>
org.apache.beam.sdk.values.PCollection<StreamElement>BeamDataOperator. getOrCreatePCollection(T desc, boolean cacheable, BeamDataOperator.PCollectionFactoryFromDescriptor<T> factory)
-