|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.client.MultiPut
public class MultiPut
| Field Summary | |
|---|---|
HServerAddress |
address
Deprecated. |
java.util.Map<byte[],java.util.List<Put>> |
puts
Deprecated. |
| Constructor Summary | |
|---|---|
MultiPut()
Deprecated. Writable constructor only. |
|
MultiPut(HServerAddress a)
Deprecated. MultiPut for putting multiple regions worth of puts in one RPC. |
|
| Method Summary | |
|---|---|
void |
add(byte[] regionName,
Put aPut)
Deprecated. |
java.util.Collection<Put> |
allPuts()
Deprecated. |
void |
readFields(java.io.DataInput in)
Deprecated. |
int |
size()
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 |
| Field Detail |
|---|
public HServerAddress address
public java.util.Map<byte[],java.util.List<Put>> puts
| Constructor Detail |
|---|
public MultiPut()
public MultiPut(HServerAddress a)
a - address| Method Detail |
|---|
public int size()
public void add(byte[] regionName,
Put aPut)
public java.util.Collection<Put> allPuts()
public void write(java.io.DataOutput out)
throws java.io.IOException
write in interface org.apache.hadoop.io.Writablejava.io.IOException
public void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in interface org.apache.hadoop.io.Writablejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||