Interface SourceSplit
-
- All Known Subinterfaces:
IteratorSourceSplit<E,IterT>
- All Known Implementing Classes:
FileSourceSplit
,FromElementsSplit
,HybridSourceSplit
,NumberSequenceSource.NumberSequenceSplit
,SocketSource.DummySplit
@Public public interface SourceSplit
An interface for all the Split types to extend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
splitId()
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.
-
-