Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
StringTable<T extends StringTable<T>>
Defines a table used to store cache entries whose keys can be expressed as
strings.
|
interface |
StringTableConsumer<T extends StringTable<T>> |
interface |
StringTableSupplier<T extends StringTable> |
Modifier and Type | Method and Description |
---|---|
StringTable |
StringTableSupplier.get()
Constructed instance of StringTable resource
|
StringTable |
MixedJDBCStore.MixedJDBCStoreResources.stringTable()
Defines a table used to store cache entries whose keys can be
expressed as strings.
|
StringTable |
JDBCStore.JDBCStoreResources.stringTable()
Defines a table used to store cache entries whose keys can be
expressed as strings.
|
Modifier and Type | Method and Description |
---|---|
T |
MixedJDBCStore.stringTable(StringTable value)
Defines a table used to store cache entries whose keys can be expressed
as strings.
|
T |
JDBCStore.stringTable(StringTable value)
Defines a table used to store cache entries whose keys can be expressed
as strings.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.