Interface Sink

All Known Implementing Classes:
JdbcSink, KafkaSink, LoggerSink, MapSink

@Deprecated(since="5.7", forRemoval=true) public interface Sink
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.SinkStage
    sink(Object stage, StageConfig stageConfig)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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.
     
  • Method Details

    • sink

      com.hazelcast.jet.pipeline.SinkStage sink(Object stage, StageConfig stageConfig)
      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.