org.apache.hadoop.hive.hbase
Class ResultWritable
java.lang.Object
org.apache.hadoop.hive.hbase.ResultWritable
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable
public class ResultWritable
- extends Object
- implements org.apache.hadoop.io.Writable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultWritable
public ResultWritable()
ResultWritable
public ResultWritable(org.apache.hadoop.hbase.client.Result result)
getResult
public org.apache.hadoop.hbase.client.Result getResult()
setResult
public void setResult(org.apache.hadoop.hbase.client.Result result)
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
Copyright © 2014 The Apache Software Foundation. All rights reserved.