org.scale7.cassandra.pelops.pool
Interface CachePerNodePoolMBean

All Known Implementing Classes:
CachePerNodePool

Deprecated.

@Deprecated
public interface CachePerNodePoolMBean


Field Summary
static String JMX_MBEAN_OBJ_NAME
          Deprecated.  
 
Method Summary
 long getCacheConnNotSelectedCount()
          Deprecated.  
 long getCacheConnSelectedCount()
          Deprecated.  
 long getConnAddToCacheCount()
          Deprecated.  
 long getConnCannotOpenCount()
          Deprecated.  
 long getConnClosedCount()
          Deprecated.  
 long getConnCreatedCount()
          Deprecated.  
 long getConnCreateExceptionCount()
          Deprecated.  
 long getConnOpenedCount()
          Deprecated.  
 long getConnReleaseCalledCount()
          Deprecated.  
 long getConnReturnedToCacheCount()
          Deprecated.  
 long getConnSelectedAlreadyOpenCount()
          Deprecated.  
 long getConnSelectedNotAlreadyOpenCount()
          Deprecated.  
 long getDeadConnCount()
          Deprecated.  
 long getGetConnBackoffCount()
          Deprecated.  
 long getGetConnCount()
          Deprecated.  
 long getLeastLoadedNotSelectedCount()
          Deprecated.  
 long getLeastLoadedSelectedCount()
          Deprecated.  
 long getNetworkExceptionCount()
          Deprecated.  
 long getPurgeAllSessionConnsCount()
          Deprecated.  
 long getRefillBackoffCount()
          Deprecated.  
 long getRefillNeedConnCount()
          Deprecated.  
 

Field Detail

JMX_MBEAN_OBJ_NAME

static final String JMX_MBEAN_OBJ_NAME
Deprecated. 
See Also:
Constant Field Values
Method Detail

getGetConnCount

long getGetConnCount()
Deprecated. 

getLeastLoadedSelectedCount

long getLeastLoadedSelectedCount()
Deprecated. 

getLeastLoadedNotSelectedCount

long getLeastLoadedNotSelectedCount()
Deprecated. 

getCacheConnNotSelectedCount

long getCacheConnNotSelectedCount()
Deprecated. 

getCacheConnSelectedCount

long getCacheConnSelectedCount()
Deprecated. 

getConnSelectedAlreadyOpenCount

long getConnSelectedAlreadyOpenCount()
Deprecated. 

getConnSelectedNotAlreadyOpenCount

long getConnSelectedNotAlreadyOpenCount()
Deprecated. 

getConnCannotOpenCount

long getConnCannotOpenCount()
Deprecated. 

getConnClosedCount

long getConnClosedCount()
Deprecated. 

getConnCreatedCount

long getConnCreatedCount()
Deprecated. 

getConnReleaseCalledCount

long getConnReleaseCalledCount()
Deprecated. 

getConnAddToCacheCount

long getConnAddToCacheCount()
Deprecated. 

getConnCreateExceptionCount

long getConnCreateExceptionCount()
Deprecated. 

getConnOpenedCount

long getConnOpenedCount()
Deprecated. 

getConnReturnedToCacheCount

long getConnReturnedToCacheCount()
Deprecated. 

getDeadConnCount

long getDeadConnCount()
Deprecated. 

getNetworkExceptionCount

long getNetworkExceptionCount()
Deprecated. 

getPurgeAllSessionConnsCount

long getPurgeAllSessionConnsCount()
Deprecated. 

getRefillBackoffCount

long getRefillBackoffCount()
Deprecated. 

getRefillNeedConnCount

long getRefillNeedConnCount()
Deprecated. 

getGetConnBackoffCount

long getGetConnBackoffCount()
Deprecated. 


Copyright © 2011. All Rights Reserved.