Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides the hbase data+index+metadata file.
|
Modifier and Type | Method and Description |
---|---|
CachedBlock |
CachedBlockQueue.poll() |
CachedBlock |
CachedBlockQueue.pollLast() |
Modifier and Type | Method and Description |
---|---|
void |
CachedBlockQueue.add(CachedBlock cb)
Attempt to add the specified cached block to this queue.
|
int |
CachedBlock.compareTo(CachedBlock that) |
protected long |
LruBlockCache.evictBlock(CachedBlock block,
boolean evictedByEvictionProcess)
Evict the block, and it will be cached by the victim handler if exists &&
block may be read again later
|
protected long |
LruBlockCache.updateSizeMetrics(CachedBlock cb,
boolean evict)
Helper function that updates the local size counter and also updates any
per-cf or per-blocktype metrics it can discern from given
CachedBlock |
Copyright © 2013 The Apache Software Foundation. All rights reserved.