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 MobCell -
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, Cell search, boolean cacheMobBlocks, long readPt, boolean readEmptyValueOnMobCellMiss) Reads the cell from a mob file.Reads the cell from the mob file, and the read point does not count.Reads the cell from the mob file with readEmptyValueOnMobCellMissHMobStore.resolve
(Cell reference, boolean cacheBlocks, long readPt, boolean readEmptyValueOnMobCellMiss) Reads the cell from the mob file.