Uses of Class
org.apache.cassandra.service.reads.repair.ReadRepairStrategy
-
Packages that use ReadRepairStrategy Package Description org.apache.cassandra.schema org.apache.cassandra.service.reads.repair -
-
Uses of ReadRepairStrategy in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as ReadRepairStrategy Modifier and Type Field Description ReadRepairStrategy
TableParams. readRepair
Methods in org.apache.cassandra.schema with parameters of type ReadRepairStrategy Modifier and Type Method Description TableParams.Builder
TableParams.Builder. readRepair(ReadRepairStrategy val)
-
Uses of ReadRepairStrategy in org.apache.cassandra.service.reads.repair
Methods in org.apache.cassandra.service.reads.repair that return ReadRepairStrategy Modifier and Type Method Description static ReadRepairStrategy
ReadRepairStrategy. fromString(java.lang.String s)
static ReadRepairStrategy
ReadRepairStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReadRepairStrategy[]
ReadRepairStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-