Class DirectMonotonicReader.Meta

    • Field Detail

      • BASE_RAM_BYTES_USED

        private static final long BASE_RAM_BYTES_USED
      • blockShift

        private final int blockShift
      • numBlocks

        private final int numBlocks
      • mins

        private final long[] mins
      • avgs

        private final float[] avgs
      • bpvs

        private final byte[] bpvs
      • offsets

        private final long[] offsets
    • Constructor Detail

      • Meta

        Meta​(long numValues,
             int blockShift)
    • Method Detail

      • ramBytesUsed

        public long ramBytesUsed()
        Description copied from interface: Accountable
        Return the memory usage of this object in bytes. Negative values are illegal.
        Specified by:
        ramBytesUsed in interface Accountable