Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Class and Description |
---|---|
class |
IndexOnlyLruBlockCache
An on heap block cache implementation extended LruBlockCache and only cache index block.
|
Modifier and Type | Field and Description |
---|---|
private LruBlockCache |
LruBlockCache.StatisticsThread.lru |
Modifier and Type | Field and Description |
---|---|
private WeakReference<LruBlockCache> |
LruBlockCache.EvictionThread.cache |
Constructor and Description |
---|
EvictionThread(LruBlockCache cache) |
StatisticsThread(LruBlockCache lru) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.