Class LevelDBStoreConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
-
- org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- All Implemented Interfaces:
StoreConfiguration
@Deprecated public class LevelDBStoreConfiguration extends org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
Deprecated.Use the RocksDB cache store instead- Author:
- Ray Tsang
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LevelDBStoreConfiguration.ImplementationType
Deprecated.
-
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 LevelDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
Deprecated.LevelDBStoreConfiguration.ImplementationType
implementationType()
Deprecated.-
Methods inherited from class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
blockSize, cacheSize, clearThreshold, compressionType, expiredLocation, expiryQueueSize, location
-
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
-
LevelDBStoreConfiguration
public LevelDBStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
Deprecated.
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
Deprecated.
-
implementationType
public LevelDBStoreConfiguration.ImplementationType implementationType()
Deprecated.
-
-