Class PCollectionViews.SimplePCollectionView<ElemT,PrimitiveViewT,ViewT,W extends BoundedWindow>

java.lang.Object
org.apache.beam.sdk.values.PValueBase
org.apache.beam.sdk.values.PCollectionViews.SimplePCollectionView<ElemT,PrimitiveViewT,ViewT,W>
All Implemented Interfaces:
Serializable, PCollectionView<ViewT>, PInput, POutput, PValue
Enclosing class:
PCollectionViews

public static class PCollectionViews.SimplePCollectionView<ElemT,PrimitiveViewT,ViewT,W extends BoundedWindow> extends PValueBase implements PCollectionView<ViewT>
A class for PCollectionView implementations, with additional type parameters that are not visible at pipeline assembly time when the view is used as a side input.

For internal use only.

See Also: