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

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

    public class NoopJobAutoscaler<KEY,​Context extends JobAutoScalerContext<KEY>>
    extends java.lang.Object
    implements JobAutoScaler<KEY,​Context>
    An autoscaler implementation which does nothing.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleanup​(KEY jobKey)
      Called when the job is deleted.
      void scale​(Context context)
      Compute and apply new parallelism overrides for the provided job context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait