Uses of Class
org.apache.hadoop.hbase.io.hfile.ReaderContext
Packages that use ReaderContext
-
Uses of ReaderContext in org.apache.hadoop.hbase.io
Constructors in org.apache.hadoop.hbase.io with parameters of type ReaderContextModifierConstructorDescriptionHalfStoreFileReader
(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
Fields in org.apache.hadoop.hbase.io.hfile declared as ReaderContextMethods in org.apache.hadoop.hbase.io.hfile that return ReaderContextModifier and TypeMethodDescriptionReaderContextBuilder.build()
HFile.Reader.getContext()
HFileReaderImpl.getContext()
Methods in org.apache.hadoop.hbase.io.hfile with parameters of type ReaderContextModifier 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) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type ReaderContextModifierConstructorDescription(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
Fields in org.apache.hadoop.hbase.regionserver declared as ReaderContextMethods in org.apache.hadoop.hbase.regionserver that return ReaderContextModifier and TypeMethodDescription(package private) ReaderContext
StoreFileInfo.createReaderContext
(boolean doDropBehind, long readahead, ReaderContext.ReaderType type) StoreFileReader.getReaderContext()
Methods in org.apache.hadoop.hbase.regionserver with parameters of type ReaderContextModifier 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) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type ReaderContextModifierConstructorDescriptionprivate
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)