public class MultiPutResponse extends Object implements org.apache.hadoop.io.Writable
Modifier and Type | Field and Description |
---|---|
protected Map<byte[],Integer> |
answers
Deprecated.
|
protected MultiPut |
request
Deprecated.
|
Constructor and Description |
---|
MultiPutResponse()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addResult(byte[] regionName,
int result)
Deprecated.
|
Integer |
getAnswer(byte[] region)
Deprecated.
|
void |
readFields(DataInput in)
Deprecated.
|
void |
write(DataOutput out)
Deprecated.
|
protected MultiPut request
public void addResult(byte[] regionName, int result)
public Integer getAnswer(byte[] region)
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.