Uses of Class
voldemort.versioning.Occurred

Packages that use Occurred
voldemort.utils Basic helper functions. 
voldemort.versioning Classes for operating on vector clocks and dealing with distributed state. 
 

Uses of Occurred in voldemort.utils
 

Methods in voldemort.utils that return Occurred
 Occurred ConsistencyCheck.VersionValue.compare(ConsistencyCheck.Value v)
           
 Occurred ConsistencyCheck.HashedValue.compare(ConsistencyCheck.Value v)
           
 

Uses of Occurred in voldemort.versioning
 

Methods in voldemort.versioning that return Occurred
static Occurred VectorClockUtils.compare(VectorClock v1, VectorClock v2)
          Compare two VectorClocks, the outcomes will be one of the following:
-- Clock 1 is BEFORE clock 2, if there exists an nodeId such that c1(nodeId) <= c2(nodeId) and there does not exist another nodeId such that c1(nodeId) > c2(nodeId).
 Occurred Version.compare(Version v)
          Return whether or not the given version preceeded this one, succeeded it, or is concurrant with it
 Occurred VectorClock.compare(Version v)
           
static Occurred Occurred.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Occurred[] Occurred.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