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() |
connectionFactory
equals, hashCode, lockAcquistionTimeout, lockConcurrencyLevel
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
properties
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
properties
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)
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.