@InterfaceAudience.Private public interface CachedBlock extends Comparable<CachedBlock>
| Modifier and Type | Method and Description |
|---|---|
BlockPriority |
getBlockPriority() |
org.apache.hadoop.hbase.io.hfile.BlockType |
getBlockType() |
long |
getCachedTime() |
String |
getFilename() |
long |
getOffset() |
long |
getSize() |
compareToBlockPriority getBlockPriority()
org.apache.hadoop.hbase.io.hfile.BlockType getBlockType()
long getOffset()
long getSize()
long getCachedTime()
String getFilename()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.