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 ReadRepairStrategyTableParams. readRepairMethods in org.apache.cassandra.schema with parameters of type ReadRepairStrategy Modifier and Type Method Description TableParams.BuilderTableParams.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 ReadRepairStrategyReadRepairStrategy. fromString(java.lang.String s)static ReadRepairStrategyReadRepairStrategy. 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.
-