public class JdbcBinaryCacheStoreConfig extends AbstractNonDelegatingJdbcCacheStoreConfig
JdbcBinaryCacheStore.DEFAULT_CONCURRENCY_LEVEL, DEFAULT_LOCK_ACQUISITION_TIMEOUT, manageConnectionFactory, tableManipulationconnectionFactoryConfigasync, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStorecacheLoaderClassName, propertiescroverriddenConfigurationElements| Constructor and Description |
|---|
JdbcBinaryCacheStoreConfig() |
JdbcBinaryCacheStoreConfig(boolean manageConnectionFactory) |
JdbcBinaryCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tm) |
| Modifier and Type | Method and Description |
|---|---|
void |
setBucketTableNamePrefix(String bucketTableName)
Sets the prefix for the name of the table where the data will be stored.
|
clone, getBatchSize, getDatabaseType, getFetchSize, getTableManipulation, isManageConnectionFactory, setBatchSize, setCacheName, setCreateTableOnStart, setDatabaseType, setDataColumnName, setDataColumnType, setDropTableOnExit, setFetchSize, setIdColumnName, setIdColumnType, setTableManipulation, setTimestampColumnName, setTimestampColumnType, toStringgetConnectionFactoryConfig, 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 JdbcBinaryCacheStoreConfig(boolean manageConnectionFactory)
public JdbcBinaryCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig, TableManipulation tm)
public JdbcBinaryCacheStoreConfig()
public void setBucketTableNamePrefix(String bucketTableName)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.