Constant Field Values
Contents
com.github.*
-
com.github.f4b6a3.uuid.creator.AbstractNameBasedUuidCreator Modifier and Type Constant Field Value protected static final StringMESSAGE_DIGEST_MD5"MD5"protected static final StringMESSAGE_DIGEST_SHA1"SHA-1"
-
com.github.f4b6a3.uuid.strategy.clockseq.ClockSequenceController Modifier and Type Constant Field Value protected static final intPOOL_MAX16384 -
com.github.f4b6a3.uuid.strategy.clockseq.DefaultClockSequenceStrategy Modifier and Type Constant Field Value protected static final intSEQUENCE_MAX16383protected static final intSEQUENCE_MIN0
-
com.github.f4b6a3.uuid.strategy.timestamp.DefaultTimestampStrategy Modifier and Type Constant Field Value protected static final intCOUNTER_MAX9999protected static final intCOUNTER_MIN0protected static final intCOUNTER_OFFSET_MAX255protected static final StringOVERRUN_MESSAGE"The system overran the generator by requesting too many UUIDs."
-
com.github.f4b6a3.uuid.util.SettingsUtil Modifier and Type Constant Field Value public static final StringPROPERTY_NODEID"nodeid"protected static final StringPROPERTY_PREFIX"uuidcreator" -
com.github.f4b6a3.uuid.util.UuidTimeUtil Modifier and Type Constant Field Value public static final longMILLISECONDS_PER_SECOND1000Lpublic static final longTIMESTAMP_RESOLUTION10000L -
com.github.f4b6a3.uuid.util.UuidValidator Modifier and Type Constant Field Value public static final StringUUID_PATTERN"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|[0-9a-fA-F]{32})$"