org.apache.accumulo.core.file.rfile
Class BlockIndex.BlockIndexEntry
java.lang.Object
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>
BlockIndex.BlockIndexEntry
public BlockIndex.BlockIndexEntry(int pos,
int entriesLeft,
Key prevKey)
BlockIndex.BlockIndexEntry
public BlockIndex.BlockIndexEntry(Key key)
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.