org.scale7.cassandra.pelops.pool
Class CommonsBackedPool.RunningStatistics

java.lang.Object
  extended by org.scale7.cassandra.pelops.pool.CommonsBackedPool.RunningStatistics
Enclosing class:
CommonsBackedPool

public static class CommonsBackedPool.RunningStatistics
extends Object


Constructor Summary
CommonsBackedPool.RunningStatistics()
           
 
Method Summary
 int getConnectionsActive()
           
 int getConnectionsBorrowedTotal()
           
 int getConnectionsCorrupted()
           
 int getConnectionsCreated()
           
 int getConnectionsDestroyed()
           
 int getConnectionsReleasedTotal()
           
 int getNodesActive()
           
 int getNodesSuspended()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsBackedPool.RunningStatistics

public CommonsBackedPool.RunningStatistics()
Method Detail

getConnectionsCreated

public int getConnectionsCreated()

getConnectionsDestroyed

public int getConnectionsDestroyed()

getConnectionsCorrupted

public int getConnectionsCorrupted()

getConnectionsActive

public int getConnectionsActive()

getNodesActive

public int getNodesActive()

getNodesSuspended

public int getNodesSuspended()

getConnectionsBorrowedTotal

public int getConnectionsBorrowedTotal()

getConnectionsReleasedTotal

public int getConnectionsReleasedTotal()


Copyright © 2011. All Rights Reserved.