Uses of Class
org.apache.hadoop.hbase.io.hfile.ReaderContext
-
Uses of ReaderContext in org.apache.hadoop.hbase.io
ModifierConstructorDescriptionHalfStoreFileReader
(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, Reference r, StoreFileInfo storeFileInfo, org.apache.hadoop.conf.Configuration conf) Creates a half file reader for a hfile referred to by an hfilelink. -
Uses of ReaderContext in org.apache.hadoop.hbase.io.hfile
Modifier and TypeMethodDescriptionReaderContextBuilder.build()
HFile.Reader.getContext()
HFileReaderImpl.getContext()
Modifier and TypeMethodDescriptionstatic HFile.Reader
HFile.createReader
(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) Method returns the reader given the specified arguments.void
HFileInfo.initTrailerAndContext
(ReaderContext context, org.apache.hadoop.conf.Configuration conf) static ReaderContextBuilder
ReaderContextBuilder.newBuilder
(ReaderContext readerContext) ModifierConstructorDescription(package private)
FSReaderImpl
(ReaderContext readerContext, HFileContext fileContext, ByteBuffAllocator allocator, org.apache.hadoop.conf.Configuration conf) HFileInfo
(ReaderContext context, org.apache.hadoop.conf.Configuration conf) HFilePreadReader
(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) HFileReaderImpl
(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) Opens a HFile.HFileStreamReader
(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) private
ReaderContextBuilder
(ReaderContext readerContext) -
Uses of ReaderContext in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescription(package private) ReaderContext
StoreFileInfo.createReaderContext
(boolean doDropBehind, long readahead, ReaderContext.ReaderType type) StoreFileReader.getReaderContext()
Modifier and TypeMethodDescriptionStoreFileInfo.createReader
(ReaderContext context, CacheConfig cacheConf) void
StoreFileInfo.initHFileInfo
(ReaderContext context) (package private) StoreFileReader
StoreFileInfo.postStoreFileReaderOpen
(ReaderContext context, CacheConfig cacheConf, StoreFileReader reader) (package private) StoreFileReader
StoreFileInfo.preStoreFileReaderOpen
(ReaderContext context, CacheConfig cacheConf) ModifierConstructorDescriptionprivate
StoreFileReader
(HFile.Reader reader, StoreFileInfo storeFileInfo, ReaderContext context, org.apache.hadoop.conf.Configuration conf) StoreFileReader
(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, StoreFileInfo storeFileInfo, org.apache.hadoop.conf.Configuration conf)