Class IndexingTotalWorkerCapacityInfo

java.lang.Object
org.apache.druid.client.indexing.IndexingTotalWorkerCapacityInfo

public class IndexingTotalWorkerCapacityInfo extends Object
Should be synchronized with org.apache.druid.indexing.overlord.http.TotalWorkerCapacityResponse
  • Constructor Details

    • IndexingTotalWorkerCapacityInfo

      public IndexingTotalWorkerCapacityInfo(int currentClusterCapacity, int maximumCapacityWithAutoScale)
  • Method Details

    • getCurrentClusterCapacity

      public int getCurrentClusterCapacity()
    • getMaximumCapacityWithAutoScale

      public int getMaximumCapacityWithAutoScale()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object