| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
StringTable |
StringTable.batchSize(Integer value)
For DB inserts, the batch size determines how many inserts are batched together.
|
StringTable |
StringTable.dataColumn(Map value)
A database column to hold cache entry data.
|
StringTable |
StringTable.fetchSize(Integer value)
For DB queries, the fetch size will be used to set the fetch size on ResultSets.
|
StringTable |
StringTable.idColumn(Map value)
A database column to hold cache entry ids.
|
StringTable |
StringTable.prefix(String value)
The prefix for the database table name.
|
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.
|
StringTable |
StringTable.timestampColumn(Map value)
A database column to hold cache entry timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
StringJdbcStore |
StringJdbcStore.stringTable(StringTable value)
Defines a table used to store cache entries whose keys can be expressed as strings.
|
MixedJdbcStore |
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.