org.infinispan.loaders.jdbc.binary
public class JdbcBinaryCacheStoreConfig extends AbstractNonDelegatingJdbcCacheStoreConfig
JdbcBinaryCacheStore
.DEFAULT_CONCURRENCY_LEVEL, DEFAULT_LOCK_ACQUISITION_TIMEOUT, manageConnectionFactory, tableManipulation
connectionFactoryConfig
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
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.
|
void |
setTableNamePrefix(String tableNamePrefix) |
clone, getBatchSize, getDatabaseType, getFetchSize, getTableManipulation, isManageConnectionFactory, setBatchSize, setCacheName, setCreateTableOnStart, setDatabaseType, setDatabaseType, setDataColumnName, setDataColumnType, setDropTableOnExit, setFetchSize, setIdColumnName, setIdColumnType, setTableManipulation, setTimestampColumnName, setTimestampColumnType, toString
getConnectionFactoryConfig, setConnectionFactoryClass, setConnectionUrl, setDatasourceJndiLocation, setDriverClass, setPassword, setProperty, setUserName
getLockAcquistionTimeout, getLockConcurrencyLevel, setLockAcquistionTimeout, setLockConcurrencyLevel
accept, 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, singletonStore
getCacheLoaderClassName, getClassLoader, getProperties, setCacheLoaderClassName, setProperties, setProperties
hasComponentStarted, inject
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
public JdbcBinaryCacheStoreConfig(boolean manageConnectionFactory)
public JdbcBinaryCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig, TableManipulation tm)
public JdbcBinaryCacheStoreConfig()
public void setBucketTableNamePrefix(String bucketTableName)
public void setTableNamePrefix(String tableNamePrefix)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.