Package de.caluga.morphium.driver.bson
Class MongoTimestamp
- java.lang.Object
-
- de.caluga.morphium.driver.bson.MongoTimestamp
-
public class MongoTimestamp extends Object
-
-
Constructor Summary
Constructors Constructor Description MongoTimestamp()MongoTimestamp(int seconds, int increment)MongoTimestamp(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(MongoTimestamp ts)booleanequals(Object o)intgetInc()intgetTime()longgetValue()inthashCode()StringtoString()
-
-
-
Method Detail
-
getValue
public long getValue()
-
getTime
public int getTime()
-
getInc
public int getInc()
-
compareTo
public int compareTo(MongoTimestamp ts)
-
-