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 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 |
request
protected MultiPut request
- Deprecated.
answers
protected Map<byte[],Integer> answers
- Deprecated.
MultiPutResponse
public MultiPutResponse()
- Deprecated.
addResult
public void addResult(byte[] regionName,
int result)
- Deprecated.
getAnswer
public Integer getAnswer(byte[] region)
- Deprecated.
write
public void write(DataOutput out)
throws IOException
- Deprecated.
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
readFields
public void readFields(DataInput in)
throws IOException
- Deprecated.
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.