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