| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
ThroughWrite<T extends ThroughWrite>
Configures a cache store as write-through.
|
interface |
ThroughWriteConfigurator<T extends ThroughWrite> |
| Modifier and Type | Method and Description |
|---|---|
ThroughWrite |
StringJDBCStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
RemoteStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
MixedJDBCStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
FileStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
CustomStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
BinaryJDBCStore.throughWrite()
Configures a cache store as write-through.
|
| Modifier and Type | Method and Description |
|---|---|
T |
StringJDBCStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
T |
RemoteStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
T |
MixedJDBCStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
T |
FileStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
T |
CustomStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
T |
BinaryJDBCStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.