| 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. |