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(String region) private HStoreprivate HStoreFileDataTieringManager.getHStoreFile(String region, String cf, String fileName) 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.private booleanbooleanDataTieringManager.isHotData(BlockCacheKey key) Determines whether the data associated with the given block cache key is considered hot.