Package org.apache.flink.autoscaler.state
-
Interface Summary Interface Description AutoScalerStateStore<KEY,Context extends JobAutoScalerContext<KEY>> The state store is responsible for storing all state during scaling. -
Class Summary Class Description InMemoryAutoScalerStateStore<KEY,Context extends JobAutoScalerContext<KEY>> State store based on the Java Heap, the state will be discarded after process restarts.