Uses of Interface
org.apache.flink.api.connector.sink2.WriterInitContext
-
Packages that use WriterInitContext Package Description org.apache.flink.api.connector.sink2 -
-
Uses of WriterInitContext in org.apache.flink.api.connector.sink2
Methods in org.apache.flink.api.connector.sink2 with parameters of type WriterInitContext Modifier and Type Method Description default SinkWriter<InputT>Sink. createWriter(WriterInitContext context)Creates aSinkWriter.default StatefulSink.StatefulSinkWriter<InputT,WriterStateT>StatefulSink. restoreWriter(WriterInitContext context, Collection<WriterStateT> recoveredState)Deprecated.Create aStatefulSinkWriterfrom a recovered state.StatefulSinkWriter<InputT,WriterStateT>SupportsWriterState. restoreWriter(WriterInitContext context, Collection<WriterStateT> recoveredState)Create aStatefulSinkWriterfrom a recovered state.Constructors in org.apache.flink.api.connector.sink2 with parameters of type WriterInitContext Constructor Description InitContextWrapper(WriterInitContext wrapped)Deprecated.
-