| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
StringTable<T extends StringTable>
Defines a table used to store cache entries whose keys can be expressed as strings.
|
interface |
StringTableConfigurator<T extends StringTable> |
| Modifier and Type | Method and Description |
|---|---|
StringTable |
StringJDBCStore.stringTable()
Defines a table used to store cache entries whose keys can be expressed as strings.
|
StringTable |
MixedJDBCStore.stringTable()
Defines a table used to store cache entries whose keys can be expressed as strings.
|
| Modifier and Type | Method and Description |
|---|---|
T |
StringJDBCStore.stringTable(StringTable value)
Defines a table used to store cache entries whose keys can be expressed as strings.
|
T |
MixedJDBCStore.stringTable(StringTable value)
Defines a table used to store cache entries whose keys can be expressed as strings.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.