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.CorruptedTombstoneStrategyConfig. corrupted_tombstone_strategyMethods in org.apache.cassandra.config that return Config.CorruptedTombstoneStrategy Modifier and Type Method Description static Config.CorruptedTombstoneStrategyDatabaseDescriptor. getCorruptedTombstoneStrategy()static Config.CorruptedTombstoneStrategyConfig.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 voidDatabaseDescriptor. setCorruptedTombstoneStrategy(Config.CorruptedTombstoneStrategy strategy)
-