public class DruidCluster extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DruidCluster.Builder |
| Modifier and Type | Field and Description |
|---|---|
static DruidCluster |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static DruidCluster.Builder |
builder() |
Collection<ServerHolder> |
getAllServers() |
Set<ServerHolder> |
getBrokers() |
Map<String,NavigableSet<ServerHolder>> |
getHistoricals() |
NavigableSet<ServerHolder> |
getHistoricalsByTier(String tier) |
Set<ServerHolder> |
getRealtimes() |
Iterable<String> |
getTierNames() |
boolean |
isEmpty() |
public static final DruidCluster EMPTY
public Set<ServerHolder> getRealtimes()
public Map<String,NavigableSet<ServerHolder>> getHistoricals()
public Set<ServerHolder> getBrokers()
public NavigableSet<ServerHolder> getHistoricalsByTier(String tier)
public Collection<ServerHolder> getAllServers()
public boolean isEmpty()
public static DruidCluster.Builder builder()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.