Package org.apache.flink.api.common.io
Interface NonParallelInput
-
- All Known Implementing Classes:
CollectionInputFormat
,TransactionRowInputFormat
,ValuesInputFormat
@Public public interface NonParallelInput
This interface acts as a marker for input formats for inputs which cannot be split. Data sources with a non-parallel input formats are always executed with a parallelism of one.- See Also:
InputFormat