org.apache.cassandra.net
Class ConnectionStatistics
java.lang.Object
org.apache.cassandra.net.ConnectionStatistics
public class ConnectionStatistics
- extends java.lang.Object
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getLocalHost
public java.lang.String getLocalHost()
getLocalPort
public int getLocalPort()
getRemoteHost
public java.lang.String getRemoteHost()
getRemotePort
public int getRemotePort()
getTotalConnections
public int getTotalConnections()
getConnectionInUse
public int getConnectionInUse()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2009 The Apache Software Foundation