Class SourceInputSplit<T>
java.lang.Object
org.apache.beam.runners.flink.translation.wrappers.SourceInputSplit<T>
- All Implemented Interfaces:
Serializable
,org.apache.flink.core.io.InputSplit
InputSplit
for SourceInputFormat
. We pass the sharded Source
around in the input split because Sources simply split up into several Sources for sharding. This
is different to how Flink creates a separate InputSplit from an InputFormat.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SourceInputSplit
public SourceInputSplit() -
SourceInputSplit
-
-
Method Details
-
getSplitNumber
public int getSplitNumber()- Specified by:
getSplitNumber
in interfaceorg.apache.flink.core.io.InputSplit
-
getSource
-