Class FlinkPortableRunnerUtils
java.lang.Object
org.apache.beam.runners.flink.translation.utils.FlinkPortableRunnerUtils
Various utilies related to portability. Helps share code between portable batch and streaming
translator.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
requiresStableInput
(org.apache.beam.model.pipeline.v1.RunnerApi.ExecutableStagePayload payload) static boolean
requiresTimeSortedInput
(org.apache.beam.model.pipeline.v1.RunnerApi.ExecutableStagePayload payload, boolean streaming)
-
Method Details
-
requiresTimeSortedInput
public static boolean requiresTimeSortedInput(org.apache.beam.model.pipeline.v1.RunnerApi.ExecutableStagePayload payload, boolean streaming) -
requiresStableInput
public static boolean requiresStableInput(org.apache.beam.model.pipeline.v1.RunnerApi.ExecutableStagePayload payload)
-