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 Classes Modifier and Type Class Description classSavepointDisposalHandlers.SavepointDisposalStatusHandlerAbstractAsynchronousOperationHandlers.StatusHandlerimplementation for the savepoint disposal operation.classSavepointDisposalHandlers.SavepointDisposalTriggerHandlerAbstractAsynchronousOperationHandlers.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 Constructor Description SavepointDisposalHandlers(Duration cacheDuration)
-
-
-
Constructor Detail
-
SavepointDisposalHandlers
public SavepointDisposalHandlers(Duration cacheDuration)
-
-