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)
           
 boolean equals(Object o)
           
 int getEntriesLeft()
           
 Key getPrevKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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)
Method Detail

getEntriesLeft

public int getEntriesLeft()

compareTo

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

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getPrevKey

public Key getPrevKey()

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015 Apache Accumulo Project. All rights reserved.