|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.client.Operation
org.apache.hadoop.hbase.client.MultiPut
public class MultiPut
| Field Summary | |
|---|---|
HServerAddress |
address
Deprecated. |
static int |
DEFAULT_MAX_PUT_OUTPUT
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. |
Map<String,Object> |
getFingerprint()
Deprecated. Compile the table and column family (i.e. |
void |
readFields(DataInput in)
Deprecated. |
int |
size()
Deprecated. |
Map<String,Object> |
toMap(int maxCols)
Deprecated. Compile the details beyond the scope of getFingerprint (mostly toMap from the Puts) into a Map along with the fingerprinted information. |
void |
write(DataOutput out)
Deprecated. |
| Methods inherited from class org.apache.hadoop.hbase.client.Operation |
|---|
toJSON, toJSON, toMap, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public HServerAddress address
public static final int DEFAULT_MAX_PUT_OUTPUT
public Map<byte[],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 Collection<Put> allPuts()
public Map<String,Object> getFingerprint()
getFingerprint in class Operationpublic Map<String,Object> toMap(int maxCols)
toMap in class OperationmaxCols - a limit on the number of columns output prior to truncation
public void write(DataOutput out)
throws IOException
write in interface org.apache.hadoop.io.WritableIOException
public void readFields(DataInput in)
throws IOException
readFields in interface org.apache.hadoop.io.WritableIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||