public class ObjectId
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
_inc
The counter
|
protected int |
_machine
The machine ID
|
protected int |
_time
The timestamp
|
| Constructor and Description |
|---|
ObjectId(int time,
int machine,
int inc)
Constructs a new identifier
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInc() |
int |
getMachine() |
int |
getTime() |
protected final int _time
protected final int _machine
protected final int _inc