| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
CustomStore |
CustomStore.attributeClass(String value)
The custom store implementation class to use for this cache store.
|
CustomStore |
CustomStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
CustomStore |
CustomStore.cacheLoaderLoads(Long value)
The number of cache loader node loads.
|
CustomStore |
CustomStore.cacheLoaderMisses(Long value)
The number of cache loader node misses.
|
CustomStore |
ReplicatedCache.customStore()
The cache store configuration.
|
CustomStore |
LocalCache.customStore()
The cache store configuration.
|
CustomStore |
InvalidationCache.customStore()
The cache store configuration.
|
CustomStore |
DistributedCache.customStore()
The cache store configuration.
|
CustomStore |
CustomStore.fetchState(Boolean value)
If true, fetch persistent state when joining a cluster.
|
CustomStore |
CustomStore.passivation(Boolean value)
If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'.
|
CustomStore |
CustomStore.preload(Boolean value)
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
|
CustomStore |
CustomStore.properties(Map value)
A list of cache store properties.
|
CustomStore |
CustomStore.property(Property value)
Add the org.wildfly.swarm.config.infinispan.cache_container.Property object to the list of subresources
|
CustomStore |
CustomStore.propertys(List<Property> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.Property objects to this subresource
|
CustomStore |
CustomStore.purge(Boolean value)
If true, purges this cache store when it starts up.
|
CustomStore |
CustomStore.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.
|
CustomStore |
CustomStore.singleton(Boolean value)
If true, the singleton store cache store is enabled.
|
CustomStore |
CustomStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedCache |
ReplicatedCache.customStore(CustomStore value)
The cache store configuration.
|
LocalCache |
LocalCache.customStore(CustomStore value)
The cache store configuration.
|
InvalidationCache |
InvalidationCache.customStore(CustomStore value)
The cache store configuration.
|
DistributedCache |
DistributedCache.customStore(CustomStore value)
The cache store configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.