Class HostStatWithPort
- java.lang.Object
-
- org.apache.cassandra.tools.nodetool.HostStat
-
- org.apache.cassandra.tools.nodetool.HostStatWithPort
-
public class HostStatWithPort extends HostStat
-
-
Field Summary
Fields Modifier and Type Field Description InetAddressAndPort
endpointWithPort
-
Constructor Summary
Constructors Constructor Description HostStatWithPort(java.lang.String token, InetAddressAndPort endpoint, boolean resolveIp, java.lang.Float owns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
ipOrDns()
java.lang.String
ipOrDns(boolean withPort)
-
-
-
Field Detail
-
endpointWithPort
public final InetAddressAndPort endpointWithPort
-
-
Constructor Detail
-
HostStatWithPort
public HostStatWithPort(java.lang.String token, InetAddressAndPort endpoint, boolean resolveIp, java.lang.Float owns)
-
-