Uses of Enum Class
org.apache.cassandra.config.Config.PaxosVariant
Packages that use Config.PaxosVariant
-
Uses of Config.PaxosVariant in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as Config.PaxosVariantMethods in org.apache.cassandra.config that return Config.PaxosVariantModifier and TypeMethodDescriptionstatic Config.PaxosVariantDatabaseDescriptor.getPaxosVariant()static Config.PaxosVariantReturns the enum constant of this class with the specified name.static Config.PaxosVariant[]Config.PaxosVariant.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.PaxosVariantModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setPaxosVariant(Config.PaxosVariant variant) -
Uses of Config.PaxosVariant in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos that return Config.PaxosVariantMethods in org.apache.cassandra.service.paxos with parameters of type Config.PaxosVariantModifier and TypeMethodDescriptionstatic voidPaxos.setPaxosVariant(Config.PaxosVariant paxosVariant)