Class AddSplitEvent<SplitT>

java.lang.Object
org.apache.flink.runtime.source.event.AddSplitEvent<SplitT>
Type Parameters:
SplitT - the type of splits.
All Implemented Interfaces:
Serializable, OperatorEvent

public class AddSplitEvent<SplitT> extends Object implements OperatorEvent
A source event that adds splits to a source reader.
See Also: