|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scale7.cassandra.pelops.UuidHelper
public class UuidHelper
Constructor Summary | |
---|---|
UuidHelper()
|
Method Summary | |
---|---|
static UUID |
newTimeUuid()
Generate a new time UUID object |
static byte[] |
newTimeUuidBytes()
Deprecated. Use the methods available on Bytes |
static UUID |
timeUuidFromBytes(byte[] uuid)
Deprecated. Use the methods available on Bytes |
static byte[] |
timeUuidStringToBytes(String uuidStr)
Deprecated. Use the methods available on Bytes |
static byte[] |
timeUuidToBytes(UUID uuid)
Deprecated. Use the methods available on Bytes |
static byte[] |
uuidToBytes(long msb,
long lsb)
Deprecated. Use the methods available on Bytes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UuidHelper()
Method Detail |
---|
public static UUID newTimeUuid()
@Deprecated public static byte[] newTimeUuidBytes()
Bytes
@Deprecated public static UUID timeUuidFromBytes(byte[] uuid)
Bytes
uuid
- The bytes of the time UUID
@Deprecated public static byte[] timeUuidToBytes(UUID uuid)
Bytes
uuid
- The time UUID to serialize
@Deprecated public static byte[] uuidToBytes(long msb, long lsb)
Bytes
@Deprecated public static byte[] timeUuidStringToBytes(String uuidStr)
Bytes
uuidStr
- The string representation of the time UUID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |