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 theAbstractAsynchronousOperationHandlersmust 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 booleanequals(Object o)TriggerIdgetTriggerId()Get the trigger id for the given operation key.inthashCode()
-
-
-
Constructor Detail
-
OperationKey
public OperationKey(TriggerId triggerId)
-
-