| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
MixedJdbcStore |
MixedJdbcStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
MixedJdbcStore |
MixedJdbcStore.binaryTable(BinaryTable value)
Defines a table used to store cache entries whose keys cannot be expressed as strings.
|
MixedJdbcStore |
MixedJdbcStore.cacheLoaderLoads(Long value)
The number of cache loader node loads.
|
MixedJdbcStore |
MixedJdbcStore.cacheLoaderMisses(Long value)
The number of cache loader node misses.
|
MixedJdbcStore |
MixedJdbcStore.dataSource(String value)
References the data source used to connect to this store.
|
MixedJdbcStore |
MixedJdbcStore.dialect(String value)
The dialect of this datastore.
|
MixedJdbcStore |
MixedJdbcStore.fetchState(Boolean value)
If true, fetch persistent state when joining a cluster.
|
MixedJdbcStore |
ReplicatedCache.mixedJdbcStore()
The cache JDBC store configuration.
|
MixedJdbcStore |
LocalCache.mixedJdbcStore()
The cache JDBC store configuration.
|
MixedJdbcStore |
InvalidationCache.mixedJdbcStore()
The cache JDBC store configuration.
|
MixedJdbcStore |
DistributedCache.mixedJdbcStore()
The cache JDBC store configuration.
|
MixedJdbcStore |
MixedJdbcStore.passivation(Boolean value)
If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'.
|
MixedJdbcStore |
MixedJdbcStore.preload(Boolean value)
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
|
MixedJdbcStore |
MixedJdbcStore.properties(Map value)
A list of cache store properties.
|
MixedJdbcStore |
MixedJdbcStore.property(Property value)
Add the org.wildfly.swarm.config.infinispan.cache_container.Property object to the list of subresources
|
MixedJdbcStore |
MixedJdbcStore.propertys(List<Property> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.Property objects to this subresource
|
MixedJdbcStore |
MixedJdbcStore.purge(Boolean value)
If true, purges this cache store when it starts up.
|
MixedJdbcStore |
MixedJdbcStore.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.
|
MixedJdbcStore |
MixedJdbcStore.singleton(Boolean value)
If true, the singleton store cache store is enabled.
|
MixedJdbcStore |
MixedJdbcStore.stringTable(StringTable value)
Defines a table used to store cache entries whose keys can be expressed as strings.
|
MixedJdbcStore |
MixedJdbcStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedCache |
ReplicatedCache.mixedJdbcStore(MixedJdbcStore value)
The cache JDBC store configuration.
|
LocalCache |
LocalCache.mixedJdbcStore(MixedJdbcStore value)
The cache JDBC store configuration.
|
InvalidationCache |
InvalidationCache.mixedJdbcStore(MixedJdbcStore value)
The cache JDBC store configuration.
|
DistributedCache |
DistributedCache.mixedJdbcStore(MixedJdbcStore value)
The cache JDBC store configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.