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