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