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 DruidServerMetadata(String name, String hostAndPort, String hostAndTlsPort, long maxSize, ServerType type, String tier, int priority)
public String getName()
public String getHost()
public String getHostAndPort()
public String getHostAndTlsPort()
public long getMaxSize()
public String getTier()
public ServerType getType()
public int getPriority()
public boolean segmentReplicatable()
Copyright © 2011–2018. All rights reserved.