Class FlinkSideInputReader
java.lang.Object
org.apache.beam.runners.flink.translation.functions.FlinkSideInputReader
- All Implemented Interfaces:
org.apache.beam.runners.core.SideInputReader
public class FlinkSideInputReader
extends Object
implements org.apache.beam.runners.core.SideInputReader
A
SideInputReader for the Flink Batch Runner.-
Constructor Summary
ConstructorsConstructorDescriptionFlinkSideInputReader(Map<PCollectionView<?>, WindowingStrategy<?, ?>> indexByView, org.apache.flink.api.common.functions.RuntimeContext runtimeContext) -
Method Summary
Modifier and TypeMethodDescription<T> booleancontains(PCollectionView<T> view) <T> @Nullable Tget(PCollectionView<T> view, BoundedWindow window) booleanisEmpty()
-
Constructor Details
-
FlinkSideInputReader
public FlinkSideInputReader(Map<PCollectionView<?>, WindowingStrategy<?, ?>> indexByView, org.apache.flink.api.common.functions.RuntimeContext runtimeContext)
-
-
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
-