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