me.prettyprint.cassandra.connection
Interface PoolMetric

All Known Subinterfaces:
HClientPool
All Known Implementing Classes:
ConcurrentHClientPool, LatencyAwareHClientPool

public interface PoolMetric


Method Summary
 boolean getIsActive()
           
 String getName()
           
 int getNumActive()
           
 int getNumBlockedThreads()
           
 int getNumIdle()
           
 

Method Detail

getNumActive

int getNumActive()

getNumIdle

int getNumIdle()

getNumBlockedThreads

int getNumBlockedThreads()

getName

String getName()

getIsActive

boolean getIsActive()


Copyright © 2011. All Rights Reserved.