Package com.hazelcast.pc
Interface Sink
- All Known Implementing Classes:
JdbcSink,KafkaSink,LoggerSink,MapSink
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptioncom.hazelcast.jet.pipeline.SinkStagesink(Object stage, StageConfig stageConfig) Deprecated, for removal: This API element is subject to removal in a future version.static <T> com.hazelcast.jet.pipeline.SinkStageDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
sink
Deprecated, for removal: This API element is subject to removal in a future version. -
write
static <T> com.hazelcast.jet.pipeline.SinkStage write(Object stage, com.hazelcast.jet.pipeline.Sink<T> writer) Deprecated, for removal: This API element is subject to removal in a future version.
-