public class LevelDBStoreConfiguration extends AbstractStoreConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
LevelDBStoreConfiguration.ImplementationType |
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED, TRANSACTIONAL
Constructor and Description |
---|
LevelDBStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
Modifier and Type | Method and Description |
---|---|
static AttributeSet |
attributeDefinitionSet() |
Integer |
blockSize() |
Long |
cacheSize() |
int |
clearThreshold() |
CompressionType |
compressionType() |
String |
expiredLocation() |
int |
expiryQueueSize() |
LevelDBStoreConfiguration.ImplementationType |
implementationType() |
String |
location() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, toString, transactional
public LevelDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static AttributeSet attributeDefinitionSet()
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 © 2018 JBoss, a division of Red Hat. All rights reserved.