Class RocksDBStoreConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
-
- All Implemented Interfaces:
StoreConfiguration
public class RocksDBStoreConfiguration extends AbstractStoreConfiguration
- Author:
- Ray Tsang
-
-
Field Summary
-
Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SEGMENTED, SHARED, TRANSACTIONAL
-
-
Constructor Summary
Constructors Constructor Description RocksDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSetattributeDefinitionSet()java.lang.IntegerblockSize()java.lang.LongcacheSize()intclearThreshold()CompressionTypecompressionType()java.lang.StringexpiredLocation()intexpiryQueueSize()java.lang.Stringlocation()-
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, singletonStore, toString, transactional
-
-
-
-
Constructor Detail
-
RocksDBStoreConfiguration
public RocksDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
location
public java.lang.String location()
-
expiredLocation
public java.lang.String expiredLocation()
-
compressionType
public CompressionType compressionType()
-
blockSize
public java.lang.Integer blockSize()
-
cacheSize
public java.lang.Long cacheSize()
-
expiryQueueSize
public int expiryQueueSize()
-
clearThreshold
public int clearThreshold()
-
-