public class DataNodeService extends DruidService
| Modifier and Type | Field and Description |
|---|---|
static String |
DISCOVERY_SERVICE_KEY |
| 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 |
|---|---|
boolean |
equals(Object o) |
long |
getMaxSize() |
String |
getName() |
int |
getPriority() |
String |
getTier() |
ServerType |
getType() |
int |
hashCode() |
boolean |
isDiscoverable() |
String |
toString() |
public static final String DISCOVERY_SERVICE_KEY
public DataNodeService(String tier, long maxSize, ServerType type, int priority)
public DataNodeService(String tier, long maxSize, ServerType type, int priority, boolean isDiscoverable)
public String getName()
getName in class DruidServicepublic String getTier()
public long getMaxSize()
public ServerType getType()
public int getPriority()
public boolean isDiscoverable()
isDiscoverable in class DruidServiceCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.