Uses of Class
voldemort.utils.ConsistencyCheck.ConsistencyLevel

Packages that use ConsistencyCheck.ConsistencyLevel
voldemort.utils Basic helper functions. 
 

Uses of ConsistencyCheck.ConsistencyLevel in voldemort.utils
 

Methods in voldemort.utils that return ConsistencyCheck.ConsistencyLevel
static ConsistencyCheck.ConsistencyLevel ConsistencyCheck.determineConsistency(java.util.Map<ConsistencyCheck.Value,java.util.Set<ConsistencyCheck.ClusterNode>> versionNodeSetMap, int replicationFactor)
          Determine the consistency level of a key
static ConsistencyCheck.ConsistencyLevel ConsistencyCheck.ConsistencyLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConsistencyCheck.ConsistencyLevel[] ConsistencyCheck.ConsistencyLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu