com.netflix.astyanax.connectionpool
Interface HostStats


public interface HostStats


Method Summary
 long getConnectionsClosed()
           
 long getConnectionsCreated()
           
 long getConnectionsCreateFailed()
           
 long getErrorCount()
           
 HostConnectionPool<?> getPool()
           
 long getSuccessCount()
           
 Date getTimeCreated()
           
 long getTimesDown()
           
 long getTimesUp()
           
 long getUpTime()
           
 boolean isInRing()
           
 boolean isUp()
           
 void setPool(HostConnectionPool<?> pool)
           
 

Method Detail

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.