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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getMaxSize() |
String |
getName() |
int |
getPriority() |
String |
getTier() |
ServerType |
getType() |
int |
hashCode() |
String |
toString() |
public static final String DISCOVERY_SERVICE_KEY
public DataNodeService(String tier, long maxSize, ServerType type, int priority)
public String getName()
getName in class DruidServicepublic String getTier()
public long getMaxSize()
public ServerType getType()
public int getPriority()
Copyright © 2011–2018. All rights reserved.