Package org.apache.flink.core.io
Interface InputSplit
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FileInputSplit,GenericInputSplit,LocatableInputSplit
@Public public interface InputSplit extends Serializable
This interface must be implemented by all kind of input splits that can be assigned to input formats.Input splits are transferred in serialized form via the messages, so they need to be serializable as defined by
Serializable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSplitNumber()Returns the number of this input split.
-