Class MapValue.Digest
- java.lang.Object
-
- org.onosproject.store.atomix.primitives.impl.MapValue.Digest
-
-
Constructor Summary
Constructors Constructor Description Digest(org.onosproject.store.Timestamp timestamp, boolean isTombstone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()booleanisNewerThan(MapValue.Digest other)booleanisTombstone()org.onosproject.store.Timestamptimestamp()StringtoString()
-
-
-
Method Detail
-
timestamp
public org.onosproject.store.Timestamp timestamp()
-
isTombstone
public boolean isTombstone()
-
isNewerThan
public boolean isNewerThan(MapValue.Digest other)
-
-