T
- Type of elements before serialization by sink@Experimental public interface DataStreamSinkV2ExternalContext<T> extends DataStreamSinkExternalContext<T>
Modifier and Type | Method and Description |
---|---|
Sink<T> |
createSink(TestingSinkSettings sinkSettings)
Create an instance of
Sink satisfying given options. |
createSinkDataReader, generateTestData
getConnectorJarPaths
close
getProducedType
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.