Class RangeIterator.Builder.Statistics<K extends java.lang.Comparable<K>,​D extends CombinedValue<K>>

    • Method Detail

      • update

        public void update​(RangeIterator<K,​D> range)
        Update statistics information with the given range. Updates min/max of the combined range, token count and tracks range with the least/most number of tokens.
        Parameters:
        range - The range to update statistics with.
      • isDisjoint

        public boolean isDisjoint()
      • sizeRatio

        public double sizeRatio()