| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryTable<T extends BinaryTable>
Defines a table used to store cache entries whose keys cannot be expressed as strings.
|
interface |
BinaryTableConfigurator<T extends BinaryTable> |
| Modifier and Type | Method and Description |
|---|---|
BinaryTable |
BinaryTable.batchSize(Integer value)
For DB inserts, the batch size determines how many inserts are batched together.
|
BinaryTable |
MixedJDBCStore.binaryTable()
Defines a table used to store cache entries whose keys cannot be expressed as strings.
|
BinaryTable |
BinaryJDBCStore.binaryTable()
Defines a table used to store cache entries whose keys cannot be expressed as strings.
|
BinaryTable |
BinaryTable.dataColumn(Map value)
A database column to hold cache entry data.
|
BinaryTable |
BinaryTable.dataColumnEntry(String key,
Object value)
A database column to hold cache entry data.
|
BinaryTable |
BinaryTable.fetchSize(Integer value)
For DB queries, the fetch size will be used to set the fetch size on ResultSets.
|
BinaryTable |
BinaryTable.idColumn(Map value)
A database column to hold cache entry ids.
|
BinaryTable |
BinaryTable.idColumnEntry(String key,
Object value)
A database column to hold cache entry ids.
|
BinaryTable |
BinaryTable.prefix(String value)
The prefix for the database table name.
|
BinaryTable |
BinaryTable.timestampColumn(Map value)
A database column to hold cache entry timestamps.
|
BinaryTable |
BinaryTable.timestampColumnEntry(String key,
Object value)
A database column to hold cache entry timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
MixedJDBCStore |
MixedJDBCStore.binaryTable(BinaryTable value)
Defines a table used to store cache entries whose keys cannot be expressed as strings.
|
BinaryJDBCStore |
BinaryJDBCStore.binaryTable(BinaryTable value)
Defines a table used to store cache entries whose keys cannot be expressed as strings.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.