Class AbstractUUIDGenerator

    • Constructor Detail

      • AbstractUUIDGenerator

        public AbstractUUIDGenerator()
        Deprecated.
    • Method Detail

      • getJVM

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

        protected short getCount()
        Deprecated.
        Unique in a millisecond for this JVM instance (unless there are more than 32767 instances created in a millisecond)
      • getIP

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

        protected short getHiTime()
        Deprecated.
        Unique down to millisecond
      • getLoTime

        protected int getLoTime()
        Deprecated.