Class Twister2SideInputReader
java.lang.Object
org.apache.beam.runners.twister2.utils.Twister2SideInputReader
- All Implemented Interfaces:
 org.apache.beam.runners.core.SideInputReader
public class Twister2SideInputReader
extends Object
implements org.apache.beam.runners.core.SideInputReader
- 
Constructor Summary
ConstructorsConstructorDescriptionTwister2SideInputReader(Map<TupleTag<?>, WindowingStrategy<?, ?>> indexByView, edu.iu.dsc.tws.api.tset.TSetContext context)  - 
Method Summary
Modifier and TypeMethodDescription<T> booleancontains(PCollectionView<T> view) <T> @Nullable Tget(PCollectionView<T> view, BoundedWindow window) booleanisEmpty() 
- 
Constructor Details
- 
Twister2SideInputReader
public Twister2SideInputReader(Map<TupleTag<?>, WindowingStrategy<?, ?>> indexByView, edu.iu.dsc.tws.api.tset.TSetContext context)  
 - 
 - 
Method Details
- 
get
- Specified by:
 getin interfaceorg.apache.beam.runners.core.SideInputReader
 - 
contains
- Specified by:
 containsin interfaceorg.apache.beam.runners.core.SideInputReader
 - 
isEmpty
public boolean isEmpty()- Specified by:
 isEmptyin interfaceorg.apache.beam.runners.core.SideInputReader
 
 -