Package org.apache.hadoop.hbase.io.hfile
Class ReaderContext
java.lang.Object
org.apache.hadoop.hbase.io.hfile.ReaderContext
Carries the information on some of the meta data about the HFile Reader
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final org.apache.hadoop.fs.Pathprivate final longprivate final FSDataInputStreamWrapperprivate final HFileSystemprivate final booleanprivate final booleanprivate final ReaderContext.ReaderType
- 
Constructor SummaryConstructorsConstructorDescriptionReaderContext(org.apache.hadoop.fs.Path filePath, FSDataInputStreamWrapper fsdis, long fileSize, HFileSystem hfs, boolean primaryReplicaReader, ReaderContext.ReaderType type) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.Pathlongbooleanboolean
- 
Field Details- 
filePath
- 
fsdis
- 
fileSize
- 
hfs
- 
- 
type
- 
preadAllBytes
 
- 
- 
Constructor Details- 
ReaderContextpublic ReaderContext(org.apache.hadoop.fs.Path filePath, FSDataInputStreamWrapper fsdis, long fileSize, HFileSystem hfs, boolean primaryReplicaReader, ReaderContext.ReaderType type) 
 
- 
- 
Method Details- 
getFilePath
- 
getInputStreamWrapper
- 
getFileSize
- 
getFileSystem
- 
isPrimaryReplicaReader
- 
getReaderType
- 
isPreadAllBytes
 
-