Class DruidCluster
java.lang.Object
org.apache.druid.server.coordinator.DruidCluster
Contains a representation of the current state of the cluster by tier.
Each tier is mapped to the list of servers for that tier sorted by available space.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DruidCluster.Builderbuilder()Return all historicals.Returns all managed historicals.booleanisEmpty()
-
Field Details
-
EMPTY
-
-
Method Details
-
getRealtimes
-
getHistoricals
Return all historicals. -
getManagedHistoricals
Returns all managed historicals. Managed historicals are historicals which can participate in segment assignment, drop or balancing. -
getBrokers
-
getTierNames
-
getManagedHistoricalsByTier
-
getAllManagedServers
-
isEmpty
public boolean isEmpty() -
builder
-