public class InvalidationCache extends Object
| Constructor and Description |
|---|
InvalidationCache(String key) |
| Modifier and Type | Method and Description |
|---|---|
Long |
activations()
The number of cache node activations (bringing a node into memory from a cache store) .
|
InvalidationCache |
activations(Long value)
The number of cache node activations (bringing a node into memory from a cache store) .
|
Long |
averageReadTime()
Average time (in ms) for cache reads.
|
InvalidationCache |
averageReadTime(Long value)
Average time (in ms) for cache reads.
|
Long |
averageReplicationTime()
The average time taken to replicate data around the cluster.
|
InvalidationCache |
averageReplicationTime(Long value)
The average time taken to replicate data around the cluster.
|
Long |
averageWriteTime()
Average time (in ms) for cache writes.
|
InvalidationCache |
averageWriteTime(Long value)
Average time (in ms) for cache writes.
|
BinaryJdbcStore |
binaryJdbcStore()
The cache JDBC store configuration.
|
InvalidationCache |
binaryJdbcStore(BinaryJdbcStore value)
The cache JDBC store configuration.
|
String |
cacheStatus()
The status of the cache component.
|
InvalidationCache |
cacheStatus(String value)
The status of the cache component.
|
CustomStore |
customStore()
The cache store configuration.
|
InvalidationCache |
customStore(CustomStore value)
The cache store configuration.
|
Long |
elapsedTime()
Time (in secs) since cache started.
|
InvalidationCache |
elapsedTime(Long value)
Time (in secs) since cache started.
|
EvictionComponent |
evictionComponent()
The cache eviction configuration.
|
InvalidationCache |
evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
ExpirationComponent |
expirationComponent()
The cache expiration configuration.
|
InvalidationCache |
expirationComponent(ExpirationComponent value)
The cache expiration configuration.
|
FileStore |
fileStore()
The cache file store configuration.
|
InvalidationCache |
fileStore(FileStore value)
The cache file store configuration.
|
String |
getKey() |
Double |
hitRatio()
The hit/miss ratio for the cache (hits/hits+misses).
|
InvalidationCache |
hitRatio(Double value)
The hit/miss ratio for the cache (hits/hits+misses).
|
Long |
hits()
The number of cache attribute hits.
|
InvalidationCache |
hits(Long value)
The number of cache attribute hits.
|
Long |
invalidations()
The number of cache invalidations.
|
InvalidationCache |
invalidations(Long value)
The number of cache invalidations.
|
String |
jndiName()
The jndi-name to which to bind this cache instance.
|
InvalidationCache |
jndiName(String value)
The jndi-name to which to bind this cache instance.
|
LockingComponent |
lockingComponent()
The locking configuration of the cache.
|
InvalidationCache |
lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
Long |
misses()
The number of cache attribute misses.
|
InvalidationCache |
misses(Long value)
The number of cache attribute misses.
|
MixedJdbcStore |
mixedJdbcStore()
The cache JDBC store configuration.
|
InvalidationCache |
mixedJdbcStore(MixedJdbcStore value)
The cache JDBC store configuration.
|
String |
mode()
Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation.
|
InvalidationCache |
mode(String value)
Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation.
|
String |
module()
The module whose class loader should be used when building this cache's configuration.
|
InvalidationCache |
module(String value)
The module whose class loader should be used when building this cache's configuration.
|
NoneStore |
noneStore()
A store-less configuration.
|
InvalidationCache |
noneStore(NoneStore value)
A store-less configuration.
|
Integer |
numberOfEntries()
The current number of entries in the cache.
|
InvalidationCache |
numberOfEntries(Integer value)
The current number of entries in the cache.
|
Long |
passivations()
The number of cache node passivations (passivating a node from memory to a cache store).
|
InvalidationCache |
passivations(Long value)
The number of cache node passivations (passivating a node from memory to a cache store).
|
Long |
queueFlushInterval()
In ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs.
|
InvalidationCache |
queueFlushInterval(Long value)
In ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs.
|
Integer |
queueSize()
In ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold.
|
InvalidationCache |
queueSize(Integer value)
In ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold.
|
Double |
readWriteRatio()
The read/write ratio of the cache ((hits+misses)/stores).
|
InvalidationCache |
readWriteRatio(Double value)
The read/write ratio of the cache ((hits+misses)/stores).
|
RemoteStore |
remoteStore()
The cache remote store configuration.
|
InvalidationCache |
remoteStore(RemoteStore value)
The cache remote store configuration.
|
Long |
remoteTimeout()
In SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
|
InvalidationCache |
remoteTimeout(Long value)
In SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
|
Long |
removeHits()
The number of cache attribute remove hits.
|
InvalidationCache |
removeHits(Long value)
The number of cache attribute remove hits.
|
Long |
removeMisses()
The number of cache attribute remove misses.
|
InvalidationCache |
removeMisses(Long value)
The number of cache attribute remove misses.
|
Long |
replicationCount()
The number of times data was replicated around the cluster.
|
InvalidationCache |
replicationCount(Long value)
The number of times data was replicated around the cluster.
|
Long |
replicationFailures()
The number of data replication failures.
|
InvalidationCache |
replicationFailures(Long value)
The number of data replication failures.
|
Boolean |
statisticsEnabled()
If enabled, statistics will be collected for this cache
|
InvalidationCache |
statisticsEnabled(Boolean value)
If enabled, statistics will be collected for this cache
|
Long |
stores()
The number of cache attribute put operations.
|
InvalidationCache |
stores(Long value)
The number of cache attribute put operations.
|
StringJdbcStore |
stringJdbcStore()
The cache JDBC store configuration.
|
InvalidationCache |
stringJdbcStore(StringJdbcStore value)
The cache JDBC store configuration.
|
Double |
successRatio()
The data replication success ratio (successes/successes+failures).
|
InvalidationCache |
successRatio(Double value)
The data replication success ratio (successes/successes+failures).
|
Long |
timeSinceReset()
Time (in secs) since cache statistics were reset.
|
InvalidationCache |
timeSinceReset(Long value)
Time (in secs) since cache statistics were reset.
|
TransactionComponent |
transactionComponent()
The cache transaction configuration.
|
InvalidationCache |
transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
public InvalidationCache(String key)
public String getKey()
public Long activations()
public InvalidationCache activations(Long value)
public Long averageReadTime()
public InvalidationCache averageReadTime(Long value)
public Long averageReplicationTime()
public InvalidationCache averageReplicationTime(Long value)
public Long averageWriteTime()
public InvalidationCache averageWriteTime(Long value)
public String cacheStatus()
public InvalidationCache cacheStatus(String value)
public Long elapsedTime()
public InvalidationCache elapsedTime(Long value)
public Double hitRatio()
public InvalidationCache hitRatio(Double value)
public Long hits()
public InvalidationCache hits(Long value)
public Long invalidations()
public InvalidationCache invalidations(Long value)
public String jndiName()
public InvalidationCache jndiName(String value)
public Long misses()
public InvalidationCache misses(Long value)
public String mode()
public InvalidationCache mode(String value)
public String module()
public InvalidationCache module(String value)
public Integer numberOfEntries()
public InvalidationCache numberOfEntries(Integer value)
public Long passivations()
public InvalidationCache passivations(Long value)
public Long queueFlushInterval()
public InvalidationCache queueFlushInterval(Long value)
public Integer queueSize()
public InvalidationCache queueSize(Integer value)
public Double readWriteRatio()
public InvalidationCache readWriteRatio(Double value)
public Long remoteTimeout()
public InvalidationCache remoteTimeout(Long value)
public Long removeHits()
public InvalidationCache removeHits(Long value)
public Long removeMisses()
public InvalidationCache removeMisses(Long value)
public Long replicationCount()
public InvalidationCache replicationCount(Long value)
public Long replicationFailures()
public InvalidationCache replicationFailures(Long value)
public Boolean statisticsEnabled()
public InvalidationCache statisticsEnabled(Boolean value)
public Long stores()
public InvalidationCache stores(Long value)
public Double successRatio()
public InvalidationCache successRatio(Double value)
public Long timeSinceReset()
public InvalidationCache timeSinceReset(Long value)
public EvictionComponent evictionComponent()
public InvalidationCache evictionComponent(EvictionComponent value)
public StringJdbcStore stringJdbcStore()
public InvalidationCache stringJdbcStore(StringJdbcStore value)
public CustomStore customStore()
public InvalidationCache customStore(CustomStore value)
public ExpirationComponent expirationComponent()
public InvalidationCache expirationComponent(ExpirationComponent value)
public FileStore fileStore()
public InvalidationCache fileStore(FileStore value)
public NoneStore noneStore()
public InvalidationCache noneStore(NoneStore value)
public TransactionComponent transactionComponent()
public InvalidationCache transactionComponent(TransactionComponent value)
public LockingComponent lockingComponent()
public InvalidationCache lockingComponent(LockingComponent value)
public BinaryJdbcStore binaryJdbcStore()
public InvalidationCache binaryJdbcStore(BinaryJdbcStore value)
public MixedJdbcStore mixedJdbcStore()
public InvalidationCache mixedJdbcStore(MixedJdbcStore value)
public RemoteStore remoteStore()
public InvalidationCache remoteStore(RemoteStore value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.