Class SparkBatchPortablePipelineTranslator.IsSparkNativeTransform
- java.lang.Object
-
- org.apache.beam.runners.spark.translation.SparkBatchPortablePipelineTranslator.IsSparkNativeTransform
-
- All Implemented Interfaces:
java.util.function.Predicate<org.apache.beam.model.pipeline.v1.RunnerApi.PTransform>,org.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransform
- Enclosing class:
- SparkBatchPortablePipelineTranslator
@AutoService(org.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransform.class) public static class SparkBatchPortablePipelineTranslator.IsSparkNativeTransform extends java.lang.Object implements org.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransformPredicate to determine whether a URN is a Spark native transform.
-
-
Constructor Summary
Constructors Constructor Description IsSparkNativeTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(org.apache.beam.model.pipeline.v1.RunnerApi.PTransform pTransform)
-
-
-
Method Detail
-
test
public boolean test(org.apache.beam.model.pipeline.v1.RunnerApi.PTransform pTransform)
- Specified by:
testin interfaceorg.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransform- Specified by:
testin interfacejava.util.function.Predicate<org.apache.beam.model.pipeline.v1.RunnerApi.PTransform>
-
-