Class AsynchronousJobOperationKey
java.lang.Object
org.apache.flink.runtime.rest.handler.async.OperationKey
org.apache.flink.runtime.rest.handler.job.AsynchronousJobOperationKey
- All Implemented Interfaces:
Serializable
A pair of
JobID and TriggerId used as a key to a hash based collection.-
Method Summary
Methods inherited from class org.apache.flink.runtime.rest.handler.async.OperationKey
getTriggerId
-
Method Details
-
of
public static AsynchronousJobOperationKey of(TriggerId triggerId, org.apache.flink.api.common.JobID jobId) -
getJobId
public org.apache.flink.api.common.JobID getJobId()Get the job id for the given operation key.- Returns:
- job id
-
equals
- Overrides:
equalsin classOperationKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classOperationKey
-
toString
-