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

All Superinterfaces:
Comparable<CachedBlock>

@InterfaceAudience.Private
public interface CachedBlock
extends Comparable<CachedBlock>


Method Summary
 BlockPriority getBlockPriority()
           
 BlockType getBlockType()
           
 long getCachedTime()
           
 String getFilename()
           
 long getOffset()
           
 long getSize()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getBlockPriority

BlockPriority getBlockPriority()

getBlockType

BlockType getBlockType()

getOffset

long getOffset()

getSize

long getSize()

getCachedTime

long getCachedTime()

getFilename

String getFilename()


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