public class LevelDBStoreConfiguration extends AbstractStoreConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
LevelDBStoreConfiguration.ImplementationType |
Constructor and Description |
---|
LevelDBStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
String location,
String expiredLocation,
LevelDBStoreConfiguration.ImplementationType implementationType,
CompressionType compressionType,
Integer blockSize,
Long cacheSize,
int expiryQueueSize,
int clearThreshold) |
Modifier and Type | Method and Description |
---|---|
Integer |
blockSize() |
Long |
cacheSize() |
int |
clearThreshold() |
CompressionType |
compressionType() |
String |
expiredLocation() |
int |
expiryQueueSize() |
LevelDBStoreConfiguration.ImplementationType |
implementationType() |
String |
location() |
async, equals, fetchPersistentState, hashCode, ignoreModifications, preload, properties, purgeOnStartup, shared, singletonStore, toString
public LevelDBStoreConfiguration(boolean purgeOnStartup, boolean fetchPersistentState, boolean ignoreModifications, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, boolean preload, boolean shared, Properties properties, String location, String expiredLocation, LevelDBStoreConfiguration.ImplementationType implementationType, CompressionType compressionType, Integer blockSize, Long cacheSize, int expiryQueueSize, int clearThreshold)
public String location()
public String expiredLocation()
public LevelDBStoreConfiguration.ImplementationType implementationType()
public CompressionType compressionType()
public Integer blockSize()
public Long cacheSize()
public int expiryQueueSize()
public int clearThreshold()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.