Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.buddyreplication | |
org.jboss.cache.interceptors | |
org.jboss.cache.interceptors.base | |
org.jboss.cache.lock | |
org.jboss.cache.transaction |
Modifier and Type | Method and Description |
---|---|
String |
RPCManagerImpl.getLocalAddressString() |
String |
RPCManagerImpl.getMembersString() |
int |
RegionManagerImpl.getNumRegions() |
long |
RPCManagerImpl.getReplicationCount() |
long |
RPCManagerImpl.getReplicationFailures() |
String |
RPCManagerImpl.getSuccessRatio() |
boolean |
RPCManagerImpl.isEnabled() |
boolean |
RPCManagerImpl.isStatisticsEnabled() |
void |
RPCManagerImpl.setStatisticsEnabled(boolean statisticsEnabled) |
Modifier and Type | Method and Description |
---|---|
String |
BuddyManager.getBuddyGroup() |
String |
BuddyManager.getBuddyGroupsIParticipateIn() |
Modifier and Type | Method and Description |
---|---|
long |
ActivationInterceptor.getActivations() |
long |
CacheMgmtInterceptor.getAverageReadTime() |
long |
CacheMgmtInterceptor.getAverageWriteTime() |
long |
CacheLoaderInterceptor.getCacheLoaderLoads() |
long |
LegacyCacheLoaderInterceptor.getCacheLoaderLoads()
Deprecated.
|
long |
CacheLoaderInterceptor.getCacheLoaderMisses() |
long |
LegacyCacheLoaderInterceptor.getCacheLoaderMisses()
Deprecated.
|
long |
CacheStoreInterceptor.getCacheLoaderStores() |
long |
TxInterceptor.getCommits() |
long |
CacheMgmtInterceptor.getElapsedTime() |
long |
CacheMgmtInterceptor.getEvictions() |
double |
CacheMgmtInterceptor.getHitMissRatio() |
long |
CacheMgmtInterceptor.getHits() |
long |
InvalidationInterceptor.getInvalidations() |
long |
CacheMgmtInterceptor.getMisses() |
int |
CacheMgmtInterceptor.getNumberOfAttributes() |
int |
CacheMgmtInterceptor.getNumberOfNodes() |
int |
TxInterceptor.getNumberOfSyncsRegistered() |
long |
PassivationInterceptor.getPassivations() |
long |
TxInterceptor.getPrepares() |
double |
CacheMgmtInterceptor.getReadWriteRatio() |
long |
TxInterceptor.getRollbacks() |
boolean |
TxInterceptor.getStatisticsEnabled() |
boolean |
CacheStoreInterceptor.getStatisticsEnabled() |
boolean |
InvalidationInterceptor.getStatisticsEnabled() |
long |
CacheMgmtInterceptor.getStores() |
long |
CacheMgmtInterceptor.getTimeSinceReset() |
void |
TxInterceptor.setStatisticsEnabled(boolean enabled) |
void |
CacheStoreInterceptor.setStatisticsEnabled(boolean enabled) |
void |
InvalidationInterceptor.setStatisticsEnabled(boolean enabled) |
Modifier and Type | Method and Description |
---|---|
boolean |
JmxStatsCommandInterceptor.getStatisticsEnabled()
Returns whether an interceptor's statistics are
being captured.
|
void |
JmxStatsCommandInterceptor.setStatisticsEnabled(boolean enabled) |
Modifier and Type | Method and Description |
---|---|
int |
MVCCLockManager.getConcurrencyLevel() |
int |
MVCCLockManager.getNumberOfLocksAvailable() |
int |
MVCCLockManager.getNumberOfLocksHeld() |
Modifier and Type | Method and Description |
---|---|
int |
TransactionTable.getNumberOfRegisteredTransactions() |
String |
TransactionTable.getTransactionMap() |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.