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 theAbstractAsynchronousOperationHandlers
must extend this class. It is used to store the trigger id.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationKey(TriggerId triggerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
TriggerId
getTriggerId()
Get the trigger id for the given operation key.int
hashCode()
-
-
-
Constructor Detail
-
OperationKey
public OperationKey(TriggerId triggerId)
-
-