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> boolean
contains
(PCollectionView<T> view) <T> @Nullable T
get
(PCollectionView<T> view, BoundedWindow window) boolean
isEmpty()
-
Constructor Details
-
FlinkSideInputReader
public FlinkSideInputReader(Map<PCollectionView<?>, WindowingStrategy<?, ?>> indexByView, org.apache.flink.api.common.functions.RuntimeContext runtimeContext)
-
-
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
-