com.netflix.astyanax.connectionpool
Interface HostStats
public interface HostStats
isUp
boolean isUp()
isInRing
boolean isInRing()
getTimeCreated
Date getTimeCreated()
getPool
HostConnectionPool<?> getPool()
getUpTime
long getUpTime()
getSuccessCount
long getSuccessCount()
getErrorCount
long getErrorCount()
getConnectionsClosed
long getConnectionsClosed()
getConnectionsCreated
long getConnectionsCreated()
getConnectionsCreateFailed
long getConnectionsCreateFailed()
getTimesUp
long getTimesUp()
getTimesDown
long getTimesDown()
setPool
void setPool(HostConnectionPool<?> pool)
Copyright © 2012. All Rights Reserved.