类 Helper
- java.lang.Object
-
- org.hibernate.id.uuid.Helper
-
public final class Helper extends Object
TODO : javadoc- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static Stringformat(int value)static Stringformat(short value)static byte[]getAddressBytes()static StringgetAddressHexString()static intgetAddressInt()static byte[]getCountBytes()static shortgetCountShort()Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)static byte[]getJvmIdentifierBytes()static StringgetJvmIdentifierHexString()static intgetJvmIdentifierInt()
-
-
-
方法详细资料
-
getAddressBytes
public static byte[] getAddressBytes()
-
getAddressInt
public static int getAddressInt()
-
getAddressHexString
public static String getAddressHexString()
-
getJvmIdentifierBytes
public static byte[] getJvmIdentifierBytes()
-
getJvmIdentifierInt
public static int getJvmIdentifierInt()
-
getJvmIdentifierHexString
public static String getJvmIdentifierHexString()
-
getCountShort
public static short getCountShort()
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)
-
getCountBytes
public static byte[] getCountBytes()
-
format
public static String format(int value)
-
format
public static String format(short value)
-
-