Uses of Class
org.apache.hadoop.hbase.regionserver.DataTieringException
Packages that use DataTieringException
-
Uses of DataTieringException in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that throw DataTieringExceptionModifier and TypeMethodDescriptionDataTieringManager.getColdDataFiles
(Set<BlockCacheKey> allCachedBlocks) Returns a set of cold data filenames from the given set of cached blocks.private org.apache.hadoop.conf.Configuration
DataTieringManager.getConfiguration
(org.apache.hadoop.fs.Path hFilePath) private HRegion
DataTieringManager.getHRegion
(org.apache.hadoop.fs.Path hFilePath) private HStore
DataTieringManager.getHStore
(org.apache.hadoop.fs.Path hFilePath) private HStoreFile
DataTieringManager.getHStoreFile
(org.apache.hadoop.fs.Path hFilePath) boolean
DataTieringManager.isDataTieringEnabled
(org.apache.hadoop.fs.Path hFilePath) Determines whether data tiering is enabled for the given HFile path.boolean
DataTieringManager.isDataTieringEnabled
(BlockCacheKey key) Determines whether data tiering is enabled for the given block cache key.boolean
DataTieringManager.isHotData
(org.apache.hadoop.fs.Path hFilePath) Determines whether the data in the HFile at the given path is considered hot based on the configured data tiering type and hot data age.boolean
DataTieringManager.isHotData
(BlockCacheKey key) Determines whether the data associated with the given block cache key is considered hot.