| Package | Description |
|---|---|
| org.apache.cassandra.config |
| Modifier and Type | Field and Description |
|---|---|
Config.CorruptedTombstoneStrategy |
Config.corrupted_tombstone_strategy |
| Modifier and Type | Method and Description |
|---|---|
static Config.CorruptedTombstoneStrategy |
DatabaseDescriptor.getCorruptedTombstoneStrategy() |
static Config.CorruptedTombstoneStrategy |
Config.CorruptedTombstoneStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Config.CorruptedTombstoneStrategy[] |
Config.CorruptedTombstoneStrategy.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.setCorruptedTombstoneStrategy(Config.CorruptedTombstoneStrategy strategy) |
Copyright © 2009-2022 The Apache Software Foundation