Uses of Class
org.apache.cassandra.config.Config.CorruptedTombstoneStrategy
-
Packages that use Config.CorruptedTombstoneStrategy Package Description org.apache.cassandra.config -
-
Uses of Config.CorruptedTombstoneStrategy in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as Config.CorruptedTombstoneStrategy Modifier and Type Field Description Config.CorruptedTombstoneStrategy
Config. corrupted_tombstone_strategy
Methods in org.apache.cassandra.config that return Config.CorruptedTombstoneStrategy Modifier and Type Method 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.Methods in org.apache.cassandra.config with parameters of type Config.CorruptedTombstoneStrategy Modifier and Type Method Description static void
DatabaseDescriptor. setCorruptedTombstoneStrategy(Config.CorruptedTombstoneStrategy strategy)
-