Uses of Class
org.apache.flink.runtime.rest.handler.async.OperationKey
Packages that use OperationKey
Package
Description
-
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 OperationKeyModifier and TypeClassDescriptionclassAbstractAsynchronousOperationHandlers<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 OperationKeyModifier and TypeMethodDescriptionprotected 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.jobModifier and TypeClassDescriptionclassA 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 OperationKeyModifier and TypeMethodDescriptionprotected OperationKeySavepointDisposalHandlers.SavepointDisposalTriggerHandler.createOperationKey(HandlerRequest<SavepointDisposalRequest> request) protected OperationKeySavepointDisposalHandlers.SavepointDisposalStatusHandler.getOperationKey(HandlerRequest<EmptyRequestBody> request)