Uses of Class
org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration.ImplementationType
-
Packages that use LevelDBStoreConfiguration.ImplementationType Package Description org.infinispan.persistence.leveldb.configuration Configuration forLevelDBStore
. -
-
Uses of LevelDBStoreConfiguration.ImplementationType in org.infinispan.persistence.leveldb.configuration
Methods in org.infinispan.persistence.leveldb.configuration that return LevelDBStoreConfiguration.ImplementationType Modifier and Type Method Description LevelDBStoreConfiguration.ImplementationType
LevelDBStoreConfiguration. implementationType()
Deprecated.static LevelDBStoreConfiguration.ImplementationType
LevelDBStoreConfiguration.ImplementationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LevelDBStoreConfiguration.ImplementationType[]
LevelDBStoreConfiguration.ImplementationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.persistence.leveldb.configuration with parameters of type LevelDBStoreConfiguration.ImplementationType Modifier and Type Method Description LevelDBStoreConfigurationBuilder
LevelDBStoreConfigurationBuilder. implementationType(LevelDBStoreConfiguration.ImplementationType implementationType)
Deprecated.
-