public class HBaseResult extends Object implements Value
| Constructor and Description |
|---|
HBaseResult() |
HBaseResult(org.apache.hadoop.hbase.client.Result result) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.client.Result |
getResult() |
String |
getStringData() |
void |
read(DataInput in) |
void |
setResult(org.apache.hadoop.hbase.client.Result result) |
void |
write(DataOutput out) |
public HBaseResult()
public HBaseResult(org.apache.hadoop.hbase.client.Result result)
public org.apache.hadoop.hbase.client.Result getResult()
public void setResult(org.apache.hadoop.hbase.client.Result result)
public String getStringData()
public void read(DataInput in) throws IOException
read in interface IOReadableWritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface IOReadableWritableIOExceptionCopyright © 2013–2014. All rights reserved.