Uses of Class
org.apache.hadoop.hbase.regionserver.DataTieringException
Packages that use org.apache.hadoop.hbase.regionserver.DataTieringException
-
Uses of org.apache.hadoop.hbase.regionserver.DataTieringException in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that throw org.apache.hadoop.hbase.regionserver.DataTieringException in inModifier and TypeMethodDescriptionDataTieringManager.getColdDataFiles(Set<org.apache.hadoop.hbase.io.hfile.BlockCacheKey> allCachedBlocks) Returns a set of cold data filenames from the given set of cached blocks.booleanDataTieringManager.isDataTieringEnabled(org.apache.hadoop.fs.Path hFilePath) Determines whether data tiering is enabled for the given HFile path.booleanDataTieringManager.isDataTieringEnabled(org.apache.hadoop.hbase.io.hfile.BlockCacheKey key) Determines whether data tiering is enabled for the given block cache key.booleanDataTieringManager.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.booleanDataTieringManager.isHotData(org.apache.hadoop.hbase.io.hfile.BlockCacheKey key) Determines whether the data associated with the given block cache key is considered hot.