| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
FileStore |
FileStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
FileStore |
FileStore.cacheLoaderLoads(Long value)
The number of cache loader node loads.
|
FileStore |
FileStore.cacheLoaderMisses(Long value)
The number of cache loader node misses.
|
FileStore |
FileStore.fetchState(Boolean value)
If true, fetch persistent state when joining a cluster.
|
FileStore |
ReplicatedCache.fileStore()
The cache file store configuration.
|
FileStore |
LocalCache.fileStore()
The cache file store configuration.
|
FileStore |
InvalidationCache.fileStore()
The cache file store configuration.
|
FileStore |
DistributedCache.fileStore()
The cache file store configuration.
|
FileStore |
FileStore.passivation(Boolean value)
If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'.
|
FileStore |
FileStore.path(String value)
The system path under which this cache store will persist its entries.
|
FileStore |
FileStore.preload(Boolean value)
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
|
FileStore |
FileStore.properties(Map value)
A list of cache store properties.
|
FileStore |
FileStore.property(Property value)
Add the org.wildfly.swarm.config.infinispan.cache_container.Property object to the list of subresources
|
FileStore |
FileStore.propertys(List<Property> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.Property objects to this subresource
|
FileStore |
FileStore.purge(Boolean value)
If true, purges this cache store when it starts up.
|
FileStore |
FileStore.relativeTo(String value)
The system path to which the specified path is relative.
|
FileStore |
FileStore.shared(Boolean value)
This setting should be set to true when multiple cache instances share the same cache store (e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared database.) Setting this to true avoids multiple cache instances writing the same modification multiple times.
|
FileStore |
FileStore.singleton(Boolean value)
If true, the singleton store cache store is enabled.
|
FileStore |
FileStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedCache |
ReplicatedCache.fileStore(FileStore value)
The cache file store configuration.
|
LocalCache |
LocalCache.fileStore(FileStore value)
The cache file store configuration.
|
InvalidationCache |
InvalidationCache.fileStore(FileStore value)
The cache file store configuration.
|
DistributedCache |
DistributedCache.fileStore(FileStore value)
The cache file store configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.