Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Result |
HTable.append(Append append)
Appends values to one or more columns within a single row.
|
Result |
HTableInterface.append(Append append)
Appends values to one or more columns within a single row.
|
Modifier and Type | Method and Description |
---|---|
static Append |
ProtobufUtil.toAppend(ClientProtos.MutationProto proto,
CellScanner cellScanner)
Convert a protocol buffer Mutate to an Append
|
Modifier and Type | Method and Description |
---|---|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
Append append)
Create a protocol buffer MutateRequest for an append
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.