public class RocksDBStoreConfiguration extends AbstractStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED, TRANSACTIONAL| Constructor and Description |
|---|
RocksDBStoreConfiguration(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() |
String |
location() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, toString, transactionalpublic RocksDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static AttributeSet attributeDefinitionSet()
public String location()
public String expiredLocation()
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.