Uses of Class
org.infinispan.jmx.annotations.ManagedAttribute
-
Packages that use ManagedAttribute Package Description org.infinispan.eviction Classes related to eviction.org.infinispan.executors Implementations of different executors used for asynchronous operation.org.infinispan.manager Cache manager API.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.topK org.infinispan.stats.wrappers org.infinispan.topology -
-
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.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.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.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.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()
-