Class BucketId

    • Constructor Detail

      • BucketId

        public BucketId()
        Default-constructed BucketId signifies an invalid bucket ID.
      • BucketId

        public BucketId​(long id)
        Creates a bucket id with the given raw bucket id. This is a 64 bit mask where the first 6 MSB bits set how many LSB bits should actually be used. Right now it only have simple functionality. More will be added for it to be configurable.
      • BucketId

        public BucketId​(int usedBits,
                        long id)
      • BucketId

        public BucketId​(String serialized)