Class IndexingTotalWorkerCapacityInfo


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

      • IndexingTotalWorkerCapacityInfo

        public IndexingTotalWorkerCapacityInfo​(int currentClusterCapacity,
                                               int maximumCapacityWithAutoScale)
    • Method Detail

      • getCurrentClusterCapacity

        public int getCurrentClusterCapacity()
      • getMaximumCapacityWithAutoScale

        public int getMaximumCapacityWithAutoScale()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object