Uses of Class
org.apache.cassandra.config.Config.PaxosStatePurging
-
Packages that use Config.PaxosStatePurging Package Description org.apache.cassandra.config -
-
Uses of Config.PaxosStatePurging in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as Config.PaxosStatePurging Modifier and Type Field Description Config.PaxosStatePurgingConfig. paxos_state_purgingSeeConfig.PaxosStatePurgingdefault is legacy.Methods in org.apache.cassandra.config that return Config.PaxosStatePurging Modifier and Type Method Description static Config.PaxosStatePurgingConfig.PaxosStatePurging. fromBoolean(boolean enabled)static Config.PaxosStatePurgingDatabaseDescriptor. paxosStatePurging()static Config.PaxosStatePurgingConfig.PaxosStatePurging. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Config.PaxosStatePurging[]Config.PaxosStatePurging. 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.PaxosStatePurging Modifier and Type Method Description static voidDatabaseDescriptor. setPaxosStatePurging(Config.PaxosStatePurging v)
-