Package com.github.f4b6a3.uuid.util
Class UuidSettings
- java.lang.Object
-
- com.github.f4b6a3.uuid.util.UuidSettings
-
public final class UuidSettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringPROPERTY_NODEprotected static StringPROPERTY_NODEIDDeprecated.protected static StringPROPERTY_PREFIX
-
Constructor Summary
Constructors Modifier Constructor Description protectedUuidSettings()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected static voidclearProperty(String key)protected static StringgetEnvinronmentName(String key)static longgetNodeIdentifier()protected static longgetNodeIdentifierDeprecated()Deprecated.protected static StringgetProperty(String name)protected static StringgetPropertyName(String key)static voidsetNodeIdentifier(long nodeid)protected static voidsetNodeIdentifierDeprecated(long nodeid)Deprecated.protected static voidsetProperty(String key, String value)
-
-
-
Field Detail
-
PROPERTY_PREFIX
protected static final String PROPERTY_PREFIX
- See Also:
- Constant Field Values
-
PROPERTY_NODEID
@Deprecated protected static final String PROPERTY_NODEID
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_NODE
protected static final String PROPERTY_NODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNodeIdentifier
public static long getNodeIdentifier()
-
setNodeIdentifier
public static void setNodeIdentifier(long nodeid)
-
getNodeIdentifierDeprecated
@Deprecated protected static long getNodeIdentifierDeprecated()
Deprecated.
-
setNodeIdentifierDeprecated
@Deprecated protected static void setNodeIdentifierDeprecated(long nodeid)
Deprecated.
-
clearProperty
protected static void clearProperty(String key)
-
-