Uses of Class
org.apache.hadoop.hbase.io.hfile.HFileInfo
Packages that use HFileInfo
Package
Description
Provides implementations of
HFile and HFile
BlockCache.Provides
BucketCache, an implementation of
BlockCache.-
Uses of HFileInfo in org.apache.hadoop.hbase.io
Constructors in org.apache.hadoop.hbase.io with parameters of type HFileInfoModifierConstructorDescriptionHalfStoreFileReader(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 HFileInfo in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as HFileInfoModifier and TypeFieldDescriptionprotected final HFileInfoHFileReaderImpl.fileInfoprotected HFileInfoHFileWriterImpl.fileInfoA "file info" block: a key-value map of file-wide metadata.Methods in org.apache.hadoop.hbase.io.hfile that return HFileInfoModifier and TypeMethodDescriptionHFileInfo.append(byte[] k, byte[] v, boolean checkPrefix) Append the given key/value pair to the file info, optionally checking the key prefix.HFile.Reader.getHFileInfo()HFileReaderImpl.getHFileInfo()Methods in org.apache.hadoop.hbase.io.hfile with parameters of type HFileInfoModifier and TypeMethodDescriptionstatic HFileDataBlockEncoderHFileDataBlockEncoderImpl.createFromFileInfo(HFileInfo fileInfo) static HFileIndexBlockEncoderHFileIndexBlockEncoderImpl.createFromFileInfo(HFileInfo fileInfo) static HFile.ReaderHFile.createReader(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, org.apache.hadoop.conf.Configuration conf) Method returns the reader given the specified arguments.booleanCacheConfig.shouldCacheBlockOnRead(BlockType.BlockCategory category, HFileInfo hFileInfo, org.apache.hadoop.conf.Configuration conf) BlockCache.shouldCacheFile(HFileInfo hFileInfo, org.apache.hadoop.conf.Configuration conf) Checks whether blocks for the passed file should be cached or not.CombinedBlockCache.shouldCacheFile(HFileInfo hFileInfo, org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFileInfoModifierConstructorDescriptionHFilePreadReader(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) -
Uses of HFileInfo in org.apache.hadoop.hbase.io.hfile.bucket
Methods in org.apache.hadoop.hbase.io.hfile.bucket with parameters of type HFileInfoModifier and TypeMethodDescriptionBucketCache.shouldCacheFile(HFileInfo hFileInfo, org.apache.hadoop.conf.Configuration conf) -
Uses of HFileInfo in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as HFileInfoMethods in org.apache.hadoop.hbase.regionserver that return HFileInfoMethods in org.apache.hadoop.hbase.regionserver with parameters of type HFileInfoModifier and TypeMethodDescriptionlongCellTSTiering.getTimestamp(HFileInfo hFileInfo) longCustomTiering.getTimestamp(HFileInfo hFileInfo) longDataTiering.getTimestamp(HFileInfo hFileInfo) booleanDataTieringManager.isHotData(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 HFileInfoModifierConstructorDescriptionStoreFileReader(ReaderContext context, HFileInfo fileInfo, CacheConfig cacheConf, StoreFileInfo storeFileInfo, org.apache.hadoop.conf.Configuration conf)