Uses of Interface
org.apache.flink.api.connector.sink2.SinkWriter
-
Packages that use SinkWriter Package Description org.apache.flink.api.common.functions.util org.apache.flink.api.connector.sink2 -
-
Uses of SinkWriter in org.apache.flink.api.common.functions.util
Classes in org.apache.flink.api.common.functions.util that implement SinkWriter Modifier and Type Class Description classPrintSinkOutputWriter<IN>Print sink output writer for DataStream and DataSet print API. -
Uses of SinkWriter in org.apache.flink.api.connector.sink2
Subinterfaces of SinkWriter in org.apache.flink.api.connector.sink2 Modifier and Type Interface Description interfaceCommittingSinkWriter<InputT,CommittableT>ASinkWriterthat performs the first part of a two-phase commit protocol.static interfaceStatefulSink.StatefulSinkWriter<InputT,WriterStateT>Deprecated.ASinkWriterwhose state needs to be checkpointed.interfaceStatefulSinkWriter<InputT,WriterStateT>ASinkWriterwhose state needs to be checkpointed.static interfaceTwoPhaseCommittingSink.PrecommittingSinkWriter<InputT,CommT>Deprecated.Methods in org.apache.flink.api.connector.sink2 that return SinkWriter Modifier and Type Method Description SinkWriter<InputT>Sink. createWriter(Sink.InitContext context)Deprecated.Please implementSink.createWriter(WriterInitContext).default SinkWriter<InputT>Sink. createWriter(WriterInitContext context)Creates aSinkWriter.
-