Uses of Class
org.apache.cassandra.config.ReadRepairDecision

Packages that use ReadRepairDecision
org.apache.cassandra.config   
org.apache.cassandra.db   
 

Uses of ReadRepairDecision in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return ReadRepairDecision
 ReadRepairDecision CFMetaData.newReadRepairDecision()
           
static ReadRepairDecision ReadRepairDecision.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReadRepairDecision[] ReadRepairDecision.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ReadRepairDecision in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type ReadRepairDecision
 java.util.List<java.net.InetAddress> ConsistencyLevel.filterForQuery(Table table, java.util.List<java.net.InetAddress> liveEndpoints, ReadRepairDecision readRepair)
           
 



Copyright © 2013 The Apache Software Foundation