Uses of Enum Class
org.apache.cassandra.service.reads.repair.ReadRepairStrategy
Packages that use ReadRepairStrategy
-
Uses of ReadRepairStrategy in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as ReadRepairStrategyMethods in org.apache.cassandra.schema with parameters of type ReadRepairStrategy -
Uses of ReadRepairStrategy in org.apache.cassandra.service.reads.repair
Methods in org.apache.cassandra.service.reads.repair that return ReadRepairStrategyModifier and TypeMethodDescriptionstatic ReadRepairStrategyReadRepairStrategy.fromString(String s) static ReadRepairStrategyReturns the enum constant of this class with the specified name.static ReadRepairStrategy[]ReadRepairStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.