Class UuidCreatorSettings


  • public final class UuidCreatorSettings
    extends Object
    Reads system properties and environment variables. The system properties has prevalence over environment variables. Available properties and variables: - uuidcreator.node - UUIDCREATOR_NODE
    • Constructor Detail

      • UuidCreatorSettings

        protected UuidCreatorSettings()
    • Method Detail

      • getNodeIdentifier

        public static Long getNodeIdentifier()
      • setNodeIdentifier

        public static void setNodeIdentifier​(Long nodeid)
      • getProperty

        public static String getProperty​(String name)
      • setProperty

        public static void setProperty​(String key,
                                       String value)
      • clearProperty

        public static void clearProperty​(String key)
      • getPropertyName

        protected static String getPropertyName​(String key)
      • getEnvinronmentName

        protected static String getEnvinronmentName​(String key)