Uses of Class
voldemort.utils.ConsistencyCheck.Value

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

Uses of ConsistencyCheck.Value in voldemort.utils
 

Subclasses of ConsistencyCheck.Value in voldemort.utils
static class ConsistencyCheck.HashedValue
          A class to save version and value hash It is used to compare versions by the value hash
static class ConsistencyCheck.VersionValue
           
 

Methods in voldemort.utils that return ConsistencyCheck.Value
 ConsistencyCheck.Value ConsistencyCheck.ValueFactory.Create(Versioned<byte[]> versioned)
           
 

Methods in voldemort.utils with parameters of type ConsistencyCheck.Value
 Occurred ConsistencyCheck.VersionValue.compare(ConsistencyCheck.Value v)
           
 Occurred ConsistencyCheck.HashedValue.compare(ConsistencyCheck.Value v)
           
 boolean ConsistencyCheck.RetentionChecker.isExpired(ConsistencyCheck.Value v)
          Determine if a version is expired
abstract  boolean ConsistencyCheck.Value.isTimeStampLaterThan(ConsistencyCheck.Value v)
           
 boolean ConsistencyCheck.VersionValue.isTimeStampLaterThan(ConsistencyCheck.Value currentLatest)
           
 boolean ConsistencyCheck.HashedValue.isTimeStampLaterThan(ConsistencyCheck.Value currentLatest)
           
 

Method parameters in voldemort.utils with type arguments of type ConsistencyCheck.Value
static void ConsistencyCheck.cleanIneligibleKeys(java.util.Map<ByteArray,java.util.Map<ConsistencyCheck.Value,java.util.Set<ConsistencyCheck.ClusterNode>>> keyVersionNodeSetMap, int requiredWrite)
          Determine if a key version is invalid by comparing the version's existance and required writes configuration
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 java.lang.String ConsistencyCheck.keyVersionToString(ByteArray key, java.util.Map<ConsistencyCheck.Value,java.util.Set<ConsistencyCheck.ClusterNode>> versionMap, java.lang.String storeName, java.lang.Integer partitionId)
          Convert a key-version-nodeSet information to string
 void ConsistencyCheck.Reporter.processInconsistentKeys(java.lang.String storeName, java.lang.Integer partitionId, java.util.Map<ByteArray,java.util.Map<ConsistencyCheck.Value,java.util.Set<ConsistencyCheck.ClusterNode>>> keyVersionNodeSetMap)
           
 



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