Uses of Interface
org.apache.hadoop.hbase.io.hfile.CachedBlock

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> DoubleBlockCache.iterator()
          Deprecated.  
 Iterator<CachedBlock> CombinedBlockCache.iterator()
           
 Iterator<CachedBlock> BlockCache.iterator()
           
 Iterator<CachedBlock> LruBlockCache.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> SingleSizeCache.iterator()
          Deprecated.  
 Iterator<CachedBlock> SlabCache.iterator()
          Deprecated.  
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.