Class OperationKey

java.lang.Object
org.apache.flink.runtime.rest.handler.async.OperationKey
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsynchronousJobOperationKey

public class OperationKey extends Object implements Serializable
Any operation key for the AbstractAsynchronousOperationHandlers must extend this class. It is used to store the trigger id.
See Also:
  • Constructor Details

    • OperationKey

      public OperationKey(TriggerId triggerId)
  • Method Details

    • getTriggerId

      public TriggerId getTriggerId()
      Get the trigger id for the given operation key.
      Returns:
      trigger id
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object