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.executors Implementations of different executors used for asynchronous operation.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.manager Cache manager API.org.infinispan.query.remote.impl org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.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.stats.impl org.infinispan.stats.topK org.infinispan.stats.wrappers 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.executors
Methods in org.infinispan.executors with annotations of type ManagedAttribute Modifier and Type Method Description int
ManageableExecutorService. getActiveCount()
long
ManageableExecutorService. getKeepAliveTime()
int
ManageableExecutorService. getLargestPoolSize()
int
ManageableExecutorService. getMaximumPoolSize()
int
ManageableExecutorService. getPoolSize()
int
ManageableExecutorService. getQueueSize()
-
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. getAverageReadTimeNanos()
long
CacheMgmtInterceptor. getAverageRemoveTime()
long
CacheMgmtInterceptor. getAverageRemoveTimeNanos()
long
CacheMgmtInterceptor. getAverageWriteTime()
long
CacheMgmtInterceptor. getAverageWriteTimeNanos()
long
CacheLoaderInterceptor. getCacheLoaderLoads()
long
CacheLoaderInterceptor. getCacheLoaderMisses()
long
TxInterceptor. getCommits()
long
CacheMgmtInterceptor. getDataMemoryUsed()
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.query.remote.impl
Methods in org.infinispan.query.remote.impl with annotations of type ManagedAttribute Modifier and Type Method Description String[]
ProtobufMetadataManagerImpl. getFilesWithErrors()
String[]
ProtobufMetadataManagerImpl. getProtofileNames()
-
Uses of ManagedAttribute in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler with annotations of type ManagedAttribute Modifier and Type Method Description long
BasePerCacheInboundInvocationHandler. getAsyncXSitePendingRequests()
long
BasePerCacheInboundInvocationHandler. getAsyncXSiteRequestQueueTime()
long
BasePerCacheInboundInvocationHandler. getAsyncXSiteRequestRunningTime()
long
BasePerCacheInboundInvocationHandler. getAsyncXSiteRequestsReceived()
long
BasePerCacheInboundInvocationHandler. getAsyncXSiteRunningRequests()
long
BasePerCacheInboundInvocationHandler. getSyncXSiteRequestsReceived()
boolean
BasePerCacheInboundInvocationHandler. isStatisticsEnabled()
-
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. getAsyncXSiteAcksCount()
long
RpcManagerImpl. getAsyncXSiteCount()
long
RpcManagerImpl. getAverageAsyncXSiteReplicationTime()
long
RpcManagerImpl. getAverageReplicationTime()
long
RpcManagerImpl. getAverageXSiteReplicationTime()
String
RpcManagerImpl. getCommittedViewAsString()
long
RpcManagerImpl. getMaximumAsyncXSiteReplicationTime()
long
RpcManagerImpl. getMaximumXSiteReplicationTime()
long
RpcManagerImpl. getMinimumAsyncXSiteReplicationTime()
long
RpcManagerImpl. getMinimumXSiteReplicationTime()
String
RpcManagerImpl. getPendingViewAsString()
long
RpcManagerImpl. getReplicationCount()
long
RpcManagerImpl. getReplicationFailures()
String
RpcManagerImpl. getSitesView()
String
RpcManagerImpl. getSuccessRatio()
double
RpcManagerImpl. getSuccessRatioFloatingPoint()
long
RpcManagerImpl. getSyncXSiteCount()
boolean
RpcManagerImpl. isStatisticsEnabled()
-
Uses of ManagedAttribute in org.infinispan.server.core.transport
Methods in org.infinispan.server.core.transport with annotations of type ManagedAttribute Modifier and Type Method Description String
Transport. getHostName()
int
Transport. getIdleTimeout()
int
Transport. getNumberIOThreads()
int
Transport. getNumberOfGlobalConnections()
int
Transport. getNumberOfLocalConnections()
int
Transport. getPendingTasks()
int
Transport. getPort()
int
Transport. getReceiveBufferSize()
int
Transport. getSendBufferSize()
boolean
Transport. getTcpNoDelay()
long
Transport. getTotalBytesRead()
long
Transport. getTotalBytesWritten()
-
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. getAverageReadTimeNanos()
long
ClusterCacheStatsImpl. getAverageReadTimeNanos()
long
StatsCollector. getAverageReadTimeNanos()
long
CacheContainerStatsImpl. getAverageRemoveTime()
long
ClusterCacheStatsImpl. getAverageRemoveTime()
long
StatsCollector. getAverageRemoveTime()
long
CacheContainerStatsImpl. getAverageRemoveTimeNanos()
long
ClusterCacheStatsImpl. getAverageRemoveTimeNanos()
long
StatsCollector. getAverageRemoveTimeNanos()
long
CacheContainerStatsImpl. getAverageWriteTime()
long
ClusterCacheStatsImpl. getAverageWriteTime()
long
StatsCollector. getAverageWriteTime()
long
CacheContainerStatsImpl. getAverageWriteTimeNanos()
long
ClusterCacheStatsImpl. getAverageWriteTimeNanos()
long
StatsCollector. getAverageWriteTimeNanos()
long
ClusterCacheStatsImpl. getCacheLoaderLoads()
long
ClusterCacheStatsImpl. getCacheLoaderMisses()
int
CacheContainerStatsImpl. getCurrentNumberOfEntriesInMemory()
int
ClusterCacheStatsImpl. getCurrentNumberOfEntriesInMemory()
int
StatsCollector. getCurrentNumberOfEntriesInMemory()
long
CacheContainerStatsImpl. getDataMemoryUsed()
long
ClusterCacheStatsImpl. getDataMemoryUsed()
long
StatsCollector. getDataMemoryUsed()
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.stats.topK
Methods in org.infinispan.stats.topK with annotations of type ManagedAttribute Modifier and Type Method Description int
CacheUsageInterceptor. getCapacity()
Map<String,Long>
CacheUsageInterceptor. getLocalTopGets()
Map<String,Long>
CacheUsageInterceptor. getLocalTopPuts()
Map<String,Long>
CacheUsageInterceptor. getRemoteTopGets()
Map<String,Long>
CacheUsageInterceptor. getRemoteTopPuts()
Map<String,Long>
CacheUsageInterceptor. getTopContendedKeys()
Map<String,Long>
CacheUsageInterceptor. getTopLockedKeys()
Map<String,Long>
CacheUsageInterceptor. getTopLockFailedKeys()
Map<String,Long>
CacheUsageInterceptor. getTopWriteSkewFailedKeys()
-
Uses of ManagedAttribute in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers with annotations of type ManagedAttribute Modifier and Type Method Description double
ExtendedStatisticInterceptor. getAbortRate()
String
ExtendedStatisticInterceptor. getAvailableExtendedStatistics()
double
ExtendedStatisticInterceptor. getAvgAbortedWriteTxDuration()
double
ExtendedStatisticInterceptor. getAvgClusteredGetCommandSize()
double
ExtendedStatisticInterceptor. getAvgCommitCommandSize()
double
ExtendedStatisticInterceptor. getAvgCommitRtt()
double
ExtendedStatisticInterceptor. getAvgCommitTime()
double
ExtendedStatisticInterceptor. getAvgCompleteNotificationAsync()
double
ExtendedStatisticInterceptor. getAvgGetsPerROTransaction()
double
ExtendedStatisticInterceptor. getAvgGetsPerWrTransaction()
double
ExtendedStatisticInterceptor. getAvgLocalCommitTime()
double
ExtendedStatisticInterceptor. getAvgLocalGetTime()
double
ExtendedStatisticInterceptor. getAvgLocalLockHoldTime()
double
ExtendedStatisticInterceptor. getAvgLocalPrepareTime()
double
ExtendedStatisticInterceptor. getAvgLocalRollbackTime()
double
ExtendedStatisticInterceptor. getAvgLockHoldTime()
double
ExtendedStatisticInterceptor. getAvgLockWaitingTime()
double
ExtendedStatisticInterceptor. getAvgNumNodesCommit()
double
ExtendedStatisticInterceptor. getAvgNumNodesCompleteNotification()
double
ExtendedStatisticInterceptor. getAvgNumNodesPrepare()
double
ExtendedStatisticInterceptor. getAvgNumNodesRemoteGet()
double
ExtendedStatisticInterceptor. getAvgNumNodesRollback()
double
ExtendedStatisticInterceptor. getAvgNumOfLockLocalTx()
double
ExtendedStatisticInterceptor. getAvgNumOfLockRemoteTx()
double
ExtendedStatisticInterceptor. getAvgNumOfLockSuccessLocalTx()
double
ExtendedStatisticInterceptor. getAvgPrepareCommandSize()
double
ExtendedStatisticInterceptor. getAvgPrepareRtt()
double
ExtendedStatisticInterceptor. getAvgPutsPerWrTransaction()
double
ExtendedStatisticInterceptor. getAvgReadOnlyTxDuration()
double
ExtendedStatisticInterceptor. getAvgRemoteCommitTime()
double
ExtendedStatisticInterceptor. getAvgRemoteGetRtt()
double
ExtendedStatisticInterceptor. getAvgRemoteGetsPerROTransaction()
double
ExtendedStatisticInterceptor. getAvgRemoteGetsPerWrTransaction()
double
ExtendedStatisticInterceptor. getAvgRemoteLockHoldTime()
double
ExtendedStatisticInterceptor. getAvgRemotePrepareTime()
double
ExtendedStatisticInterceptor. getAvgRemotePutsPerWrTransaction()
double
ExtendedStatisticInterceptor. getAvgRemoteRollbackTime()
double
ExtendedStatisticInterceptor. getAvgResponseTime()
double
ExtendedStatisticInterceptor. getAvgRollbackRtt()
double
ExtendedStatisticInterceptor. getAvgRollbackTime()
double
ExtendedStatisticInterceptor. getAvgTxArrivalRate()
double
ExtendedStatisticInterceptor. getAvgWriteTxDuration()
double
ExtendedStatisticInterceptor. getLocalActiveTransactions()
double
ExtendedStatisticInterceptor. getLocalExecutionTimeWithoutLock()
double
ExtendedStatisticInterceptor. getNumAbortedTxDueDeadlock()
double
ExtendedStatisticInterceptor. getNumAbortedTxDueTimeout()
double
ExtendedStatisticInterceptor. getNumberOfCommits()
double
ExtendedStatisticInterceptor. getNumberOfGets()
double
ExtendedStatisticInterceptor. getNumberOfLocalCommits()
double
ExtendedStatisticInterceptor. getNumberOfPuts()
double
ExtendedStatisticInterceptor. getNumberOfRemoteGets()
double
ExtendedStatisticInterceptor. getNumberOfRemotePuts()
double
ExtendedStatisticInterceptor. getNumNodes()
double
ExtendedStatisticInterceptor. getPercentageSuccessWriteTransactions()
double
ExtendedStatisticInterceptor. getPercentageWriteTransactions()
double
ExtendedStatisticInterceptor. getRemoteGetExecutionTime()
double
ExtendedStatisticInterceptor. getRemotePutExecutionTime()
double
ExtendedStatisticInterceptor. getReplicationDegree()
double
ExtendedStatisticInterceptor. getThroughput()
double
ExtendedStatisticInterceptor. getWriteSkewProbability()
-
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()
-