@Immutable public final class ObjectId extends Object
ObjectId
value for use within a BSON object
, and are 12-byte binary values
designed to have a reasonably high probability of being unique when allocated.Constructor and Description |
---|
ObjectId(int time,
int machine,
int process,
int inc) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBytes() |
String |
getBytesInBase16() |
int |
getInc() |
int |
getMachine() |
int |
getProcess() |
int |
getTime() |
int |
hashCode() |
String |
toString() |
public int getTime()
public int getMachine()
public int getProcess()
public int getInc()
public byte[] getBytes()
public String getBytesInBase16()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.