Package org.apache.flink.autoscaler
Class DelayedScaleDown
- java.lang.Object
-
- org.apache.flink.autoscaler.DelayedScaleDown
-
public class DelayedScaleDown extends java.lang.Object
All delayed scale down requests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DelayedScaleDown.VertexDelayedScaleDownInfo
The delayed scale down info for vertex.
-
Constructor Summary
Constructors Constructor Description DelayedScaleDown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelayedScaleDown.VertexDelayedScaleDownInfo
triggerScaleDown(org.apache.flink.runtime.jobgraph.JobVertexID vertex, java.time.Instant triggerTime, int parallelism)
Trigger a scale down, and return the correspondingDelayedScaleDown.VertexDelayedScaleDownInfo
.
-
-
-
Method Detail
-
triggerScaleDown
@Nonnull public DelayedScaleDown.VertexDelayedScaleDownInfo triggerScaleDown(org.apache.flink.runtime.jobgraph.JobVertexID vertex, java.time.Instant triggerTime, int parallelism)
Trigger a scale down, and return the correspondingDelayedScaleDown.VertexDelayedScaleDownInfo
.
-
-