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.ConfigurationDataTieringManager.getConfiguration(org.apache.hadoop.fs.Path hFilePath) private HRegionDataTieringManager.getHRegion(org.apache.hadoop.fs.Path hFilePath) private HStoreDataTieringManager.getHStore(org.apache.hadoop.fs.Path hFilePath) private HStoreFileDataTieringManager.getHStoreFile(org.apache.hadoop.fs.Path hFilePath) booleanDataTieringManager.isDataTieringEnabled(org.apache.hadoop.fs.Path hFilePath) Determines whether data tiering is enabled for the given HFile path.booleanDataTieringManager.isDataTieringEnabled(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(BlockCacheKey key) Determines whether the data associated with the given block cache key is considered hot.