| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryJDBCStore<T extends BinaryJDBCStore>
The cache JDBC store configuration.
|
interface |
BinaryJDBCStoreConfigurator<T extends BinaryJDBCStore> |
| Modifier and Type | Method and Description |
|---|---|
BinaryJDBCStore |
ReplicatedCache.binaryJdbcStore()
The cache JDBC store configuration.
|
BinaryJDBCStore |
LocalCache.binaryJdbcStore()
The cache JDBC store configuration.
|
BinaryJDBCStore |
InvalidationCache.binaryJdbcStore()
The cache JDBC store configuration.
|
BinaryJDBCStore |
DistributedCache.binaryJdbcStore()
The cache JDBC store configuration.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
T |
DistributedCache.binaryJdbcStore(BinaryJDBCStore value)
The cache JDBC store configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.