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

@Immutable public class AsynchronousJobOperationKey extends OperationKey
A pair of JobID and TriggerId used as a key to a hash based collection.
See Also: