Uses of Enum Class
org.apache.cassandra.config.Config.CorruptedTombstoneStrategy
Packages that use Config.CorruptedTombstoneStrategy
-
Uses of Config.CorruptedTombstoneStrategy in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as Config.CorruptedTombstoneStrategyMethods in org.apache.cassandra.config that return Config.CorruptedTombstoneStrategyModifier and TypeMethodDescriptionDatabaseDescriptor.getCorruptedTombstoneStrategy()Returns the enum constant of this class with the specified name.static Config.CorruptedTombstoneStrategy[]Config.CorruptedTombstoneStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.config with parameters of type Config.CorruptedTombstoneStrategyModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setCorruptedTombstoneStrategy(Config.CorruptedTombstoneStrategy strategy)