public class FlinkExecutableStagePruningFunction
extends java.lang.Object
implements org.apache.flink.api.common.functions.FlatMapFunction<org.apache.beam.sdk.transforms.join.RawUnionValue,org.apache.beam.sdk.util.WindowedValue<?>>
FlinkExecutableStageFunction.| Constructor and Description |
|---|
FlinkExecutableStagePruningFunction(int unionTag)
Creates a
FlinkExecutableStagePruningFunction that extracts elements of the given union
tag. |
| Modifier and Type | Method and Description |
|---|---|
void |
flatMap(org.apache.beam.sdk.transforms.join.RawUnionValue rawUnionValue,
org.apache.flink.util.Collector<org.apache.beam.sdk.util.WindowedValue<?>> collector) |
public FlinkExecutableStagePruningFunction(int unionTag)
FlinkExecutableStagePruningFunction that extracts elements of the given union
tag.public void flatMap(org.apache.beam.sdk.transforms.join.RawUnionValue rawUnionValue,
org.apache.flink.util.Collector<org.apache.beam.sdk.util.WindowedValue<?>> collector)
flatMap in interface org.apache.flink.api.common.functions.FlatMapFunction<org.apache.beam.sdk.transforms.join.RawUnionValue,org.apache.beam.sdk.util.WindowedValue<?>>