Interface Transform<R,T>

All Known Implementing Classes:
PythonTransform

@Deprecated(since="5.7", forRemoval=true) public interface Transform<R,T>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.hazelcast.jet.pipeline.GeneralStage<R>
    transform(com.hazelcast.jet.pipeline.GeneralStage<T> stage, StageConfig stageConfig)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • transform

      com.hazelcast.jet.pipeline.GeneralStage<R> transform(com.hazelcast.jet.pipeline.GeneralStage<T> stage, StageConfig stageConfig)
      Deprecated, for removal: This API element is subject to removal in a future version.