@PublicEvolving public interface InputFormatProvider extends ScanTableSource.ScanRuntimeProvider, ParallelismProvider
InputFormat instance as a runtime implementation for ScanTableSource.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.io.InputFormat<RowData,?> |
createInputFormat()
Creates an
InputFormat instance. |
static InputFormatProvider |
of(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat)
Helper method for creating a static provider.
|
static InputFormatProvider |
of(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat,
Integer sourceParallelism)
Helper method for creating a static provider with a provided source parallelism.
|
isBoundedgetParallelismstatic InputFormatProvider of(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat)
static InputFormatProvider of(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat, @Nullable Integer sourceParallelism)
org.apache.flink.api.common.io.InputFormat<RowData,?> createInputFormat()
InputFormat instance.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.