Class PythonTransform<R,T>

java.lang.Object
com.hazelcast.pc.transforms.PythonTransform<R,T>
All Implemented Interfaces:
Transform<R,T>

public class PythonTransform<R,T> extends Object implements Transform<R,T>
  • Constructor Details

    • PythonTransform

      public PythonTransform()
  • Method Details

    • transform

      public com.hazelcast.jet.pipeline.GeneralStage<R> transform(com.hazelcast.jet.pipeline.GeneralStage<T> stage, StageConfig stageConfig)
      Specified by:
      transform in interface Transform<R,T>