Class RescalingHandlers
java.lang.Object
org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers<AsynchronousJobOperationKey,Acknowledge>
org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers
public class RescalingHandlers
extends AbstractAsynchronousOperationHandlers<AsynchronousJobOperationKey,Acknowledge>
Rest handler to trigger and poll the rescaling of a running job.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassHandler which reports the status of the rescaling operation.classHandler which triggers the rescaling of the specified job.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
-
RescalingHandlers
-