| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| 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.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.prefix(String value)
The prefix for the database table name.
|
BinaryTable |
BinaryTable.timestampColumn(Map 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.