Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
BehindWrite<T extends BehindWrite<T>>
Configures a cache store as write-behind instead of write-through.
|
interface |
BehindWriteConsumer<T extends BehindWrite<T>> |
interface |
BehindWriteSupplier<T extends BehindWrite> |
Modifier and Type | Method and Description |
---|---|
BehindWrite |
BinaryJDBCStore.BinaryJDBCStoreResources.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
CustomStore.CustomStoreResources.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
HotrodStore.HotrodStoreResources.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
MixedJDBCStore.MixedJDBCStoreResources.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
RemoteStore.RemoteStoreResources.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
FileStore.FileStoreResources.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
JDBCStore.JDBCStoreResources.behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BehindWrite |
BehindWriteSupplier.get()
Constructed instance of BehindWrite resource
|
Modifier and Type | Method and Description |
---|---|
T |
BinaryJDBCStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
T |
CustomStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
T |
HotrodStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
T |
MixedJDBCStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
T |
RemoteStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
T |
FileStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
T |
JDBCStore.behindWrite(BehindWrite value)
Configures a cache store as write-behind instead of write-through.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.