| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan | |
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
List<LocalCache> |
CacheContainer.CacheContainerResources.localCaches()
Get the list of org.wildfly.swarm.config.infinispan.cache_container.LocalCache resources
|
| Modifier and Type | Method and Description |
|---|---|
CacheContainer |
CacheContainer.localCache(LocalCache value)
Add the org.wildfly.swarm.config.infinispan.cache_container.LocalCache object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
CacheContainer |
CacheContainer.localCaches(List<LocalCache> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.LocalCache objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
LocalCache |
LocalCache.activations(Long value)
The number of cache node activations (bringing a node into memory from a cache store) .
|
LocalCache |
LocalCache.averageReadTime(Long value)
Average time (in ms) for cache reads.
|
LocalCache |
LocalCache.averageWriteTime(Long value)
Average time (in ms) for cache writes.
|
LocalCache |
LocalCache.binaryJdbcStore(BinaryJdbcStore value)
The cache JDBC store configuration.
|
LocalCache |
LocalCache.cacheStatus(String value)
The status of the cache component.
|
LocalCache |
LocalCache.customStore(CustomStore value)
The cache store configuration.
|
LocalCache |
LocalCache.elapsedTime(Long value)
Time (in secs) since cache started.
|
LocalCache |
LocalCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
LocalCache |
LocalCache.expirationComponent(ExpirationComponent value)
The cache expiration configuration.
|
LocalCache |
LocalCache.fileStore(FileStore value)
The cache file store configuration.
|
LocalCache |
LocalCache.hitRatio(Double value)
The hit/miss ratio for the cache (hits/hits+misses).
|
LocalCache |
LocalCache.hits(Long value)
The number of cache attribute hits.
|
LocalCache |
LocalCache.invalidations(Long value)
The number of cache invalidations.
|
LocalCache |
LocalCache.jndiName(String value)
The jndi-name to which to bind this cache instance.
|
LocalCache |
LocalCache.lockingComponent(LockingComponent value)
The locking configuration of the cache.
|
LocalCache |
LocalCache.misses(Long value)
The number of cache attribute misses.
|
LocalCache |
LocalCache.mixedJdbcStore(MixedJdbcStore value)
The cache JDBC store configuration.
|
LocalCache |
LocalCache.module(String value)
The module whose class loader should be used when building this cache's configuration.
|
LocalCache |
LocalCache.noneStore(NoneStore value)
A store-less configuration.
|
LocalCache |
LocalCache.numberOfEntries(Integer value)
The current number of entries in the cache.
|
LocalCache |
LocalCache.passivations(Long value)
The number of cache node passivations (passivating a node from memory to a cache store).
|
LocalCache |
LocalCache.readWriteRatio(Double value)
The read/write ratio of the cache ((hits+misses)/stores).
|
LocalCache |
LocalCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
LocalCache |
LocalCache.removeHits(Long value)
The number of cache attribute remove hits.
|
LocalCache |
LocalCache.removeMisses(Long value)
The number of cache attribute remove misses.
|
LocalCache |
LocalCache.statisticsEnabled(Boolean value)
If enabled, statistics will be collected for this cache
|
LocalCache |
LocalCache.stores(Long value)
The number of cache attribute put operations.
|
LocalCache |
LocalCache.stringJdbcStore(StringJdbcStore value)
The cache JDBC store configuration.
|
LocalCache |
LocalCache.timeSinceReset(Long value)
Time (in secs) since cache statistics were reset.
|
LocalCache |
LocalCache.transactionComponent(TransactionComponent value)
The cache transaction configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.