Uses of Enum Class
org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
Package
Description
Auto-configuration for Cassandra.
-
Uses of CassandraProperties.Compression in org.springframework.boot.autoconfigure.cassandra
Modifier and TypeMethodDescriptionCassandraProperties.getCompression()
Returns the enum constant of this class with the specified name.static CassandraProperties.Compression[]
CassandraProperties.Compression.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CassandraProperties.setCompression
(CassandraProperties.Compression compression)