Class RocksDBStoreConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo,ConfigurationInfo,StoreConfiguration
public class RocksDBStoreConfiguration extends AbstractStoreConfiguration implements ConfigurationInfo
- Author:
- Ray Tsang
-
-
Field Summary
Fields Modifier and Type Field Description static ElementDefinitionELEMENT_DEFINTION-
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()AttributeSetattributes()java.lang.IntegerblockSize()java.lang.LongcacheSize()intclearThreshold()CompressionTypecompressionType()java.lang.StringexpiredLocation()intexpiryQueueSize()ElementDefinitiongetElementDefinition()java.lang.Stringlocation()-
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, singletonStore, subElements, toString, transactional
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Field Detail
-
ELEMENT_DEFINTION
public static ElementDefinition ELEMENT_DEFINTION
-
-
Constructor Detail
-
RocksDBStoreConfiguration
public RocksDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
attributes
public AttributeSet attributes()
- Specified by:
attributesin interfaceBaseConfigurationInfo- Overrides:
attributesin classAbstractStoreConfiguration- Returns:
- the
AttributeSetdeclared by the configuration.
-
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()
-
-