Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use ManagedAttribute
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.cli.interpreter   
org.infinispan.eviction Classes related to eviction. 
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 Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.server.core.transport   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
 

Uses of ManagedAttribute in org.infinispan
 

Methods in org.infinispan with annotations of type ManagedAttribute
 String CacheImpl.getCacheName()
          Returns the cache name.
 String CacheImpl.getCacheStatus()
          Returns String representation of ComponentStatus enumeration in order to avoid class not found exceptions in JMX tools that don't have access to infinispan classes.
 String CacheImpl.getConfigurationAsXmlString()
          Returns the cache configuration as XML string.
 

Uses of ManagedAttribute in org.infinispan.cli.interpreter
 

Methods in org.infinispan.cli.interpreter with annotations of type ManagedAttribute
 String[] Interpreter.getCacheNames()
           
 

Uses of ManagedAttribute in org.infinispan.eviction
 

Methods in org.infinispan.eviction with annotations of type ManagedAttribute
 String ActivationManagerImpl.getActivations()
           
 

Uses of ManagedAttribute in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with annotations of type ManagedAttribute
 long CacheMgmtInterceptor.getAverageReadTime()
           
 long CacheMgmtInterceptor.getAverageWriteTime()
           
 long CacheLoaderInterceptor.getCacheLoaderLoads()
           
 long CacheLoaderInterceptor.getCacheLoaderMisses()
           
 Collection<String> CacheLoaderInterceptor.getCacheLoaders()
           
 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 CacheMgmtInterceptor.getRemoveHits()
           
 long CacheMgmtInterceptor.getRemoveMisses()
           
 long TxInterceptor.getRollbacks()
           
 boolean InvalidationInterceptor.getStatisticsEnabled()
           
 long CacheMgmtInterceptor.getStores()
           
 long CacheMgmtInterceptor.getTimeSinceReset()
           
 boolean TxInterceptor.isStatisticsEnabled()
           
 

Uses of ManagedAttribute in org.infinispan.manager
 

Methods in org.infinispan.manager with annotations of type ManagedAttribute
 String DefaultCacheManager.getCacheManagerStatus()
           
 String DefaultCacheManager.getClusterMembers()
           
 String DefaultCacheManager.getClusterName()
          
 int DefaultCacheManager.getClusterSize()
           
 String DefaultCacheManager.getCreatedCacheCount()
           
 String DefaultCacheManager.getDefinedCacheCount()
           
 String DefaultCacheManager.getDefinedCacheNames()
           
 String DefaultCacheManager.getName()
           
 String DefaultCacheManager.getNodeAddress()
           
 String DefaultCacheManager.getPhysicalAddresses()
           
 String DefaultCacheManager.getRunningCacheCount()
           
 String DefaultCacheManager.getVersion()
           
 

Uses of ManagedAttribute in org.infinispan.remoting.rpc
 

Methods in org.infinispan.remoting.rpc with annotations of type ManagedAttribute
 long RpcManagerImpl.getAverageReplicationTime()
           
 String RpcManagerImpl.getCommittedViewAsString()
           
 String RpcManagerImpl.getPendingViewAsString()
           
 long RpcManagerImpl.getReplicationCount()
           
 long RpcManagerImpl.getReplicationFailures()
           
 String RpcManagerImpl.getSuccessRatio()
           
 double RpcManagerImpl.getSuccessRatioFloatingPoint()
           
 boolean RpcManagerImpl.isStatisticsEnabled()
           
 

Uses of ManagedAttribute in org.infinispan.server.core.transport
 

Methods in org.infinispan.server.core.transport with annotations of type ManagedAttribute
 String Transport.getHostName()
           
 String Transport.getIdleTimeout()
           
 Integer Transport.getNumberOfGlobalConnections()
           
 Integer Transport.getNumberOfLocalConnections()
           
 String Transport.getNumberWorkerThreads()
           
 String Transport.getPort()
           
 String Transport.getReceiveBufferSize()
           
 String Transport.getSendBufferSize()
           
 String Transport.getTcpNoDelay()
           
 String Transport.getTotalBytesRead()
           
 String Transport.getTotalBytesWritten()
           
 

Uses of ManagedAttribute in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with annotations of type ManagedAttribute
 boolean StateTransferManager.isJoinComplete()
           
 boolean StateTransferManager.isStateTransferInProgress()
          Checks if an inbound state transfer is in progress.
 

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()
           
static long DeadlockDetectingLockManager.getLocallyInterruptedTransactions()
          Deprecated. 
 int LockManagerImpl.getNumberOfLocksAvailable()
           
 int LockManagerImpl.getNumberOfLocksHeld()
           
 long DeadlockDetectingLockManager.getOverlapWithNotDeadlockAwareLockOwners()
           
 long DeadlockDetectingLockManager.getTotalNumberOfDetectedDeadlocks()
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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