Interface StatefulSinkWriter<InputT,​WriterStateT>

  • Type Parameters:
    InputT - The type of the sink writer's input
    WriterStateT - The type of the writer's state
    All Superinterfaces:
    AutoCloseable, SinkWriter<InputT>
    All Known Subinterfaces:
    StatefulSink.StatefulSinkWriter<InputT,​WriterStateT>

    @Public
    public interface StatefulSinkWriter<InputT,​WriterStateT>
    extends SinkWriter<InputT>
    A SinkWriter whose state needs to be checkpointed.