类 FlinkGlobalCommitter<CommT,​GlobalCommT>

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

    public class FlinkGlobalCommitter<CommT,​GlobalCommT>
    extends Object
    implements org.apache.flink.api.connector.sink.GlobalCommitter<CommitWrapper<CommT>,​GlobalCommT>
    The committer wrapper of SinkAggregatedCommitter, which is created by Sink.createGlobalCommitter(), used to unify the different implementations of SinkAggregatedCommitter