类 FlinkSink<InputT,​CommT,​WriterStateT,​GlobalCommT>

  • 类型参数:
    InputT - The generic type of input data
    CommT - The generic type of commit message
    WriterStateT - The generic type of writer state
    GlobalCommT - The generic type of global commit message
    所有已实现的接口:
    Serializable, org.apache.flink.api.connector.sink.Sink<InputT,​CommitWrapper<CommT>,​FlinkWriterState<WriterStateT>,​GlobalCommT>

    public class FlinkSink<InputT,​CommT,​WriterStateT,​GlobalCommT>
    extends Object
    implements org.apache.flink.api.connector.sink.Sink<InputT,​CommitWrapper<CommT>,​FlinkWriterState<WriterStateT>,​GlobalCommT>
    The sink implementation of Sink, the entrypoint of flink sink translation
    另请参阅:
    序列化表格