Uses of Class
org.infinispan.jmx.annotations.ManagedAttribute

Packages that use ManagedAttribute
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.manager Cache manager package 
org.infinispan.remoting.rpc   
org.infinispan.util.concurrent.locks   
 

Uses of ManagedAttribute in org.infinispan.distribution
 

Methods in org.infinispan.distribution with annotations of type ManagedAttribute
 String DistributionManagerImpl.getClusterSize()
           
 boolean DistributionManagerImpl.isRehashInProgress()
           
 

Uses of ManagedAttribute in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with annotations of type ManagedAttribute
 String ActivationInterceptor.getActivations()
           
 long CacheMgmtInterceptor.getAverageReadTime()
           
 long CacheMgmtInterceptor.getAverageWriteTime()
           
 long CacheLoaderInterceptor.getCacheLoaderLoads()
           
 long CacheLoaderInterceptor.getCacheLoaderMisses()
           
 long CacheStoreInterceptor.getCacheLoaderStores()
           
 long TxInterceptor.getCommits()
           
 long CacheMgmtInterceptor.getElapsedTime()
           
 long CacheMgmtInterceptor.getEvictions()
           
 double CacheMgmtInterceptor.getHitRatio()
           
 long CacheMgmtInterceptor.getHits()
           
 long InvalidationInterceptor.getInvalidations()
           
 long CacheMgmtInterceptor.getMisses()
           
 int CacheMgmtInterceptor.getNumberOfEntries()
           
 String PassivationInterceptor.getPassivations()
           
 long TxInterceptor.getPrepares()
           
 double CacheMgmtInterceptor.getReadWriteRatio()
           
 long TxInterceptor.getRollbacks()
           
 long CacheMgmtInterceptor.getStores()
           
 long CacheMgmtInterceptor.getTimeSinceReset()
           
 

Uses of ManagedAttribute in org.infinispan.manager
 

Methods in org.infinispan.manager with annotations of type ManagedAttribute
 String DefaultCacheManager.getCreatedCacheCount()
           
 String DefaultCacheManager.getDefinedCacheCount()
           
 String DefaultCacheManager.getDefinedCacheNames()
           
 String DefaultCacheManager.getVersion()
           
 

Uses of ManagedAttribute in org.infinispan.remoting.rpc
 

Methods in org.infinispan.remoting.rpc with annotations of type ManagedAttribute
 String RpcManagerImpl.getAddress()
           
 String RpcManagerImpl.getMembers()
           
 String RpcManagerImpl.getReplicationCount()
           
 String RpcManagerImpl.getReplicationFailures()
           
 String RpcManagerImpl.getSuccessRatio()
           
 

Uses of ManagedAttribute in org.infinispan.util.concurrent.locks
 

Methods in org.infinispan.util.concurrent.locks with annotations of type ManagedAttribute
 int LockManagerImpl.getConcurrencyLevel()
           
 long DeadlockDetectingLockManager.getDetectedLocalDeadlocks()
           
 long DeadlockDetectingLockManager.getDetectedRemoteDeadlocks()
           
 long DeadlockDetectingLockManager.getLocallyInterruptedTransactions()
           
 int LockManagerImpl.getNumberOfLocksAvailable()
           
 int LockManagerImpl.getNumberOfLocksHeld()
           
 long DeadlockDetectingLockManager.getOverlapWithNotDeadlockAwareLockOwners()
           
 long DeadlockDetectingLockManager.getTotalNumberOfDetectedDeadlocks()
           
 


Google Analytics

Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.