Interface SourceSplit
-
- All Known Subinterfaces:
IteratorSourceSplit<E,IterT>
- All Known Implementing Classes:
NumberSequenceSource.NumberSequenceSplit
@Public public interface SourceSplitAn interface for all the Split types to extend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringsplitId()Get the split id of this source split.
-
-
-
Method Detail
-
splitId
String splitId()
Get the split id of this source split.- Returns:
- id of this source split.
-
-