Uses of Enum Class
org.infinispan.persistence.rocksdb.configuration.CompressionType
Packages that use CompressionType
-
Uses of CompressionType in org.infinispan.persistence.rocksdb.configuration
Fields in org.infinispan.persistence.rocksdb.configuration with type parameters of type CompressionTypeModifier and TypeFieldDescriptionstatic final AttributeDefinition
<CompressionType> RocksDBStoreConfiguration.COMPRESSION_TYPE
Methods in org.infinispan.persistence.rocksdb.configuration that return CompressionTypeModifier and TypeMethodDescriptionRocksDBStoreConfiguration.compressionType()
static CompressionType
Returns the enum constant of this class with the specified name.static CompressionType[]
CompressionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.persistence.rocksdb.configuration with parameters of type CompressionTypeModifier and TypeMethodDescriptionRocksDBStoreConfigurationBuilder.compressionType
(CompressionType compressionType)