Class PipelineCreator

java.lang.Object
com.hazelcast.pc.PipelineCreator

@Deprecated(since="5.7", forRemoval=true) public class PipelineCreator extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • fromConfig

      public static PipelineCreator fromConfig(JetConfig config)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fromConfigWithBaseDir

      public static PipelineCreator fromConfigWithBaseDir(@Nonnull JetConfig config, Path baseDir)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • createPipeline

      public com.hazelcast.jet.pipeline.Pipeline createPipeline()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • registerSource

      public static void registerSource(String type, Source source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • registerSink

      public static void registerSink(String type, Sink sink)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • registerTransform

      public static void registerTransform(String type, Transform transform)
      Deprecated, for removal: This API element is subject to removal in a future version.