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>
-
-
Constructor Summary
Constructors Constructor Description BlockIndexEntry(int pos, int entriesLeft, Key prevKey)BlockIndexEntry(Key key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BlockIndex.BlockIndexEntry o)booleanequals(Object o)intgetEntriesLeft()KeygetPrevKey()inthashCode()StringtoString()
-
-
-
Method Detail
-
getEntriesLeft
public int getEntriesLeft()
-
compareTo
public int compareTo(BlockIndex.BlockIndexEntry o)
- Specified by:
compareToin interfaceComparable<BlockIndex.BlockIndexEntry>
-
getPrevKey
public Key getPrevKey()
-
-