public class JdbcStringBasedCacheStoreConfig extends AbstractNonDelegatingJdbcCacheStoreConfig
JdbcStringBasedCacheStore cache store.Key2StringMapper,
Serialized FormDEFAULT_CONCURRENCY_LEVEL, DEFAULT_LOCK_ACQUISITION_TIMEOUT, manageConnectionFactory, tableManipulationconnectionFactoryConfigasync, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStorecacheLoaderClassName, propertiescroverriddenConfigurationElements| Constructor and Description |
|---|
JdbcStringBasedCacheStoreConfig() |
JdbcStringBasedCacheStoreConfig(boolean manageConnectionFactory) |
JdbcStringBasedCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tableManipulation) |
| Modifier and Type | Method and Description |
|---|---|
JdbcStringBasedCacheStoreConfig |
clone() |
Key2StringMapper |
getKey2StringMapper() |
void |
setKey2StringMapperClass(String className)
Name of the class implementing Key2StringMapper.
|
void |
setStringsTableNamePrefix(String stringsTableNamePrefix)
Sets the prefix for the name of the table where the data will be stored.
|
String |
toString() |
getBatchSize, getDatabaseType, getFetchSize, getTableManipulation, isManageConnectionFactory, setBatchSize, setCacheName, setCreateTableOnStart, setDatabaseType, setDataColumnName, setDataColumnType, setDropTableOnExit, setFetchSize, setIdColumnName, setIdColumnType, setTableManipulation, setTimestampColumnName, setTimestampColumnTypegetConnectionFactoryConfig, setConnectionFactoryClass, setConnectionUrl, setDatasourceJndiLocation, setDriverClass, setPassword, setUserNamegetLockAcquistionTimeout, getLockConcurrencyLevel, setLockAcquistionTimeout, setLockConcurrencyLevelaccept, asyncStore, equals, equalsExcludingProperties, fetchPersistentState, getAsyncStoreConfig, getPurgerThreads, getSingletonStoreConfig, getTypedProperties, hashCode, hashCodeExcludingProperties, ignoreModifications, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPurgeSynchronously, purgeOnStartup, purgerThreads, purgeSynchronously, setAsyncStoreConfig, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setPurgerThreads, setPurgeSynchronously, setSingletonStoreConfig, setTypedProperties, singletonStoregetCacheLoaderClassName, getClassLoader, getProperties, setCacheLoaderClassName, setProperties, setPropertieshasComponentStarted, injecttestImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshallfinalize, getClass, notify, notifyAll, wait, wait, waitgetCacheLoaderClassName, getClassLoader, setCacheLoaderClassNamepublic JdbcStringBasedCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig, TableManipulation tableManipulation)
public JdbcStringBasedCacheStoreConfig()
public JdbcStringBasedCacheStoreConfig(boolean manageConnectionFactory)
public Key2StringMapper getKey2StringMapper()
public void setKey2StringMapperClass(String className)
DefaultTwoWayKey2StringMapperKey2StringMapperpublic void setStringsTableNamePrefix(String stringsTableNamePrefix)
public JdbcStringBasedCacheStoreConfig clone()
clone in interface CloneableConfigurationComponentclone in interface CacheLoaderConfigclone in class AbstractNonDelegatingJdbcCacheStoreConfigpublic String toString()
toString in class AbstractNonDelegatingJdbcCacheStoreConfigCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.