Class ReaderRegistrationEvent

java.lang.Object
org.apache.flink.runtime.source.event.ReaderRegistrationEvent
All Implemented Interfaces:
Serializable, OperatorEvent

public class ReaderRegistrationEvent extends Object implements OperatorEvent
An OperatorEvent that registers a SourceReader to the SourceCoordinator.
See Also:
  • Constructor Details

    • ReaderRegistrationEvent

      public ReaderRegistrationEvent(int subtaskId, String location)
  • Method Details

    • subtaskId

      public int subtaskId()
    • location

      public String location()
    • toString

      public String toString()
      Overrides:
      toString in class Object