Package | Description |
---|---|
org.infinispan.cache.impl | |
org.infinispan.cli.interpreter | |
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.eviction.impl | |
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.stats.impl | |
org.infinispan.stats.topK | |
org.infinispan.stats.wrappers | |
org.infinispan.topology | |
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.concurrent.locks.impl |
Modifier and Type | Method and Description |
---|---|
String |
CacheImpl.getCacheAvailability() |
String |
CacheImpl.getCacheName()
Returns the cache name.
|
String |
SimpleCacheImpl.getCacheName() |
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 |
CacheImpl.getConfigurationAsProperties() |
Properties |
SimpleCacheImpl.getConfigurationAsProperties() |
long |
CacheConfigurationMBean.getEvictionSize() |
String |
CacheImpl.getVersion()
Returns the version of Infinispan.
|
String |
SimpleCacheImpl.getVersion() |
boolean |
CacheImpl.isRebalancingEnabled() |
Modifier and Type | Method and Description |
---|---|
String[] |
Interpreter.getCacheNames() |
Modifier and Type | Method and Description |
---|---|
long |
PassivationManager.getPassivations() |
Modifier and Type | Method and Description |
---|---|
String |
ActivationManagerImpl.getActivations() |
Modifier and Type | Method and Description |
---|---|
long |
CacheMgmtInterceptor.getAverageReadTime()
Deprecated.
|
long |
CacheMgmtInterceptor.getAverageRemoveTime()
Deprecated.
|
long |
CacheMgmtInterceptor.getAverageWriteTime()
Deprecated.
|
long |
CacheLoaderInterceptor.getCacheLoaderLoads()
Deprecated.
|
long |
CacheLoaderInterceptor.getCacheLoaderMisses()
Deprecated.
|
long |
TxInterceptor.getCommits()
Deprecated.
|
long |
CacheMgmtInterceptor.getElapsedTime()
Deprecated.
use
CacheMgmtInterceptor.getTimeSinceStart() instead. |
long |
CacheMgmtInterceptor.getEvictions()
Deprecated.
|
double |
CacheMgmtInterceptor.getHitRatio()
Deprecated.
|
long |
CacheMgmtInterceptor.getHits()
Deprecated.
|
long |
InvalidationInterceptor.getInvalidations()
Deprecated.
|
long |
CacheMgmtInterceptor.getMisses()
Deprecated.
|
int |
CacheMgmtInterceptor.getNumberOfEntries()
Deprecated.
|
long |
TxInterceptor.getPrepares()
Deprecated.
|
double |
CacheMgmtInterceptor.getReadWriteRatio()
Deprecated.
|
long |
CacheMgmtInterceptor.getRemoveHits()
Deprecated.
|
long |
CacheMgmtInterceptor.getRemoveMisses()
Deprecated.
|
long |
TxInterceptor.getRollbacks()
Deprecated.
|
boolean |
InvalidationInterceptor.getStatisticsEnabled()
Deprecated.
|
Collection<String> |
CacheLoaderInterceptor.getStores()
Deprecated.
|
long |
CacheMgmtInterceptor.getStores()
Deprecated.
|
long |
CacheMgmtInterceptor.getTimeSinceReset()
Deprecated.
|
long |
CacheMgmtInterceptor.getTimeSinceStart()
Deprecated.
|
long |
CacheWriterInterceptor.getWritesToTheStores()
Deprecated.
|
boolean |
TxInterceptor.isStatisticsEnabled()
Deprecated.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
long |
RpcManagerImpl.getAverageReplicationTime() |
String |
RpcManagerImpl.getCommittedViewAsString() |
String |
RpcManagerImpl.getPendingViewAsString() |
long |
RpcManagerImpl.getReplicationCount() |
long |
RpcManagerImpl.getReplicationFailures() |
String |
RpcManagerImpl.getSuccessRatio() |
double |
RpcManagerImpl.getSuccessRatioFloatingPoint() |
boolean |
RpcManagerImpl.isStatisticsEnabled() |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
String |
StateTransferManager.getRebalancingStatus() |
boolean |
StateTransferManager.isJoinComplete() |
boolean |
StateTransferManager.isStateTransferInProgress()
Checks if an inbound state transfer is in progress.
|
Modifier and Type | Method and Description |
---|---|
long |
ClusterCacheStatsImpl.getActivations() |
long |
ClusterCacheStatsImpl.getAverageReadTime() |
long |
CacheContainerStatsImpl.getAverageReadTime() |
long |
StatsCollector.getAverageReadTime() |
long |
ClusterCacheStatsImpl.getAverageRemoveTime() |
long |
CacheContainerStatsImpl.getAverageRemoveTime() |
long |
StatsCollector.getAverageRemoveTime() |
long |
ClusterCacheStatsImpl.getAverageWriteTime() |
long |
CacheContainerStatsImpl.getAverageWriteTime() |
long |
StatsCollector.getAverageWriteTime() |
long |
ClusterCacheStatsImpl.getCacheLoaderLoads() |
long |
ClusterCacheStatsImpl.getCacheLoaderMisses() |
long |
ClusterCacheStatsImpl.getEvictions() |
long |
CacheContainerStatsImpl.getEvictions() |
long |
StatsCollector.getEvictions() |
double |
ClusterCacheStatsImpl.getHitRatio() |
double |
CacheContainerStatsImpl.getHitRatio() |
double |
StatsCollector.getHitRatio() |
long |
ClusterCacheStatsImpl.getHits() |
long |
CacheContainerStatsImpl.getHits() |
long |
StatsCollector.getHits() |
long |
ClusterCacheStatsImpl.getInvalidations() |
long |
ClusterCacheStatsImpl.getMisses() |
long |
CacheContainerStatsImpl.getMisses() |
long |
StatsCollector.getMisses() |
int |
ClusterCacheStatsImpl.getNumberOfEntries() |
int |
CacheContainerStatsImpl.getNumberOfEntries() |
int |
StatsCollector.getNumberOfEntries() |
int |
ClusterCacheStatsImpl.getNumberOfLocksAvailable() |
int |
ClusterCacheStatsImpl.getNumberOfLocksHeld() |
long |
ClusterCacheStatsImpl.getPassivations() |
double |
ClusterCacheStatsImpl.getReadWriteRatio() |
double |
CacheContainerStatsImpl.getReadWriteRatio() |
double |
StatsCollector.getReadWriteRatio() |
long |
ClusterCacheStatsImpl.getRemoveHits() |
long |
CacheContainerStatsImpl.getRemoveHits() |
long |
StatsCollector.getRemoveHits() |
long |
ClusterCacheStatsImpl.getRemoveMisses() |
long |
CacheContainerStatsImpl.getRemoveMisses() |
long |
StatsCollector.getRemoveMisses() |
long |
ClusterCacheStatsImpl.getStores() |
long |
CacheContainerStatsImpl.getStores() |
long |
StatsCollector.getStores() |
long |
ClusterCacheStatsImpl.getStoreWrites() |
long |
ClusterCacheStatsImpl.getTimeSinceReset() |
long |
CacheContainerStatsImpl.getTimeSinceReset() |
long |
StatsCollector.getTimeSinceReset() |
long |
ClusterCacheStatsImpl.getTimeSinceStart() |
long |
StatsCollector.getTimeSinceStart() |
boolean |
ClusterCacheStatsImpl.isStatisticsEnabled() |
boolean |
CacheContainerStatsImpl.isStatisticsEnabled() |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
double |
ExtendedStatisticInterceptor.getAbortRate() |
String |
ExtendedStatisticInterceptor.getAvailableExtendedStatistics() |
double |
ExtendedStatisticInterceptor.getAvgAbortedWriteTxDuration() |
double |
ExtendedStatisticInterceptor.getAvgClusteredGetCommandSize() |
double |
ExtendedStatisticInterceptor.getAvgCommitAsync() |
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.getAvgPrepareAsync() |
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.getAvgRollbackAsync() |
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() |
Modifier and Type | Method and Description |
---|---|
String |
LocalTopologyManagerImpl.getClusterAvailability() |
boolean |
LocalTopologyManagerImpl.isRebalancingEnabled() |
Modifier and Type | Method and Description |
---|---|
long |
DeadlockDetectingLockManager.getDetectedLocalDeadlocks() |
long |
DeadlockDetectingLockManager.getDetectedRemoteDeadlocks() |
long |
DeadlockDetectingLockManager.getOverlapWithNotDeadlockAwareLockOwners() |
long |
DeadlockDetectingLockManager.getTotalNumberOfDetectedDeadlocks() |
Modifier and Type | Method and Description |
---|---|
int |
DefaultLockManager.getConcurrencyLevel() |
int |
DefaultLockManager.getNumberOfLocksAvailable() |
int |
DefaultLockManager.getNumberOfLocksHeld() |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.