|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.undercouch.bson4jackson.types.Timestamp
public class Timestamp
A special internal type used by MongoDB replication and sharding.
| Constructor Summary | |
|---|---|
Timestamp(int time,
int inc)
Constructs a new timestamp object |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
getInc()
|
int |
getTime()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Timestamp(int time,
int inc)
time - the actual timestampinc - the increment| Method Detail |
|---|
public int getInc()
public int getTime()
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||