Class DruidServerMetadata
java.lang.Object
org.apache.druid.server.coordination.DruidServerMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionDruidServerMetadata(String name, String hostAndPort, String hostAndTlsPort, long maxSize, Long storageSize, ServerType type, String tier, int priority) -
Method Summary
-
Constructor Details
-
DruidServerMetadata
-
-
Method Details
-
getName
-
getHost
-
getHostAndPort
-
getHostAndTlsPort
-
getMaxSize
public long getMaxSize() -
getStorageSize
public long getStorageSize() -
getTier
-
getType
-
getPriority
public int getPriority() -
isSegmentReplicationTarget
public boolean isSegmentReplicationTarget() -
isSegmentBroadcastTarget
public boolean isSegmentBroadcastTarget() -
equals
-
hashCode
public int hashCode() -
toString
-