Package | Description |
---|---|
org.springframework.boot.autoconfigure.cassandra |
Auto-configuration for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
CassandraProperties.Compression |
CassandraProperties.getCompression() |
static CassandraProperties.Compression |
CassandraProperties.Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CassandraProperties.Compression[] |
CassandraProperties.Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CassandraProperties.setCompression(CassandraProperties.Compression compression) |