Class SuffixCombCreator

  • All Implemented Interfaces:
    NoArgumentsUuidCreator

    public final class SuffixCombCreator
    extends AbstractRandomBasedUuidCreator
    Factory that creates Suffix COMB GUIDs. A Suffix COMB GUID is a UUID that combines a creation time with random bits. The creation millisecond is a 6 bytes SUFFIX at the LEAST significant bits. Read: The Cost of GUIDs as Primary Keys http://www.informit.com/articles/article.aspx?p=25862
    • Constructor Detail

      • SuffixCombCreator

        public SuffixCombCreator()