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