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