|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Append | |
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client |
| org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
| Uses of Append in org.apache.hadoop.hbase.client |
|---|
| Methods in org.apache.hadoop.hbase.client that return Append | |
|---|---|
Append |
Append.add(byte[] family,
byte[] qualifier,
byte[] value)
Add the specified column and value to this Append operation. |
Append |
Append.add(Cell cell)
Add column and value to this Append operation. |
| Methods in org.apache.hadoop.hbase.client with parameters of type Append | |
|---|---|
Result |
HTableInterface.append(Append append)
Appends values to one or more columns within a single row. |
Result |
HTable.append(Append append)
Appends values to one or more columns within a single row. |
| Uses of Append in org.apache.hadoop.hbase.protobuf |
|---|
| Methods in org.apache.hadoop.hbase.protobuf that return Append | |
|---|---|
static Append |
ProtobufUtil.toAppend(ClientProtos.MutationProto proto,
CellScanner cellScanner)
Convert a protocol buffer Mutate to an Append |
| Methods in org.apache.hadoop.hbase.protobuf with parameters of type Append | |
|---|---|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
Append append)
Create a protocol buffer MutateRequest for an append |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||