Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.loaders.jdbc.configuration
Interface JdbcMixedCacheStoreConfigurationChildBuilder<S extends AbstractJdbcCacheStoreConfigurationBuilder<?,S>>

All Superinterfaces:
ConfigurationChildBuilder, JdbcCacheStoreConfigurationChildBuilder<S>, LoaderConfigurationChildBuilder<S>, LockSupportStoreConfigurationChildBuilder<S>, StoreConfigurationChildBuilder<S>
All Known Implementing Classes:
JdbcMixedCacheStoreConfigurationBuilder, JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder

public interface JdbcMixedCacheStoreConfigurationChildBuilder<S extends AbstractJdbcCacheStoreConfigurationBuilder<?,S>>
extends JdbcCacheStoreConfigurationChildBuilder<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

binaryTable

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


stringTable

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


key2StringMapper

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. Defaults to DefaultTwoWayKey2StringMapper


key2StringMapper

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. Defaults to DefaultTwoWayKey2StringMapper


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.