Uses of Class
org.infinispan.jmx.annotations.ManagedAttribute
-
Packages that use ManagedAttribute Package Description org.infinispan.cache.impl org.infinispan.eviction Classes related to eviction.org.infinispan.eviction.impl org.infinispan.health.impl.jmx org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.manager Cache manager API.org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.impl org.infinispan.topology org.infinispan.util.concurrent.locks.impl -
-
Uses of ManagedAttribute in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl with annotations of type ManagedAttribute Modifier and Type Method Description String
AbstractDelegatingAdvancedCache. getCacheAvailability()
String
CacheImpl. getCacheAvailability()
String
AbstractDelegatingCache. getCacheName()
String
CacheImpl. getCacheName()
Returns the cache name.String
SimpleCacheImpl. getCacheName()
String
AbstractDelegatingCache. 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. 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
SimpleCacheImpl. getCacheStatus()
Properties
AbstractDelegatingCache. getConfigurationAsProperties()
Properties
CacheImpl. getConfigurationAsProperties()
Properties
SimpleCacheImpl. getConfigurationAsProperties()
long
CacheConfigurationMBean. getEvictionSize()
String
AbstractDelegatingCache. getVersion()
String
CacheImpl. getVersion()
Returns the version of Infinispan.String
SimpleCacheImpl. getVersion()
boolean
AbstractDelegatingAdvancedCache. isRebalancingEnabled()
boolean
CacheImpl. isRebalancingEnabled()
-
Uses of ManagedAttribute in org.infinispan.eviction
Methods in org.infinispan.eviction with annotations of type ManagedAttribute Modifier and Type Method Description long
PassivationManager. getPassivations()
-
Uses of ManagedAttribute in org.infinispan.eviction.impl
Methods in org.infinispan.eviction.impl with annotations of type ManagedAttribute Modifier and Type Method Description String
ActivationManagerImpl. getActivations()
-
Uses of ManagedAttribute in org.infinispan.health.impl.jmx
Methods in org.infinispan.health.impl.jmx with annotations of type ManagedAttribute Modifier and Type Method Description String[]
HealthJMXExposerImpl. getCacheHealth()
String
HealthJMXExposerImpl. getClusterHealth()
String
HealthJMXExposerImpl. getClusterName()
long
HealthJMXExposerImpl. getFreeMemoryKb()
int
HealthJMXExposerImpl. getNumberOfCpus()
int
HealthJMXExposerImpl. getNumberOfNodes()
long
HealthJMXExposerImpl. getTotalMemoryKb()
-
Uses of ManagedAttribute in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with annotations of type ManagedAttribute Modifier and Type Method Description long
CacheMgmtInterceptor. getAverageReadTime()
long
CacheMgmtInterceptor. getAverageRemoveTime()
long
CacheMgmtInterceptor. getAverageWriteTime()
long
CacheLoaderInterceptor. getCacheLoaderLoads()
long
CacheLoaderInterceptor. getCacheLoaderMisses()
long
TxInterceptor. getCommits()
long
CacheMgmtInterceptor. getElapsedTime()
Deprecated.useCacheMgmtInterceptor.getTimeSinceStart()
instead.long
CacheMgmtInterceptor. getEvictions()
double
CacheMgmtInterceptor. getHitRatio()
long
CacheMgmtInterceptor. getHits()
long
InvalidationInterceptor. getInvalidations()
long
CacheMgmtInterceptor. getMisses()
int
CacheMgmtInterceptor. getNumberOfEntries()
int
CacheMgmtInterceptor. getNumberOfEntriesInMemory()
int
CacheWriterInterceptor. getNumberOfPersistedEntries()
long
CacheMgmtInterceptor. getOffHeapMemoryUsed()
long
TxInterceptor. getPrepares()
double
CacheMgmtInterceptor. getReadWriteRatio()
long
CacheMgmtInterceptor. getRemoveHits()
long
CacheMgmtInterceptor. getRemoveMisses()
int
CacheMgmtInterceptor. getRequiredMinimumNumberOfNodes()
long
TxInterceptor. getRollbacks()
boolean
InvalidationInterceptor. getStatisticsEnabled()
Collection<String>
CacheLoaderInterceptor. getStores()
long
CacheMgmtInterceptor. getStores()
long
CacheMgmtInterceptor. getTimeSinceReset()
long
CacheMgmtInterceptor. getTimeSinceStart()
long
CacheWriterInterceptor. getWritesToTheStores()
boolean
TxInterceptor. isStatisticsEnabled()
-
Uses of ManagedAttribute in org.infinispan.manager
Methods in org.infinispan.manager with annotations of type ManagedAttribute Modifier and Type Method Description String
DefaultCacheManager. getCacheManagerStatus()
String
DefaultCacheManager. getClusterMembers()
String
DefaultCacheManager. getClusterName()
int
DefaultCacheManager. getClusterSize()
String
DefaultCacheManager. getCoordinatorAddress()
String
DefaultCacheManager. getCreatedCacheCount()
String
DefaultCacheManager. getDefinedCacheConfigurationNames()
String
DefaultCacheManager. getDefinedCacheCount()
String
DefaultCacheManager. getDefinedCacheNames()
Properties
DefaultCacheManager. getGlobalConfigurationAsProperties()
String
DefaultCacheManager. getName()
String
DefaultCacheManager. getNodeAddress()
String
DefaultCacheManager. getPhysicalAddresses()
String
DefaultCacheManager. getRunningCacheCount()
String
DefaultCacheManager. getVersion()
boolean
DefaultCacheManager. isCoordinator()
-
Uses of ManagedAttribute in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc with annotations of type ManagedAttribute Modifier and Type Method Description long
RpcManagerImpl. getAverageReplicationTime()
String
RpcManagerImpl. getCommittedViewAsString()
String
RpcManagerImpl. getPendingViewAsString()
long
RpcManagerImpl. getReplicationCount()
long
RpcManagerImpl. getReplicationFailures()
String
RpcManagerImpl. getSitesView()
String
RpcManagerImpl. getSuccessRatio()
double
RpcManagerImpl. getSuccessRatioFloatingPoint()
boolean
RpcManagerImpl. isStatisticsEnabled()
-
Uses of ManagedAttribute in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with annotations of type ManagedAttribute Modifier and Type Method Description String
StateTransferManager. getRebalancingStatus()
boolean
StateTransferManager. isJoinComplete()
boolean
StateTransferManager. isStateTransferInProgress()
Checks if an inbound state transfer is in progress. -
Uses of ManagedAttribute in org.infinispan.stats.impl
Methods in org.infinispan.stats.impl with annotations of type ManagedAttribute Modifier and Type Method Description long
ClusterCacheStatsImpl. getActivations()
long
CacheContainerStatsImpl. getAverageReadTime()
long
ClusterCacheStatsImpl. getAverageReadTime()
long
StatsCollector. getAverageReadTime()
long
CacheContainerStatsImpl. getAverageRemoveTime()
long
ClusterCacheStatsImpl. getAverageRemoveTime()
long
StatsCollector. getAverageRemoveTime()
long
CacheContainerStatsImpl. getAverageWriteTime()
long
ClusterCacheStatsImpl. getAverageWriteTime()
long
StatsCollector. getAverageWriteTime()
long
ClusterCacheStatsImpl. getCacheLoaderLoads()
long
ClusterCacheStatsImpl. getCacheLoaderMisses()
int
CacheContainerStatsImpl. getCurrentNumberOfEntriesInMemory()
int
ClusterCacheStatsImpl. getCurrentNumberOfEntriesInMemory()
int
StatsCollector. getCurrentNumberOfEntriesInMemory()
long
CacheContainerStatsImpl. getEvictions()
long
ClusterCacheStatsImpl. getEvictions()
long
StatsCollector. getEvictions()
double
CacheContainerStatsImpl. getHitRatio()
double
ClusterCacheStatsImpl. getHitRatio()
double
StatsCollector. getHitRatio()
long
CacheContainerStatsImpl. getHits()
long
ClusterCacheStatsImpl. getHits()
long
StatsCollector. getHits()
long
ClusterCacheStatsImpl. getInvalidations()
long
ClusterContainerStatsImpl. getMemoryAvailable()
long
ClusterContainerStatsImpl. getMemoryMax()
long
ClusterContainerStatsImpl. getMemoryTotal()
long
ClusterContainerStatsImpl. getMemoryUsed()
long
CacheContainerStatsImpl. getMisses()
long
ClusterCacheStatsImpl. getMisses()
long
StatsCollector. getMisses()
int
CacheContainerStatsImpl. getNumberOfEntries()
int
ClusterCacheStatsImpl. getNumberOfEntries()
int
StatsCollector. getNumberOfEntries()
int
ClusterCacheStatsImpl. getNumberOfLocksAvailable()
int
ClusterCacheStatsImpl. getNumberOfLocksHeld()
long
CacheContainerStatsImpl. getOffHeapMemoryUsed()
long
ClusterCacheStatsImpl. getOffHeapMemoryUsed()
long
StatsCollector. getOffHeapMemoryUsed()
long
ClusterCacheStatsImpl. getPassivations()
double
CacheContainerStatsImpl. getReadWriteRatio()
double
ClusterCacheStatsImpl. getReadWriteRatio()
double
StatsCollector. getReadWriteRatio()
long
CacheContainerStatsImpl. getRemoveHits()
long
ClusterCacheStatsImpl. getRemoveHits()
long
StatsCollector. getRemoveHits()
long
CacheContainerStatsImpl. getRemoveMisses()
long
ClusterCacheStatsImpl. getRemoveMisses()
long
StatsCollector. getRemoveMisses()
long
AbstractClusterStats. getStaleStatsThreshold()
long
CacheContainerStatsImpl. getStores()
long
ClusterCacheStatsImpl. getStores()
long
StatsCollector. getStores()
long
ClusterCacheStatsImpl. getStoreWrites()
long
AbstractClusterStats. getTimeSinceReset()
long
CacheContainerStatsImpl. getTimeSinceReset()
long
StatsCollector. getTimeSinceReset()
long
ClusterCacheStatsImpl. getTimeSinceStart()
long
StatsCollector. getTimeSinceStart()
boolean
AbstractClusterStats. isStatisticsEnabled()
boolean
CacheContainerStatsImpl. isStatisticsEnabled()
-
Uses of ManagedAttribute in org.infinispan.topology
Methods in org.infinispan.topology with annotations of type ManagedAttribute Modifier and Type Method Description String
LocalTopologyManagerImpl. getClusterAvailability()
boolean
LocalTopologyManagerImpl. isRebalancingEnabled()
-
Uses of ManagedAttribute in org.infinispan.util.concurrent.locks.impl
Methods in org.infinispan.util.concurrent.locks.impl with annotations of type ManagedAttribute Modifier and Type Method Description int
DefaultLockManager. getConcurrencyLevel()
int
DefaultLockManager. getNumberOfLocksAvailable()
int
DefaultLockManager. getNumberOfLocksHeld()
-