Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides the hbase data+index+metadata file.
|
org.apache.hadoop.hbase.io.hfile.bucket | |
org.apache.hadoop.hbase.io.hfile.slab |
Modifier and Type | Method and Description |
---|---|
NavigableMap<String,NavigableSet<CachedBlock>> |
BlockCacheUtil.CachedBlocksByFile.getCachedBlockStatsByFile() |
Iterator<CachedBlock> |
CombinedBlockCache.iterator() |
Iterator<CachedBlock> |
DoubleBlockCache.iterator()
Deprecated.
|
Iterator<CachedBlock> |
LruBlockCache.iterator() |
Iterator<CachedBlock> |
BlockCache.iterator() |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
Iterator<CachedBlock> |
SlabCache.iterator()
Deprecated.
|
Iterator<CachedBlock> |
SingleSizeCache.iterator()
Deprecated.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.