@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() |
compareTo
BlockPriority getBlockPriority()
BlockType getBlockType()
long getOffset()
long getSize()
long getCachedTime()
String getFilename()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.