Class DictionaryId


  • public class DictionaryId
    extends Object
    • Constructor Detail

      • DictionaryId

        public DictionaryId​(long mostSignificantBits,
                            long leastSignificantBits,
                            long sequenceId)
    • Method Detail

      • randomDictionaryId

        public static DictionaryId randomDictionaryId()
      • getMostSignificantBits

        public long getMostSignificantBits()
      • getLeastSignificantBits

        public long getLeastSignificantBits()
      • getSequenceId

        public long getSequenceId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object