T - Type of elements before serialization by sink@Experimental public interface DataStreamSinkV1ExternalContext<T> extends DataStreamSinkExternalContext<T>
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.connector.sink.Sink<T,?,?,?> |
createSink(TestingSinkSettings sinkSettings)
Create an instance of
Sink satisfying given options. |
createSinkDataReader, generateTestDatagetConnectorJarPathscloseorg.apache.flink.api.connector.sink.Sink<T,?,?,?> createSink(TestingSinkSettings sinkSettings) throws UnsupportedOperationException
Sink satisfying given options.sinkSettings - settings of the sinkUnsupportedOperationException - if the provided option is not supported.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.