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

java.lang.Object
  extended by org.apache.accumulo.core.file.rfile.BlockIndex.BlockIndexEntry
All Implemented Interfaces:
Comparable<BlockIndex.BlockIndexEntry>
Enclosing class:
BlockIndex

public static class BlockIndex.BlockIndexEntry
extends Object
implements Comparable<BlockIndex.BlockIndexEntry>


Constructor Summary
BlockIndex.BlockIndexEntry(int pos, int entriesLeft, Key prevKey)
           
BlockIndex.BlockIndexEntry(Key key)
           
 
Method Summary
 int compareTo(BlockIndex.BlockIndexEntry o)
           
 int getEntriesLeft()
           
 Key getPrevKey()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockIndex.BlockIndexEntry

public BlockIndex.BlockIndexEntry(int pos,
                                  int entriesLeft,
                                  Key prevKey)

BlockIndex.BlockIndexEntry

public BlockIndex.BlockIndexEntry(Key key)
Parameters:
key -
Method Detail

getEntriesLeft

public int getEntriesLeft()

compareTo

public int compareTo(BlockIndex.BlockIndexEntry o)
Specified by:
compareTo in interface Comparable<BlockIndex.BlockIndexEntry>

toString

public String toString()
Overrides:
toString in class Object

getPrevKey

public Key getPrevKey()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.