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