Uses of Class
voldemort.versioning.Occured

Packages that use Occured
voldemort.versioning Classes for operating on vector clocks and dealing with distributed state. 
 

Uses of Occured in voldemort.versioning
 

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