Class MutableOffHeapByteArrayStore

    • Constructor Detail

      • MutableOffHeapByteArrayStore

        public MutableOffHeapByteArrayStore​(PinotDataBufferMemoryManager memoryManager,
                                            String allocationContext,
                                            int numArrays,
                                            int avgArrayLen)
    • Method Detail

      • getStartSize

        public int getStartSize()
      • get

        public byte[] get​(int index)
      • add

        public int add​(byte[] value)
      • equalsValueAt

        public boolean equalsValueAt​(byte[] value,
                                     int index)
      • getTotalOffHeapMemUsed

        public long getTotalOffHeapMemUsed()
      • getAvgValueSize

        public long getAvgValueSize()