Class OVersion
java.lang.Object
com.orientechnologies.orient.distributed.context.coordination.OVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic OVersionfromResult(OResult input) longgetValue()inthashCode()booleanbooleannext()booleanstatic OVersionreadNetwork(DataInput input) voidtoString()voidwriteNetwork(DataOutput out)
-
Constructor Details
-
OVersion
public OVersion(long version)
-
-
Method Details
-
next
-
promise
-
getValue
public long getValue() -
isAfter
-
isBefore
-
hashCode
public int hashCode() -
equals
-
toString
-
writeNetwork
- Throws:
IOException
-
readNetwork
- Throws:
IOException
-
toElement
-
toDocument
-
fromResult
-