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 org.infinispan.commons.configuration.attributes.AttributeDefinition<CompressionType> RocksDBStoreConfiguration.COMPRESSION_TYPEMethods in org.infinispan.persistence.rocksdb.configuration that return CompressionTypeModifier and TypeMethodDescriptionRocksDBStoreConfiguration.compressionType()static CompressionTypeReturns 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)