org.apache.hadoop.zebra.io
Class BasicTable.Reader.RangeSplit
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicTable.Reader.RangeSplit
public BasicTable.Reader.RangeSplit()
- Default constructor.
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