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