类 FlinkCommitter<CommT>

  • 类型参数:
    CommT - The generic type of commit message
    所有已实现的接口:
    AutoCloseable, org.apache.flink.api.connector.sink.Committer<CommitWrapper<CommT>>

    public class FlinkCommitter<CommT>
    extends Object
    implements org.apache.flink.api.connector.sink.Committer<CommitWrapper<CommT>>
    The committer wrapper of SinkCommitter, which is created by Sink.createCommitter(), used to unify the different sink committer implementations