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