Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.rest.client |
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.
|
Constructor and Description |
---|
Append(Append a)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Result |
RemoteHTable.append(Append append) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.