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