| Package | Description |
|---|---|
| org.apache.cassandra.config |
| Modifier and Type | Field and Description |
|---|---|
Config.FlushCompression |
Config.flush_compression |
| Modifier and Type | Method and Description |
|---|---|
static Config.FlushCompression |
DatabaseDescriptor.getFlushCompression() |
static Config.FlushCompression |
Config.FlushCompression.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Config.FlushCompression[] |
Config.FlushCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DatabaseDescriptor.setFlushCompression(Config.FlushCompression compression) |
Copyright © 2009-2022 The Apache Software Foundation