| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| 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.