Package com.hazelcast.pc
Class PipelineCreator
java.lang.Object
com.hazelcast.pc.PipelineCreator
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptioncom.hazelcast.jet.pipeline.PipelineDeprecated, for removal: This API element is subject to removal in a future version.static PipelineCreatorfromConfig(JetConfig config) Deprecated, for removal: This API element is subject to removal in a future version.static PipelineCreatorfromConfigWithBaseDir(JetConfig config, Path baseDir) Deprecated, for removal: This API element is subject to removal in a future version.static voidregisterSink(String type, Sink sink) Deprecated, for removal: This API element is subject to removal in a future version.static voidregisterSource(String type, Source source) Deprecated, for removal: This API element is subject to removal in a future version.static voidregisterTransform(String type, Transform transform) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
fromConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
fromConfigWithBaseDir
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
Deprecated, for removal: This API element is subject to removal in a future version. -
registerSink
Deprecated, for removal: This API element is subject to removal in a future version. -
registerTransform
Deprecated, for removal: This API element is subject to removal in a future version.
-