Package org.apache.druid.client.indexing
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 Summary
Constructors Constructor Description IndexingTotalWorkerCapacityInfo(int currentClusterCapacity, int maximumCapacityWithAutoScale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetCurrentClusterCapacity()intgetMaximumCapacityWithAutoScale()inthashCode()StringtoString()
-