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.ReaderHFile.createReader(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) Method returns the reader given the specified arguments.voidHFileInfo.initTrailerAndContext(ReaderContext context, org.apache.hadoop.conf.Configuration conf) static ReaderContextBuilderReaderContextBuilder.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) privateReaderContextBuilder(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) ReaderContextStoreFileInfo.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) voidStoreFileInfo.initHFileInfo(ReaderContext context) (package private) StoreFileReaderStoreFileInfo.postStoreFileReaderOpen(ReaderContext context, CacheConfig cacheConf, StoreFileReader reader) (package private) StoreFileReaderStoreFileInfo.preStoreFileReaderOpen(ReaderContext context, CacheConfig cacheConf) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type ReaderContextModifierConstructorDescriptionprivateStoreFileReader(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)