| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
BehindWrite<T extends BehindWrite>
Configures a cache store as write-behind instead of write-through.
|
interface |
BehindWriteConfigurator<T extends BehindWrite> |
| Modifier and Type | Method and Description |
|---|---|
BehindWrite |
StringJDBCStore.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
RemoteStore.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
MixedJDBCStore.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
FileStore.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
CustomStore.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
BinaryJDBCStore.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
BehindWrite.modificationQueueSize(Integer value)
Maximum number of entries in the asynchronous queue.
|
BehindWrite |
BehindWrite.threadPoolSize(Integer value)
Size of the thread pool whose threads are responsible for applying the modifications to the cache store.
|
| Modifier and Type | Method and Description |
|---|---|
StringJDBCStore |
StringJDBCStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
RemoteStore |
RemoteStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
MixedJDBCStore |
MixedJDBCStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
FileStore |
FileStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
CustomStore |
CustomStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
BinaryJDBCStore |
BinaryJDBCStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.