org.apache.hadoop.zebra.io
Class BasicTable.Reader.RangeSplit

java.lang.Object
  extended by org.apache.hadoop.zebra.io.BasicTable.Reader.RangeSplit
All Implemented Interfaces:
org.apache.hadoop.io.Writable
Enclosing class:
BasicTable.Reader

public static class BasicTable.Reader.RangeSplit
extends Object
implements org.apache.hadoop.io.Writable

A range-based split on the metaReadertable.The content of the split is implementation-dependent.


Constructor Summary
BasicTable.Reader.RangeSplit()
          Default constructor.
 
Method Summary
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTable.Reader.RangeSplit

public BasicTable.Reader.RangeSplit()
Default constructor.

Method Detail

readFields

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

write

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


Copyright © 2012 The Apache Software Foundation