public class JdbcStringBasedCacheStoreConfiguration extends AbstractJdbcCacheStoreConfiguration implements LegacyLoaderAdapter<JdbcStringBasedCacheStoreConfig>
| Modifier | Constructor and Description |
|---|---|
protected |
JdbcStringBasedCacheStoreConfiguration(String key2StringMapper,
TableManipulationConfiguration table,
ConnectionFactoryConfiguration connectionFactory,
long lockAcquistionTimeout,
int lockConcurrencyLevel,
boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
TypedProperties properties,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
| Modifier and Type | Method and Description |
|---|---|
JdbcStringBasedCacheStoreConfig |
adapt() |
String |
key2StringMapper() |
TableManipulationConfiguration |
table() |
String |
toString() |
connectionFactoryequals, hashCode, lockAcquistionTimeout, lockConcurrencyLevelasync, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStorepropertiesclone, finalize, getClass, notify, notifyAll, wait, wait, waitasync, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStorepropertiesprotected JdbcStringBasedCacheStoreConfiguration(String key2StringMapper, TableManipulationConfiguration table, ConnectionFactoryConfiguration connectionFactory, long lockAcquistionTimeout, int lockConcurrencyLevel, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public String key2StringMapper()
public TableManipulationConfiguration table()
public JdbcStringBasedCacheStoreConfig adapt()
adapt in interface LegacyLoaderAdapter<JdbcStringBasedCacheStoreConfig>Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.