Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
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.transaction.xa.recovery | |
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.start() |
void |
CacheImpl.stop() |
Modifier and Type | Method and Description |
---|---|
boolean |
DistributionManagerImpl.isAffectedByRehash(Object key) |
boolean |
DistributionManagerImpl.isLocatedLocally(String key) |
List<String> |
DistributionManagerImpl.locateKey(String key) |
Modifier and Type | Method and Description |
---|---|
void |
TxInterceptor.resetStatistics() |
void |
PassivationInterceptor.resetStatistics() |
void |
InvalidationInterceptor.resetStatistics() |
void |
CacheStoreInterceptor.resetStatistics() |
void |
CacheMgmtInterceptor.resetStatistics() |
void |
CacheLoaderInterceptor.resetStatistics() |
void |
ActivationInterceptor.resetStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
JmxStatsCommandInterceptor.resetStatistics()
Resets statistics gathered.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCacheManager.startCache() |
void |
DefaultCacheManager.startCache(String cacheName) |
Modifier and Type | Method and Description |
---|---|
void |
RpcManagerImpl.resetStatistics() |
Modifier and Type | Method and Description |
---|---|
String |
RecoveryAdminOperations.forceCommit(int formatId,
byte[] globalTxId,
byte[] branchQualifier) |
String |
RecoveryAdminOperations.forceCommit(long internalID) |
String |
RecoveryAdminOperations.forceRollback(int formatId,
byte[] globalTxId,
byte[] branchQualifier) |
String |
RecoveryAdminOperations.forceRollback(long internalId) |
String |
RecoveryAdminOperations.forget(int formatId,
byte[] globalTxId,
byte[] branchQualifier) |
String |
RecoveryAdminOperations.forget(long internalId) |
String |
RecoveryAdminOperations.showInDoubtTransactions() |
Modifier and Type | Method and Description |
---|---|
void |
DeadlockDetectingLockManager.resetStatistics() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.