Class InMemoryAutoScalerStateStore<KEY,​Context extends JobAutoScalerContext<KEY>>

  • Type Parameters:
    KEY - The job key.
    Context - The job autoscaler context.
    All Implemented Interfaces:
    AutoScalerStateStore<KEY,​Context>

    public class InMemoryAutoScalerStateStore<KEY,​Context extends JobAutoScalerContext<KEY>>
    extends java.lang.Object
    implements AutoScalerStateStore<KEY,​Context>
    State store based on the Java Heap, the state will be discarded after process restarts.