Uses of Class
org.apache.hadoop.hbase.io.hfile.HFileInfo
Packages that use org.apache.hadoop.hbase.io.hfile.HFileInfo
Package
Description
Provides implementations of
HFile and HFile
BlockCache.-
Uses of org.apache.hadoop.hbase.io.hfile.HFileInfo in org.apache.hadoop.hbase.io
Constructors in org.apache.hadoop.hbase.io with parameters of type org.apache.hadoop.hbase.io.hfile.HFileInfo in inModifierConstructorDescriptionHalfStoreFileReader(org.apache.hadoop.hbase.io.hfile.ReaderContext context, org.apache.hadoop.hbase.io.hfile.HFileInfo fileInfo, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.hbase.io.Reference r, org.apache.hadoop.hbase.regionserver.StoreFileInfo storeFileInfo, org.apache.hadoop.conf.Configuration conf) Creates a half file reader for a hfile referred to by an hfilelink. -
Uses of org.apache.hadoop.hbase.io.hfile.HFileInfo in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as org.apache.hadoop.hbase.io.hfile.HFileInfo in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.io.hfile.HFileInfoHFileReaderImpl.fileInfoprotected org.apache.hadoop.hbase.io.hfile.HFileInfoHFileWriterImpl.fileInfoA "file info" block: a key-value map of file-wide metadata.Methods in org.apache.hadoop.hbase.io.hfile that return org.apache.hadoop.hbase.io.hfile.HFileInfo in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.hfile.HFileInfoHFileInfo.append(byte[] k, byte[] v, boolean checkPrefix) Append the given key/value pair to the file info, optionally checking the key prefix.org.apache.hadoop.hbase.io.hfile.HFileInfoHFile.Reader.getHFileInfo()org.apache.hadoop.hbase.io.hfile.HFileInfoHFileReaderImpl.getHFileInfo()Methods in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.io.hfile.HFileInfo in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderHFileDataBlockEncoderImpl.createFromFileInfo(org.apache.hadoop.hbase.io.hfile.HFileInfo fileInfo) static org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoderHFileIndexBlockEncoderImpl.createFromFileInfo(org.apache.hadoop.hbase.io.hfile.HFileInfo fileInfo) static org.apache.hadoop.hbase.io.hfile.HFile.ReaderHFile.createReader(org.apache.hadoop.hbase.io.hfile.ReaderContext context, org.apache.hadoop.hbase.io.hfile.HFileInfo fileInfo, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) Method returns the reader given the specified arguments.booleanCacheConfig.shouldCacheBlockOnRead(org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory category, org.apache.hadoop.hbase.io.hfile.HFileInfo hFileInfo, org.apache.hadoop.conf.Configuration conf) BlockCache.shouldCacheFile(org.apache.hadoop.hbase.io.hfile.HFileInfo hFileInfo, org.apache.hadoop.conf.Configuration conf) Checks whether blocks for the passed file should be cached or not.CombinedBlockCache.shouldCacheFile(org.apache.hadoop.hbase.io.hfile.HFileInfo hFileInfo, org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.io.hfile.HFileInfo in inModifierConstructorDescriptionHFilePreadReader(org.apache.hadoop.hbase.io.hfile.ReaderContext context, org.apache.hadoop.hbase.io.hfile.HFileInfo fileInfo, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) HFileReaderImpl(org.apache.hadoop.hbase.io.hfile.ReaderContext context, org.apache.hadoop.hbase.io.hfile.HFileInfo fileInfo, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) Opens a HFile.HFileStreamReader(org.apache.hadoop.hbase.io.hfile.ReaderContext context, org.apache.hadoop.hbase.io.hfile.HFileInfo fileInfo, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) -
Uses of org.apache.hadoop.hbase.io.hfile.HFileInfo in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.io.hfile.HFileInfo in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.hfile.HFileInfoStoreFileInfo.getHFileInfo()Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.io.hfile.HFileInfo in inModifier and TypeMethodDescriptionlongCellTSTiering.getTimestamp(org.apache.hadoop.hbase.io.hfile.HFileInfo hFileInfo) longCustomTiering.getTimestamp(org.apache.hadoop.hbase.io.hfile.HFileInfo hFileInfo) longDataTiering.getTimestamp(org.apache.hadoop.hbase.io.hfile.HFileInfo hFileInfo) booleanDataTieringManager.isHotData(org.apache.hadoop.hbase.io.hfile.HFileInfo hFileInfo, org.apache.hadoop.conf.Configuration configuration) Determines whether the data in the HFile being read is considered hot based on the configured data tiering type and hot data age.Constructors in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.io.hfile.HFileInfo in inModifierConstructorDescriptionStoreFileReader(org.apache.hadoop.hbase.io.hfile.ReaderContext context, org.apache.hadoop.hbase.io.hfile.HFileInfo fileInfo, org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf, org.apache.hadoop.hbase.regionserver.StoreFileInfo storeFileInfo, org.apache.hadoop.conf.Configuration conf)