Class ReaderRegistrationEvent
- java.lang.Object
-
- org.apache.flink.runtime.source.event.ReaderRegistrationEvent
-
- All Implemented Interfaces:
Serializable
,OperatorEvent
public class ReaderRegistrationEvent extends Object implements OperatorEvent
AnOperatorEvent
that registers aSourceReader
to the SourceCoordinator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReaderRegistrationEvent(int subtaskId, String location)
-