Uses of Class
org.apache.flink.runtime.rest.handler.async.OperationKey
-
-
Uses of OperationKey in org.apache.flink.runtime.rest.handler.async
Classes in org.apache.flink.runtime.rest.handler.async with type parameters of type OperationKey Modifier and Type Class Description classAbstractAsynchronousOperationHandlers<K extends OperationKey,R extends Serializable>HTTP handlers for asynchronous operations.classCompletedOperationCache<K extends OperationKey,R extends Serializable>Cache to manage ongoing operations. -
Uses of OperationKey in org.apache.flink.runtime.rest.handler.dataset
Methods in org.apache.flink.runtime.rest.handler.dataset that return OperationKey Modifier and Type Method Description protected OperationKeyClusterDataSetDeleteHandlers.ClusterDataSetDeleteTriggerHandler. createOperationKey(HandlerRequest<EmptyRequestBody> request)protected OperationKeyClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler. getOperationKey(HandlerRequest<EmptyRequestBody> request) -
Uses of OperationKey in org.apache.flink.runtime.rest.handler.job
Subclasses of OperationKey in org.apache.flink.runtime.rest.handler.job Modifier and Type Class Description classAsynchronousJobOperationKeyA pair ofJobIDandTriggerIdused as a key to a hash based collection. -
Uses of OperationKey in org.apache.flink.runtime.rest.handler.job.savepoints
Methods in org.apache.flink.runtime.rest.handler.job.savepoints that return OperationKey Modifier and Type Method Description protected OperationKeySavepointDisposalHandlers.SavepointDisposalTriggerHandler. createOperationKey(HandlerRequest<SavepointDisposalRequest> request)protected OperationKeySavepointDisposalHandlers.SavepointDisposalStatusHandler. getOperationKey(HandlerRequest<EmptyRequestBody> request)
-