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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
location()
int
subtaskId()
String
toString()
-
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
-
-