Class RocksDBStoreConfiguration
java.lang.Object
org.infinispan.configuration.cache.AbstractStoreConfiguration
org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
- All Implemented Interfaces:
StoreConfiguration
- Author:
- Ray Tsang
-
Field Summary
Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLY
-
Constructor Summary
ConstructorDescriptionRocksDBStoreConfiguration
(AttributeSet attributes, AsyncStoreConfiguration async, RocksDBExpirationConfiguration expiration) -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSet
int
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, no longer used.int
Deprecated, for removal: This API element is subject to removal in a future version.There is no more queue inRocksDBStore
location()
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, toString, transactional, writeOnly
-
Field Details
-
COMPRESSION_TYPE
-
-
Constructor Details
-
RocksDBStoreConfiguration
public RocksDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, RocksDBExpirationConfiguration expiration)
-
-
Method Details
-
attributeDefinitionSet
-
expiration
-
attributes
- Specified by:
attributes
in interfaceStoreConfiguration
- Overrides:
attributes
in classAbstractStoreConfiguration
-
location
-
expiredLocation
-
compressionType
-
blockSize
-
cacheSize
-
expiryQueueSize
Deprecated, for removal: This API element is subject to removal in a future version.There is no more queue inRocksDBStore
-
clearThreshold
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, no longer used. Will be removed in 15.0- Returns:
- the configured clear threshold
-