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> boolean
contains
(PCollectionView<T> view) <T> @Nullable T
get
(PCollectionView<T> view, BoundedWindow window) boolean
isEmpty()
-
Constructor Details
-
Twister2SideInputReader
public Twister2SideInputReader(Map<TupleTag<?>, WindowingStrategy<?, ?>> indexByView, edu.iu.dsc.tws.api.tset.TSetContext context)
-
-
Method Details
-
get
- Specified by:
get
in interfaceorg.apache.beam.runners.core.SideInputReader
-
contains
- Specified by:
contains
in interfaceorg.apache.beam.runners.core.SideInputReader
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceorg.apache.beam.runners.core.SideInputReader
-