org.apache.accumulo.core.file.rfile
Class BlockIndex

java.lang.Object
  extended by org.apache.accumulo.core.file.rfile.BlockIndex

public class BlockIndex
extends Object


Nested Class Summary
static class BlockIndex.BlockIndexEntry
           
 
Constructor Summary
BlockIndex()
           
 
Method Summary
static BlockIndex getIndex(ABlockReader cacheBlock, MultiLevelIndex.IndexEntry indexEntry)
           
 BlockIndex.BlockIndexEntry seekBlock(Key startKey, ABlockReader cacheBlock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockIndex

public BlockIndex()
Method Detail

getIndex

public static BlockIndex getIndex(ABlockReader cacheBlock,
                                  MultiLevelIndex.IndexEntry indexEntry)
                           throws IOException
Throws:
IOException

seekBlock

public BlockIndex.BlockIndexEntry seekBlock(Key startKey,
                                            ABlockReader cacheBlock)


Copyright © 2015 Apache Accumulo Project. All rights reserved.