-
Reads a cell from the mob file.
Reads a cell from the mob file.
-
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.
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 readEmptyValueOnMobCellMiss
HMobStore.resolve(ExtendedCell reference,
boolean cacheBlocks,
long readPt,
boolean readEmptyValueOnMobCellMiss)
Reads the cell from the mob file.