public class Twister2SideInputReader
extends java.lang.Object
implements org.apache.beam.runners.core.SideInputReader
Constructor and Description |
---|
Twister2SideInputReader(java.util.Map<TupleTag<?>,WindowingStrategy<?,?>> indexByView,
edu.iu.dsc.tws.api.tset.TSetContext context) |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
contains(PCollectionView<T> view) |
<T> T |
get(PCollectionView<T> view,
BoundedWindow window) |
boolean |
isEmpty() |
public Twister2SideInputReader(java.util.Map<TupleTag<?>,WindowingStrategy<?,?>> indexByView, edu.iu.dsc.tws.api.tset.TSetContext context)
public <T> T get(PCollectionView<T> view, BoundedWindow window)
get
in interface org.apache.beam.runners.core.SideInputReader
public <T> boolean contains(PCollectionView<T> view)
contains
in interface org.apache.beam.runners.core.SideInputReader
public boolean isEmpty()
isEmpty
in interface org.apache.beam.runners.core.SideInputReader