|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedBlock | |
---|---|
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 |
Uses of CachedBlock in org.apache.hadoop.hbase.io.hfile |
---|
Methods in org.apache.hadoop.hbase.io.hfile that return types with arguments of type CachedBlock | |
---|---|
NavigableMap<String,NavigableSet<CachedBlock>> |
BlockCacheUtil.CachedBlocksByFile.getCachedBlockStatsByFile()
|
Iterator<CachedBlock> |
BlockCache.iterator()
|
Iterator<CachedBlock> |
LruBlockCache.iterator()
|
Iterator<CachedBlock> |
DoubleBlockCache.iterator()
Deprecated. |
Iterator<CachedBlock> |
CombinedBlockCache.iterator()
|
Methods in org.apache.hadoop.hbase.io.hfile with parameters of type CachedBlock | |
---|---|
static String |
BlockCacheUtil.toString(CachedBlock cb,
long now)
|
static String |
BlockCacheUtil.toStringMinusFileName(CachedBlock cb,
long now)
|
boolean |
BlockCacheUtil.CachedBlocksByFile.update(CachedBlock cb)
|
Method parameters in org.apache.hadoop.hbase.io.hfile with type arguments of type CachedBlock | |
---|---|
static String |
BlockCacheUtil.toJSON(String filename,
NavigableSet<CachedBlock> blocks)
|
Uses of CachedBlock in org.apache.hadoop.hbase.io.hfile.bucket |
---|
Methods in org.apache.hadoop.hbase.io.hfile.bucket that return types with arguments of type CachedBlock | |
---|---|
Iterator<CachedBlock> |
BucketCache.iterator()
|
Uses of CachedBlock in org.apache.hadoop.hbase.io.hfile.slab |
---|
Methods in org.apache.hadoop.hbase.io.hfile.slab that return types with arguments of type CachedBlock | |
---|---|
Iterator<CachedBlock> |
SlabCache.iterator()
Deprecated. |
Iterator<CachedBlock> |
SingleSizeCache.iterator()
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |