Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Field and Description |
---|---|
private LruBlockCache |
LruBlockCache.StatisticsThread.lru |
private static LruBlockCache |
CacheConfig.ONHEAP_CACHE_INSTANCE |
protected LruBlockCache |
CombinedBlockCache.onHeapCache |
Modifier and Type | Field and Description |
---|---|
private WeakReference<LruBlockCache> |
LruBlockCache.EvictionThread.cache |
Modifier and Type | Method and Description |
---|---|
static LruBlockCache |
CacheConfig.getOnHeapCache(org.apache.hadoop.conf.Configuration c) |
private static LruBlockCache |
CacheConfig.getOnHeapCacheInternal(org.apache.hadoop.conf.Configuration c) |
Constructor and Description |
---|
CombinedBlockCache(LruBlockCache onHeapCache,
BlockCache l2Cache) |
EvictionThread(LruBlockCache cache) |
InclusiveCombinedBlockCache(LruBlockCache l1,
BlockCache l2) |
StatisticsThread(LruBlockCache lru) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.