|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JdbcMixedCacheStoreConfigurationChildBuilder<S extends AbstractJdbcCacheStoreConfigurationBuilder<?,S>>
Method Summary | |
---|---|
JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder |
binaryTable()
Allows configuration of table-specific parameters such as column names and types for the table used to store entries with binary keys |
JdbcMixedCacheStoreConfigurationChildBuilder<S> |
key2StringMapper(Class<? extends Key2StringMapper> klass)
The class of a Key2StringMapper to use for mapping keys to strings suitable for
storage in a database table. |
JdbcMixedCacheStoreConfigurationChildBuilder<S> |
key2StringMapper(String key2StringMapper)
The class name of a Key2StringMapper to use for mapping keys to strings suitable for
storage in a database table. |
JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder |
stringTable()
Allows configuration of table-specific parameters such as column names and types for the table used to store entries with string keys |
Methods inherited from interface org.infinispan.loaders.jdbc.configuration.JdbcCacheStoreConfigurationChildBuilder |
---|
connectionPool, dataSource, simpleConnection |
Methods inherited from interface org.infinispan.configuration.cache.LockSupportStoreConfigurationChildBuilder |
---|
lockAcquistionTimeout, lockAcquistionTimeout, lockConcurrencyLevel |
Methods inherited from interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder |
---|
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore |
Methods inherited from interface org.infinispan.configuration.cache.LoaderConfigurationChildBuilder |
---|
addProperty, withProperties |
Methods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder |
---|
build, clustering, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, loaders, locking, sites, storeAsBinary, transaction, unsafe, versioning |
Method Detail |
---|
JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder binaryTable()
JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder stringTable()
JdbcMixedCacheStoreConfigurationChildBuilder<S> key2StringMapper(String key2StringMapper)
Key2StringMapper
to use for mapping keys to strings suitable for
storage in a database table. Defaults to DefaultTwoWayKey2StringMapper
JdbcMixedCacheStoreConfigurationChildBuilder<S> key2StringMapper(Class<? extends Key2StringMapper> klass)
Key2StringMapper
to use for mapping keys to strings suitable for
storage in a database table. Defaults to DefaultTwoWayKey2StringMapper
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |