Package | Description |
---|---|
org.infinispan.cache.impl | |
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.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats.impl | |
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 |
SimpleCacheImpl.getCacheName() |
String |
CacheImpl.getCacheName()
Returns the cache name.
|
String |
SimpleCacheImpl.getCacheStatus() |
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.
|
Properties |
SimpleCacheImpl.getConfigurationAsProperties() |
Properties |
CacheImpl.getConfigurationAsProperties() |
long |
CacheConfigurationMBean.getEvictionSize() |
String |
SimpleCacheImpl.getVersion() |
String |
CacheImpl.getVersion()
Returns the version of Infinispan.
|
boolean |
CacheImpl.isRebalancingEnabled() |
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 |
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 |
StatsCollector.getAverageReadTime() |
long |
CacheContainerStatsImpl.getAverageReadTime() |
long |
ClusterCacheStatsImpl.getAverageReadTime() |
long |
StatsCollector.getAverageRemoveTime() |
long |
CacheContainerStatsImpl.getAverageRemoveTime() |
long |
ClusterCacheStatsImpl.getAverageRemoveTime() |
long |
StatsCollector.getAverageWriteTime() |
long |
CacheContainerStatsImpl.getAverageWriteTime() |
long |
ClusterCacheStatsImpl.getAverageWriteTime() |
long |
ClusterCacheStatsImpl.getCacheLoaderLoads() |
long |
ClusterCacheStatsImpl.getCacheLoaderMisses() |
long |
StatsCollector.getEvictions() |
long |
CacheContainerStatsImpl.getEvictions() |
long |
ClusterCacheStatsImpl.getEvictions() |
double |
StatsCollector.getHitRatio() |
double |
CacheContainerStatsImpl.getHitRatio() |
double |
ClusterCacheStatsImpl.getHitRatio() |
long |
StatsCollector.getHits() |
long |
CacheContainerStatsImpl.getHits() |
long |
ClusterCacheStatsImpl.getHits() |
long |
ClusterCacheStatsImpl.getInvalidations() |
long |
StatsCollector.getMisses() |
long |
CacheContainerStatsImpl.getMisses() |
long |
ClusterCacheStatsImpl.getMisses() |
int |
StatsCollector.getNumberOfEntries() |
int |
CacheContainerStatsImpl.getNumberOfEntries() |
int |
ClusterCacheStatsImpl.getNumberOfEntries() |
int |
ClusterCacheStatsImpl.getNumberOfLocksAvailable() |
int |
ClusterCacheStatsImpl.getNumberOfLocksHeld() |
long |
ClusterCacheStatsImpl.getPassivations() |
double |
StatsCollector.getReadWriteRatio() |
double |
CacheContainerStatsImpl.getReadWriteRatio() |
double |
ClusterCacheStatsImpl.getReadWriteRatio() |
long |
StatsCollector.getRemoveHits() |
long |
CacheContainerStatsImpl.getRemoveHits() |
long |
ClusterCacheStatsImpl.getRemoveHits() |
long |
StatsCollector.getRemoveMisses() |
long |
CacheContainerStatsImpl.getRemoveMisses() |
long |
ClusterCacheStatsImpl.getRemoveMisses() |
long |
StatsCollector.getStores() |
long |
CacheContainerStatsImpl.getStores() |
long |
ClusterCacheStatsImpl.getStores() |
long |
ClusterCacheStatsImpl.getStoreWrites() |
long |
StatsCollector.getTimeSinceReset() |
long |
CacheContainerStatsImpl.getTimeSinceReset() |
long |
ClusterCacheStatsImpl.getTimeSinceReset() |
long |
StatsCollector.getTimeSinceStart() |
long |
ClusterCacheStatsImpl.getTimeSinceStart() |
boolean |
CacheContainerStatsImpl.isStatisticsEnabled() |
boolean |
ClusterCacheStatsImpl.isStatisticsEnabled() |
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 © 2018 JBoss, a division of Red Hat. All rights reserved.