Uses of Class
org.apache.hadoop.hbase.mob.MobCell
-
Uses of org.apache.hadoop.hbase.mob.MobCell in org.apache.hadoop.hbase.mob
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.mob.MobCell
MobFile.readCell
(org.apache.hadoop.hbase.ExtendedCell search, boolean cacheMobBlocks) Reads a cell from the mob file.org.apache.hadoop.hbase.mob.MobCell
MobFile.readCell
(org.apache.hadoop.hbase.ExtendedCell 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
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.mob.MobCell
HMobStore.resolve
(org.apache.hadoop.hbase.ExtendedCell 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.ExtendedCell reference, boolean cacheBlocks, boolean readEmptyValueOnMobCellMiss) Reads the cell from the mob file with readEmptyValueOnMobCellMissorg.apache.hadoop.hbase.mob.MobCell
HMobStore.resolve
(org.apache.hadoop.hbase.ExtendedCell reference, boolean cacheBlocks, long readPt, boolean readEmptyValueOnMobCellMiss) Reads the cell from the mob file.