|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.undercouch.bson4jackson.types.ObjectId
public class ObjectId
A unique identifier for MongoDB documents. Such identifiers consist of a timestamp, a machine ID and a counter.
| Constructor Summary | |
|---|---|
ObjectId(int time,
int machine,
int inc)
Constructs a new identifier |
|
| Method Summary | |
|---|---|
int |
getInc()
|
int |
getMachine()
|
int |
getTime()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectId(int time,
int machine,
int inc)
time - the timestampmachine - the machine IDinc - the counter| Method Detail |
|---|
public int getTime()
public int getMachine()
public int getInc()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||