public class RocksDBStoreConfiguration extends AbstractStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SEGMENTED, SHARED, TRANSACTIONAL| Constructor and Description |
|---|
RocksDBStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
java.lang.Integer |
blockSize() |
java.lang.Long |
cacheSize() |
int |
clearThreshold() |
CompressionType |
compressionType() |
java.lang.String |
expiredLocation() |
int |
expiryQueueSize() |
java.lang.String |
location() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, singletonStore, toString, transactionalpublic RocksDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static AttributeSet attributeDefinitionSet()
public java.lang.String location()
public java.lang.String expiredLocation()
public CompressionType compressionType()
public java.lang.Integer blockSize()
public java.lang.Long cacheSize()
public int expiryQueueSize()
public int clearThreshold()