Class ReaderRegistrationEvent
- java.lang.Object
-
- org.apache.flink.runtime.source.event.ReaderRegistrationEvent
-
- All Implemented Interfaces:
Serializable,OperatorEvent
public class ReaderRegistrationEvent extends Object implements OperatorEvent
AnOperatorEventthat registers aSourceReaderto the SourceCoordinator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReaderRegistrationEvent(int subtaskId, String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()intsubtaskId()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.operators.coordination.OperatorEvent
isLossTolerant
-
-