| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.mob | |
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Method and Description | 
|---|---|
| MobCell | MobFile. readCell(Cell search,
        boolean cacheMobBlocks)Reads a cell from the mob file. | 
| MobCell | MobFile. readCell(Cell search,
        boolean cacheMobBlocks,
        long readPt)Reads a cell from the mob file. | 
| Modifier and Type | Field and Description | 
|---|---|
| private List<MobCell> | ReversedMobStoreScanner. referencedMobCells | 
| private List<MobCell> | MobStoreScanner. referencedMobCells | 
| Modifier and Type | Method and Description | 
|---|---|
| private 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. | 
| MobCell | HMobStore. resolve(Cell reference,
       boolean cacheBlocks)Reads the cell from the mob file, and the read point does not count. | 
| MobCell | HMobStore. resolve(Cell reference,
       boolean cacheBlocks,
       long readPt,
       boolean readEmptyValueOnMobCellMiss)Reads the cell from the mob file. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.