Interface NonParallelInput


  • @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