|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.impl.tool.UUID
public class UUID
Unique ID generator
Constructor Summary | |
---|---|
UUID()
|
Method Summary | |
---|---|
static long[] |
getBlockMarker(long position)
Returns a block marker , 5 longs |
static DatabaseId |
getDatabaseId(long creationDate)
Returns a database id : 4 longs |
static long |
getRandomLongId()
|
static long |
getUniqueId(java.lang.String simpleSeed)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UUID()
Method Detail |
---|
public static long getUniqueId(java.lang.String simpleSeed)
public static long getRandomLongId()
public static long[] getBlockMarker(long position)
position
-
public static DatabaseId getDatabaseId(long creationDate)
creationDate
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |