Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
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.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
Modifier and Type | Method and Description |
---|---|
String |
CacheImpl.getCacheName()
Returns the cache name.
|
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 |
CacheImpl.getConfigurationAsXmlString()
Returns the cache configuration as XML string.
|
Modifier and Type | Method and Description |
---|---|
String |
ActivationInterceptor.getActivations() |
long |
CacheMgmtInterceptor.getAverageReadTime() |
long |
CacheMgmtInterceptor.getAverageWriteTime() |
long |
CacheLoaderInterceptor.getCacheLoaderLoads() |
long |
CacheLoaderInterceptor.getCacheLoaderMisses() |
long |
CacheStoreInterceptor.getCacheLoaderStores() |
long |
TxInterceptor.getCommits() |
long |
CacheMgmtInterceptor.getElapsedTime() |
long |
CacheMgmtInterceptor.getEvictions() |
double |
CacheMgmtInterceptor.getHitRatio() |
long |
CacheMgmtInterceptor.getHits() |
long |
InvalidationInterceptor.getInvalidations() |
long |
CacheMgmtInterceptor.getMisses() |
int |
CacheMgmtInterceptor.getNumberOfEntries() |
String |
PassivationInterceptor.getPassivations() |
long |
TxInterceptor.getPrepares() |
double |
CacheMgmtInterceptor.getReadWriteRatio() |
long |
CacheMgmtInterceptor.getRemoveHits() |
long |
CacheMgmtInterceptor.getRemoveMisses() |
long |
TxInterceptor.getRollbacks() |
long |
CacheMgmtInterceptor.getStores() |
long |
CacheMgmtInterceptor.getTimeSinceReset() |
Modifier and Type | Method and Description |
---|---|
String |
DefaultCacheManager.getCacheManagerStatus() |
String |
DefaultCacheManager.getClusterMembers() |
String |
DefaultCacheManager.getClusterName() |
int |
DefaultCacheManager.getClusterSize() |
String |
DefaultCacheManager.getCreatedCacheCount() |
String |
DefaultCacheManager.getDefinedCacheCount() |
String |
DefaultCacheManager.getDefinedCacheNames() |
String |
DefaultCacheManager.getName() |
String |
DefaultCacheManager.getNodeAddress() |
String |
DefaultCacheManager.getPhysicalAddresses() |
String |
DefaultCacheManager.getRunningCacheCount() |
String |
DefaultCacheManager.getVersion() |
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() |
Modifier and Type | Method and Description |
---|---|
boolean |
StateTransferManager.isJoinComplete() |
boolean |
StateTransferManager.isStateTransferInProgress() |
Modifier and Type | Method and Description |
---|---|
int |
LockManagerImpl.getConcurrencyLevel() |
long |
DeadlockDetectingLockManager.getDetectedLocalDeadlocks() |
long |
DeadlockDetectingLockManager.getDetectedRemoteDeadlocks() |
static long |
DeadlockDetectingLockManager.getLocallyInterruptedTransactions()
Deprecated.
|
int |
LockManagerImpl.getNumberOfLocksAvailable() |
int |
LockManagerImpl.getNumberOfLocksHeld() |
long |
DeadlockDetectingLockManager.getOverlapWithNotDeadlockAwareLockOwners() |
long |
DeadlockDetectingLockManager.getTotalNumberOfDetectedDeadlocks() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.