Package org.apache.beam.runners.flink
Class FlinkStreamingPortablePipelineTranslator.IsFlinkNativeTransform
java.lang.Object
org.apache.beam.runners.flink.FlinkStreamingPortablePipelineTranslator.IsFlinkNativeTransform
- All Implemented Interfaces:
Predicate<org.apache.beam.model.pipeline.v1.RunnerApi.PTransform>
,org.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransform
- Enclosing class:
FlinkStreamingPortablePipelineTranslator
@AutoService(org.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransform.class)
public static class FlinkStreamingPortablePipelineTranslator.IsFlinkNativeTransform
extends Object
implements org.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransform
Predicate to determine whether a URN is a Flink native transform.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(org.apache.beam.model.pipeline.v1.RunnerApi.PTransform pTransform)
-
Constructor Details
-
IsFlinkNativeTransform
public IsFlinkNativeTransform()
-
-
Method Details