| 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 |
ImmutableDruidServer.getType() |
ServerType |
DruidServer.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.getServerType() |
| Modifier and Type | Method and Description |
|---|---|
static DataNodeService |
DataNodeService.fromJson(String tier,
long maxSize,
ServerType type,
ServerType serverType,
int priority)
This JSON creator requires for the "type" subtype key of
DruidService to appear before
the "type" property of this class in the serialized JSON. |
| Constructor and Description |
|---|
DataNodeService(String tier,
long maxSize,
ServerType serverType,
int priority) |
DataNodeService(String tier,
long maxSize,
ServerType serverType,
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.fromNodeRole(NodeRole nodeRole) |
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–2023 The Apache Software Foundation. All rights reserved.