Class AbstractUUIDGenerator

    • Constructor Detail

      • AbstractUUIDGenerator

        public AbstractUUIDGenerator()
    • Method Detail

      • getJVM

        protected int getJVM()
        Unique across JVMs on this machine (unless they load this class in the same quarter second - very unlikely)
      • getCount

        protected short getCount()
        Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a millisecond)
      • getIP

        protected int getIP()
        Unique in a local network
      • getHiTime

        protected short getHiTime()
        Unique down to millisecond
      • getLoTime

        protected int getLoTime()