Package org.apache.beam.runners.flink
Class FlinkBatchPortablePipelineTranslator.IsFlinkNativeTransform
java.lang.Object
org.apache.beam.runners.flink.FlinkBatchPortablePipelineTranslator.IsFlinkNativeTransform
- All Implemented Interfaces:
 Predicate<org.apache.beam.model.pipeline.v1.RunnerApi.PTransform>,org.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransform
- Enclosing class:
 FlinkBatchPortablePipelineTranslator
@AutoService(org.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransform.class)
public static class FlinkBatchPortablePipelineTranslator.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 TypeMethodDescriptionbooleantest(org.apache.beam.model.pipeline.v1.RunnerApi.PTransform pTransform)  
- 
Constructor Details
- 
IsFlinkNativeTransform
public IsFlinkNativeTransform() 
 - 
 - 
Method Details