Class SavepointDisposalHandlers
java.lang.Object
org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers<OperationKey,Acknowledge>
org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers
public class SavepointDisposalHandlers
extends AbstractAsynchronousOperationHandlers<OperationKey,Acknowledge>
Handlers to trigger the disposal of a savepoint.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassAbstractAsynchronousOperationHandlers.StatusHandlerimplementation for the savepoint disposal operation.classAbstractAsynchronousOperationHandlers.TriggerHandlerimplementation for the savepoint disposal operation.Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers
AbstractAsynchronousOperationHandlers.StatusHandler<T extends RestfulGateway,V, M extends MessageParameters>, AbstractAsynchronousOperationHandlers.TriggerHandler<T extends RestfulGateway, B extends RequestBody, M extends MessageParameters> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SavepointDisposalHandlers
-