com.netflix.astyanax.connectionpool.impl
Interface HostStats


public interface HostStats


Method Summary
 long getBorrowedCount()
          Get number of borrowed connections
 long getErrorCount()
          Get number of failed operations
 long getReturnedCount()
          Get number of returned connections
 long getSuccessCount()
          Get number of successful operations
 

Method Detail

getBorrowedCount

long getBorrowedCount()
Get number of borrowed connections

Returns:

getReturnedCount

long getReturnedCount()
Get number of returned connections

Returns:

getSuccessCount

long getSuccessCount()
Get number of successful operations

Returns:

getErrorCount

long getErrorCount()
Get number of failed operations

Returns: