Uses of Package
org.apache.flink.connector.base.sink.writer
Packages that use org.apache.flink.connector.base.sink.writer
Package
Description
-
Classes in org.apache.flink.connector.base.sink.writer used by org.apache.flink.connector.base.sinkClassDescriptionThis interface specifies the mapping between elements of a stream to request entries that can be sent to the destination.
-
Classes in org.apache.flink.connector.base.sink.writer used by org.apache.flink.connector.base.sink.writerClassDescriptionClass holding state of
AsyncSinkWriterneeded at taking a snapshot.This interface specifies the mapping between elements of a stream to request entries that can be sent to the destination.A wrapper that contains aRequestEntryTready to be written by the Sink Writer class, along with the size of that entry as defined by the methodgetSizeInBytes(RequestEntryT)of theAsyncSinkWriter.Interface to handle the result of aAsyncSinkWriterrequest.