Package org.apache.hadoop.hbase.io.util


package org.apache.hadoop.hbase.io.util
  • Class
    Description
    org.apache.hadoop.hbase.io.util.BlockIOUtils
     
    org.apache.hadoop.hbase.io.util.Dictionary
    Dictionary interface Dictionary indexes should be either bytes or shorts, only positive.
    org.apache.hadoop.hbase.io.util.LRUDictionary
    WALDictionary using an LRU eviction algorithm.
    org.apache.hadoop.hbase.io.util.MemorySizeUtil
    Util class to calculate memory size for memstore(on heap, off heap), block cache(L1, L2) of RS.
    org.apache.hadoop.hbase.io.util.StreamUtils