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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.mob.MobCellMobFile.readCell(org.apache.hadoop.hbase.ExtendedCell search, boolean cacheMobBlocks) Reads a cell from the mob file.org.apache.hadoop.hbase.mob.MobCellMobFile.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
Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.mob.MobCell in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.mob.MobCellHMobStore.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.MobCellHMobStore.resolve(org.apache.hadoop.hbase.ExtendedCell reference, boolean cacheBlocks, boolean readEmptyValueOnMobCellMiss) Reads the cell from the mob file with readEmptyValueOnMobCellMissorg.apache.hadoop.hbase.mob.MobCellHMobStore.resolve(org.apache.hadoop.hbase.ExtendedCell reference, boolean cacheBlocks, long readPt, boolean readEmptyValueOnMobCellMiss) Reads the cell from the mob file.