Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
BinaryJDBCStore<T extends BinaryJDBCStore<T>>
The cache JDBC store configuration.
|
interface |
BinaryJDBCStoreConsumer<T extends BinaryJDBCStore<T>> |
interface |
BinaryJDBCStoreSupplier<T extends BinaryJDBCStore> |
Modifier and Type | Method and Description |
---|---|
BinaryJDBCStore |
DistributedCache.DistributedCacheResources.binaryJdbcStore()
The cache JDBC store configuration.
|
BinaryJDBCStore |
ReplicatedCache.ReplicatedCacheResources.binaryJdbcStore()
The cache JDBC store configuration.
|
BinaryJDBCStore |
LocalCache.LocalCacheResources.binaryJdbcStore()
The cache JDBC store configuration.
|
BinaryJDBCStore |
InvalidationCache.InvalidationCacheResources.binaryJdbcStore()
The cache JDBC store configuration.
|
BinaryJDBCStore |
BinaryJDBCStoreSupplier.get()
Constructed instance of BinaryJDBCStore resource
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedCache.binaryJdbcStore(BinaryJDBCStore value)
The cache JDBC store configuration.
|
T |
ReplicatedCache.binaryJdbcStore(BinaryJDBCStore value)
The cache JDBC store configuration.
|
T |
LocalCache.binaryJdbcStore(BinaryJDBCStore value)
The cache JDBC store configuration.
|
T |
InvalidationCache.binaryJdbcStore(BinaryJDBCStore value)
The cache JDBC store configuration.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.