Package org.onosproject.store
Class LogicalTimestamp
- java.lang.Object
-
- org.onosproject.store.LogicalTimestamp
-
-
Constructor Summary
Constructors Constructor Description LogicalTimestamp(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Timestamp o)
boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
long
value()
Returns the sequence value.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.onosproject.store.Timestamp
isNewerThan, isOlderThan
-
-
-
-
Method Detail
-
compareTo
public int compareTo(Timestamp o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<Timestamp>
-
hashCode
public int hashCode()
-
equals
public boolean equals(java.lang.Object obj)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
value
public long value()
Returns the sequence value.- Returns:
- sequence value
-
-