Package org.apache.druid.client.indexing
Class IndexingTotalWorkerCapacityInfo
java.lang.Object
org.apache.druid.client.indexing.IndexingTotalWorkerCapacityInfo
Should be synchronized with org.apache.druid.indexing.overlord.http.TotalWorkerCapacityResponse
-
Constructor Summary
ConstructorsConstructorDescriptionIndexingTotalWorkerCapacityInfo(int currentClusterCapacity, int maximumCapacityWithAutoScale) -
Method Summary
-
Constructor Details
-
IndexingTotalWorkerCapacityInfo
public IndexingTotalWorkerCapacityInfo(int currentClusterCapacity, int maximumCapacityWithAutoScale)
-
-
Method Details