org.apache.hadoop.hive.hbase
Class PutWritable

java.lang.Object
  extended by org.apache.hadoop.hive.hbase.PutWritable
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class PutWritable
extends Object
implements org.apache.hadoop.io.Writable


Constructor Summary
PutWritable()
           
PutWritable(org.apache.hadoop.hbase.client.Put put)
           
 
Method Summary
 org.apache.hadoop.hbase.client.Put getPut()
           
 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

PutWritable

public PutWritable()

PutWritable

public PutWritable(org.apache.hadoop.hbase.client.Put put)
Method Detail

getPut

public org.apache.hadoop.hbase.client.Put getPut()

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.