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