| Package | Description |
|---|---|
| org.apache.druid.client | |
| org.apache.druid.discovery | |
| org.apache.druid.guice | |
| org.apache.druid.server.coordination |
| Modifier and Type | Method and Description |
|---|---|
ServerType |
DruidServer.getType() |
ServerType |
ImmutableDruidServer.getType() |
| Constructor and Description |
|---|
DruidServer(DruidNode node,
DruidServerConfig config,
ServerType type) |
DruidServer(String name,
String hostAndPort,
String hostAndTlsPort,
long maxSize,
ServerType type,
String tier,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
ServerType |
DataNodeService.getType() |
| Constructor and Description |
|---|
DataNodeService(String tier,
long maxSize,
ServerType type,
int priority) |
DataNodeService(String tier,
long maxSize,
ServerType type,
int priority,
boolean isDiscoverable) |
| Modifier and Type | Method and Description |
|---|---|
ServerType |
ServerTypeConfig.getServerType() |
| Constructor and Description |
|---|
ServerTypeConfig(ServerType serverType) |
| Modifier and Type | Method and Description |
|---|---|
static ServerType |
ServerType.fromString(String type) |
ServerType |
DruidServerMetadata.getType() |
static ServerType |
ServerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerType[] |
ServerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DruidServerMetadata(String name,
String hostAndPort,
String hostAndTlsPort,
long maxSize,
ServerType type,
String tier,
int priority) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.