org.apache.accumulo.core.file.rfile
Class MultiLevelIndex.IndexEntry
java.lang.Object
org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
- All Implemented Interfaces:
- Comparable<MultiLevelIndex.IndexEntry>, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable<MultiLevelIndex.IndexEntry>
- Enclosing class:
- MultiLevelIndex
public static class MultiLevelIndex.IndexEntry
- extends Object
- implements org.apache.hadoop.io.WritableComparable<MultiLevelIndex.IndexEntry>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiLevelIndex.IndexEntry
public MultiLevelIndex.IndexEntry(boolean newFormat)
readFields
public void readFields(DataInput in)
throws IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
write
public void write(DataOutput out)
throws IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
getKey
public Key getKey()
getNumEntries
public int getNumEntries()
getOffset
public long getOffset()
getCompressedSize
public long getCompressedSize()
getRawSize
public long getRawSize()
compareTo
public int compareTo(MultiLevelIndex.IndexEntry o)
- Specified by:
compareTo
in interface Comparable<MultiLevelIndex.IndexEntry>
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.