public class LevelDBCacheStoreConfiguration extends AbstractLockSupportStoreConfiguration implements LegacyLoaderAdapter<LevelDBCacheStoreConfig>
Modifier | Constructor and Description |
---|---|
protected |
LevelDBCacheStoreConfiguration(String location,
String expiredLocation,
org.iq80.leveldb.CompressionType compressionType,
Integer blockSize,
Long cacheSize,
int expiryQueueSize,
int clearThreshold,
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 |
---|---|
LevelDBCacheStoreConfig |
adapt() |
Integer |
blockSize() |
Long |
cacheSize() |
int |
clearThreshold() |
org.iq80.leveldb.CompressionType |
compressionType() |
String |
expiredLocation() |
int |
expiryQueueSize() |
String |
location() |
equals, hashCode, lockAcquistionTimeout, lockConcurrencyLevel
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
properties
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
properties
protected LevelDBCacheStoreConfiguration(String location, String expiredLocation, org.iq80.leveldb.CompressionType compressionType, Integer blockSize, Long cacheSize, int expiryQueueSize, int clearThreshold, long lockAcquistionTimeout, int lockConcurrencyLevel, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public LevelDBCacheStoreConfig adapt()
adapt
in interface LegacyLoaderAdapter<LevelDBCacheStoreConfig>
public String location()
public String expiredLocation()
public org.iq80.leveldb.CompressionType compressionType()
public Integer blockSize()
public Long cacheSize()
public int expiryQueueSize()
public int clearThreshold()
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.