Uses of Class
org.apache.cassandra.config.Config.BatchlogEndpointStrategy
-
Packages that use Config.BatchlogEndpointStrategy Package Description org.apache.cassandra.config -
-
Uses of Config.BatchlogEndpointStrategy in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as Config.BatchlogEndpointStrategy Modifier and Type Field Description Config.BatchlogEndpointStrategyConfig. batchlog_endpoint_strategyMethods in org.apache.cassandra.config that return Config.BatchlogEndpointStrategy Modifier and Type Method Description static Config.BatchlogEndpointStrategyDatabaseDescriptor. getBatchlogEndpointStrategy()static Config.BatchlogEndpointStrategyConfig.BatchlogEndpointStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Config.BatchlogEndpointStrategy[]Config.BatchlogEndpointStrategy. 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.BatchlogEndpointStrategy Modifier and Type Method Description static voidDatabaseDescriptor. setBatchlogEndpointStrategy(Config.BatchlogEndpointStrategy batchlogEndpointStrategy)
-