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

Packages that use ManagedAttribute
org.infinispan.interceptors   
org.infinispan.interceptors.base   
org.infinispan.lock   
org.infinispan.manager   
org.infinispan.remoting   
 

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()
           
 boolean TxInterceptor.getStatisticsEnabled()
           
 boolean InvalidationInterceptor.getStatisticsEnabled()
           
 boolean CacheStoreInterceptor.getStatisticsEnabled()
           
 long CacheMgmtInterceptor.getStores()
           
 long CacheMgmtInterceptor.getTimeSinceReset()
           
 void TxInterceptor.setStatisticsEnabled(boolean enabled)
           
 void InvalidationInterceptor.setStatisticsEnabled(boolean enabled)
           
 void CacheStoreInterceptor.setStatisticsEnabled(boolean enabled)
           
 

Uses of ManagedAttribute in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with annotations of type ManagedAttribute
 boolean JmxStatsCommandInterceptor.getStatisticsEnabled()
          Returns whether an interceptor's statistics are being captured.
 void JmxStatsCommandInterceptor.setStatisticsEnabled(boolean enabled)
           
 

Uses of ManagedAttribute in org.infinispan.lock
 

Methods in org.infinispan.lock with annotations of type ManagedAttribute
 int LockManagerImpl.getConcurrencyLevel()
           
 int LockManagerImpl.getNumberOfLocksAvailable()
           
 int LockManagerImpl.getNumberOfLocksHeld()
           
 

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()
           
 

Uses of ManagedAttribute in org.infinispan.remoting
 

Methods in org.infinispan.remoting with annotations of type ManagedAttribute
 String RpcManagerImpl.getAddress()
           
 String RpcManagerImpl.getMembers()
           
 String RpcManagerImpl.getReplicationCount()
           
 String RpcManagerImpl.getReplicationFailures()
           
 String RpcManagerImpl.getSuccessRatio()
           
 boolean RpcManagerImpl.isStatisticsEnabled()
           
 void RpcManagerImpl.setStatisticsEnabled(boolean statisticsEnabled)
           
 



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