public class PutWritable extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
PutWritable() |
PutWritable(org.apache.hadoop.hbase.client.Put put) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.client.Put |
getPut() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public PutWritable()
public PutWritable(org.apache.hadoop.hbase.client.Put put)
public org.apache.hadoop.hbase.client.Put getPut()
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.