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

  • All Implemented Interfaces:
    ScalingRealizer<KEY,​Context>

    public class RescaleApiScalingRealizer<KEY,​Context extends JobAutoScalerContext<KEY>>
    extends java.lang.Object
    implements ScalingRealizer<KEY,​Context>
    A ScalingRealizer which uses the Rescale API to apply parallelism changes.

    Note: This is based on code copied from the operator, and they don't depend on each other, so some code is duplicated.