org.apache.hadoop.hive.hbase
Class ResultWritable

java.lang.Object
  extended by 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


Constructor Summary
ResultWritable()
           
ResultWritable(org.apache.hadoop.hbase.client.Result result)
           
 
Method Summary
 org.apache.hadoop.hbase.client.Result getResult()
           
 void readFields(DataInput in)
           
 void setResult(org.apache.hadoop.hbase.client.Result result)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultWritable

public ResultWritable()

ResultWritable

public ResultWritable(org.apache.hadoop.hbase.client.Result result)
Method Detail

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.