Class 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.IsNativeTransform
    Predicate to determine whether a URN is a Spark native transform.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(org.apache.beam.model.pipeline.v1.RunnerApi.PTransform pTransform)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • IsSparkNativeTransform

        public IsSparkNativeTransform()
    • Method Detail

      • test

        public boolean test​(org.apache.beam.model.pipeline.v1.RunnerApi.PTransform pTransform)
        Specified by:
        test in interface org.apache.beam.sdk.util.construction.NativeTransforms.IsNativeTransform
        Specified by:
        test in interface java.util.function.Predicate<org.apache.beam.model.pipeline.v1.RunnerApi.PTransform>