Uses of Class
org.apache.cassandra.config.Config.PaxosVariant
-
Packages that use Config.PaxosVariant Package Description org.apache.cassandra.config org.apache.cassandra.service.paxos -
-
Uses of Config.PaxosVariant in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as Config.PaxosVariant Modifier and Type Field Description Config.PaxosVariantConfig. paxos_variantSeeConfig.PaxosVariant.Methods in org.apache.cassandra.config that return Config.PaxosVariant Modifier and Type Method Description static Config.PaxosVariantDatabaseDescriptor. getPaxosVariant()static Config.PaxosVariantConfig.PaxosVariant. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Config.PaxosVariant[]Config.PaxosVariant. 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.PaxosVariant Modifier and Type Method Description static 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.PaxosVariant Modifier and Type Method Description static Config.PaxosVariantPaxos. getPaxosVariant()Methods in org.apache.cassandra.service.paxos with parameters of type Config.PaxosVariant Modifier and Type Method Description static voidPaxos. setPaxosVariant(Config.PaxosVariant paxosVariant)
-