| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| org.apache.hadoop.hbase.io.hfile.bucket | Provides  BucketCache, an implementation ofBlockCache. | 
| Modifier and Type | Class and Description | 
|---|---|
| private static class  | TinyLfuBlockCache.CachedBlockView | 
| Modifier and Type | Field and Description | 
|---|---|
| private NavigableMap<String,NavigableSet<CachedBlock>> | BlockCacheUtil.CachedBlocksByFile. cachedBlockByFileMap by filename. | 
| private static Comparator<CachedBlock> | TinyLfuBlockCache.CachedBlockView. COMPARATOR | 
| (package private) Iterator<CachedBlock> | BlockCachesIterator. current | 
| Modifier and Type | Method and Description | 
|---|---|
| CachedBlock | BlockCachesIterator. next() | 
| Modifier and Type | Method and Description | 
|---|---|
| NavigableMap<String,NavigableSet<CachedBlock>> | BlockCacheUtil.CachedBlocksByFile. getCachedBlockStatsByFile() | 
| Iterator<CachedBlock> | LruBlockCache. iterator() | 
| Iterator<CachedBlock> | BlockCache. iterator() | 
| Iterator<CachedBlock> | TinyLfuBlockCache. iterator() | 
| Iterator<CachedBlock> | CombinedBlockCache. iterator() | 
| Iterator<CachedBlock> | MemcachedBlockCache. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | TinyLfuBlockCache.CachedBlockView. compareTo(CachedBlock other) | 
| static String | BlockCacheUtil. toString(CachedBlock cb,
        long now) | 
| static String | BlockCacheUtil. toStringMinusFileName(CachedBlock cb,
                     long now) | 
| boolean | BlockCacheUtil.CachedBlocksByFile. update(CachedBlock cb) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | BlockCacheUtil. toJSON(String filename,
      NavigableSet<CachedBlock> blocks) | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<CachedBlock> | BucketCache. iterator() | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.