public class DruidServerMetadata extends Object
| Constructor and Description |
|---|
DruidServerMetadata(String name,
String host,
long maxSize,
ServerType type,
String tier,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost() |
long |
getMaxSize() |
String |
getName() |
int |
getPriority() |
String |
getTier() |
ServerType |
getType() |
int |
hashCode() |
boolean |
segmentReplicatable() |
String |
toString() |
public DruidServerMetadata(String name, String host, long maxSize, ServerType type, String tier, int priority)
public String getName()
public String getHost()
public long getMaxSize()
public String getTier()
public ServerType getType()
public int getPriority()
public boolean segmentReplicatable()
Copyright © 2011–2017. All rights reserved.