org.apache.accumulo.core.file.rfile
Class RFile.IndexEntry

java.lang.Object
  extended by org.apache.accumulo.core.file.rfile.RFile.IndexEntry
All Implemented Interfaces:
java.lang.Comparable<RFile.IndexEntry>, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable<RFile.IndexEntry>
Enclosing class:
RFile

public static class RFile.IndexEntry
extends java.lang.Object
implements org.apache.hadoop.io.WritableComparable<RFile.IndexEntry>


Constructor Summary
RFile.IndexEntry()
           
 
Method Summary
 int compareTo(RFile.IndexEntry o)
           
 Key getKey()
           
 int getNumEntries()
           
 void readFields(java.io.DataInput in)
           
 void write(java.io.DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFile.IndexEntry

public RFile.IndexEntry()
Method Detail

readFields

public void readFields(java.io.DataInput in)
                throws java.io.IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Throws:
java.io.IOException

write

public void write(java.io.DataOutput out)
           throws java.io.IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
java.io.IOException

getKey

public Key getKey()

getNumEntries

public int getNumEntries()

compareTo

public int compareTo(RFile.IndexEntry o)
Specified by:
compareTo in interface java.lang.Comparable<RFile.IndexEntry>


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.