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 |
isSegmentBroadcastTarget() |
boolean |
isSegmentReplicationOrBroadcastTarget() |
boolean |
isSegmentReplicationTarget() |
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 isSegmentReplicationTarget()
public boolean isSegmentBroadcastTarget()
public boolean isSegmentReplicationOrBroadcastTarget()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.