Uses of Class
org.apache.hadoop.hbase.mob.MobCell
Packages that use MobCell
-
Uses of MobCell in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob that return MobCellModifier and TypeMethodDescriptionMobFile.readCell
(ExtendedCell search, boolean cacheMobBlocks) Reads a cell from the mob file.MobFile.readCell
(ExtendedCell search, boolean cacheMobBlocks, long readPt) Reads a cell from the mob file. -
Uses of MobCell in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver with type parameters of type MobCellModifier and TypeFieldDescriptionMobStoreScanner.referencedMobCells
ReversedMobStoreScanner.referencedMobCells
Methods in org.apache.hadoop.hbase.regionserver that return MobCellModifier and TypeMethodDescriptionprivate MobCell
HMobStore.readCell
(List<org.apache.hadoop.fs.Path> locations, String fileName, ExtendedCell search, boolean cacheMobBlocks, long readPt, boolean readEmptyValueOnMobCellMiss) Reads the cell from a mob file.HMobStore.resolve
(ExtendedCell reference, boolean cacheBlocks) Reads the cell from the mob file, and the read point does not count.HMobStore.resolve
(ExtendedCell reference, boolean cacheBlocks, boolean readEmptyValueOnMobCellMiss) Reads the cell from the mob file with readEmptyValueOnMobCellMissHMobStore.resolve
(ExtendedCell reference, boolean cacheBlocks, long readPt, boolean readEmptyValueOnMobCellMiss) Reads the cell from the mob file.