|
||||||||||
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. |
Map<byte[],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. |
Collection<Put> |
allPuts()
Deprecated. |
void |
readFields(DataInput in)
Deprecated. |
int |
size()
Deprecated. |
void |
write(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 Map<byte[],List<Put>> puts
Constructor Detail |
---|
public MultiPut()
public MultiPut(HServerAddress a)
a
- addressMethod Detail |
---|
public int size()
public void add(byte[] regionName, Put aPut)
public Collection<Put> allPuts()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |