Uses of Class
org.apache.hadoop.hbase.mob.MobCell

Packages that use org.apache.hadoop.hbase.mob.MobCell
  • Uses of org.apache.hadoop.hbase.mob.MobCell in org.apache.hadoop.hbase.mob

    Methods in org.apache.hadoop.hbase.mob that return org.apache.hadoop.hbase.mob.MobCell in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.mob.MobCell
    MobFile.readCell(org.apache.hadoop.hbase.Cell search, boolean cacheMobBlocks)
    Reads a cell from the mob file.
    org.apache.hadoop.hbase.mob.MobCell
    MobFile.readCell(org.apache.hadoop.hbase.Cell search, boolean cacheMobBlocks, long readPt)
    Reads a cell from the mob file.
  • Uses of org.apache.hadoop.hbase.mob.MobCell in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.mob.MobCell in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.mob.MobCell
    HMobStore.resolve(org.apache.hadoop.hbase.Cell reference, boolean cacheBlocks)
    Reads the cell from the mob file, and the read point does not count.
    org.apache.hadoop.hbase.mob.MobCell
    HMobStore.resolve(org.apache.hadoop.hbase.Cell reference, boolean cacheBlocks, boolean readEmptyValueOnMobCellMiss)
    Reads the cell from the mob file with readEmptyValueOnMobCellMiss
    org.apache.hadoop.hbase.mob.MobCell
    HMobStore.resolve(org.apache.hadoop.hbase.Cell reference, boolean cacheBlocks, long readPt, boolean readEmptyValueOnMobCellMiss)
    Reads the cell from the mob file.