public class JdbmCacheStoreConfiguration extends AbstractStoreConfiguration implements LegacyLoaderAdapter<JdbmCacheStoreConfig>
Constructor and Description |
---|
JdbmCacheStoreConfiguration(String comparatorClassName,
int expiryQueueSize,
String location,
boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
TypedProperties properties,
AsyncStoreConfiguration asyncStoreConfiguration,
SingletonStoreConfiguration singletonStoreConfiguration) |
Modifier and Type | Method and Description |
---|---|
JdbmCacheStoreConfig |
adapt() |
String |
comparatorClassName() |
int |
expiryQueueSize() |
String |
location() |
async, equals, fetchPersistentState, hashCode, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
properties
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
properties
public JdbmCacheStoreConfiguration(String comparatorClassName, int expiryQueueSize, String location, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration asyncStoreConfiguration, SingletonStoreConfiguration singletonStoreConfiguration)
public String comparatorClassName()
public int expiryQueueSize()
public String location()
public JdbmCacheStoreConfig adapt()
adapt
in interface LegacyLoaderAdapter<JdbmCacheStoreConfig>
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.