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

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

    @Experimental
    public class JdbcAutoScalerStateStore<KEY,​Context extends JobAutoScalerContext<KEY>>
    extends java.lang.Object
    implements AutoScalerStateStore<KEY,​Context>
    The state store which persists its state in JDBC related database.