public class MultiPut extends Operation implements org.apache.hadoop.io.Writable
Modifier and Type | Field and Description |
---|---|
HServerAddress |
address
Deprecated.
|
static int |
DEFAULT_MAX_PUT_OUTPUT
Deprecated.
|
Map<byte[],List<Put>> |
puts
Deprecated.
|
Constructor and Description |
---|
MultiPut()
Deprecated.
Writable constructor only.
|
MultiPut(HServerAddress a)
Deprecated.
MultiPut for putting multiple regions worth of puts in one RPC.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public HServerAddress address
public static final int DEFAULT_MAX_PUT_OUTPUT
public MultiPut()
public MultiPut(HServerAddress a)
a
- addresspublic int size()
public void add(byte[] regionName, Put aPut)
public Collection<Put> allPuts()
public Map<String,Object> getFingerprint()
getFingerprint
in class Operation
public Map<String,Object> toMap(int maxCols)
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.