public class LevelDBStoreConfiguration extends AbstractStoreConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
LevelDBStoreConfiguration.ImplementationType |
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED| 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, preload, properties, purgeOnStartup, shared, singletonStore, toStringpublic 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 © 2025 JBoss, a division of Red Hat. All rights reserved.