@PublicEvolving public interface OutputFormatProvider extends DynamicTableSink.SinkRuntimeProvider, ParallelismProvider
OutputFormat
instance as a runtime implementation for DynamicTableSink
.Modifier and Type | Method and Description |
---|---|
OutputFormat<RowData> |
createOutputFormat()
Creates an
OutputFormat instance. |
static OutputFormatProvider |
of(OutputFormat<RowData> outputFormat)
Helper method for creating a static provider.
|
static OutputFormatProvider |
of(OutputFormat<RowData> outputFormat,
Integer sinkParallelism)
Helper method for creating a static provider with a provided sink parallelism.
|
getParallelism
static OutputFormatProvider of(OutputFormat<RowData> outputFormat)
static OutputFormatProvider of(OutputFormat<RowData> outputFormat, Integer sinkParallelism)
OutputFormat<RowData> createOutputFormat()
OutputFormat
instance.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.