org.apache.hadoop.hbase.client
Class MultiPutResponse
java.lang.Object
org.apache.hadoop.hbase.client.MultiPutResponse
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable
Deprecated. Replaced by MultiResponse
Response class for MultiPut.
public class MultiPutResponse
- extends java.lang.Object
- implements org.apache.hadoop.io.Writable
|
Field Summary |
protected java.util.Map<byte[],java.lang.Integer> |
answers
Deprecated. |
protected MultiPut |
request
Deprecated. |
|
Method Summary |
void |
addResult(byte[] regionName,
int result)
Deprecated. |
java.lang.Integer |
getAnswer(byte[] region)
Deprecated. |
void |
readFields(java.io.DataInput in)
Deprecated. |
void |
write(java.io.DataOutput out)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request
protected MultiPut request
- Deprecated.
answers
protected java.util.Map<byte[],java.lang.Integer> answers
- Deprecated.
MultiPutResponse
public MultiPutResponse()
- Deprecated.
addResult
public void addResult(byte[] regionName,
int result)
- Deprecated.
getAnswer
public java.lang.Integer getAnswer(byte[] region)
- Deprecated.
write
public void write(java.io.DataOutput out)
throws java.io.IOException
- Deprecated.
- Specified by:
write in interface org.apache.hadoop.io.Writable
- Throws:
java.io.IOException
readFields
public void readFields(java.io.DataInput in)
throws java.io.IOException
- Deprecated.
- Specified by:
readFields in interface org.apache.hadoop.io.Writable
- Throws:
java.io.IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.