org.apache.hadoop.hive.hbase
Class PutWritable
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PutWritable
public PutWritable()
PutWritable
public PutWritable(org.apache.hadoop.hbase.client.Put put)
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.