Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides the hbase data+index+metadata file.
|
Modifier and Type | Field and Description |
---|---|
protected HFileSystem |
AbstractHFileReader.hfs
The filesystem used for accesing data
|
Constructor and Description |
---|
AbstractHFileReader(org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer,
org.apache.hadoop.fs.FSDataInputStream fsdis,
org.apache.hadoop.fs.FSDataInputStream fsdisNoFsChecksum,
long fileSize,
boolean closeIStream,
CacheConfig cacheConf,
HFileSystem hfs) |
HFileReaderV2(org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer,
org.apache.hadoop.fs.FSDataInputStream fsdis,
org.apache.hadoop.fs.FSDataInputStream fsdisNoFsChecksum,
long size,
boolean closeIStream,
CacheConfig cacheConf,
DataBlockEncoding preferredEncodingInCache,
HFileSystem hfs)
Opens a HFile.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.