|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Append | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.rest.client |
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 |
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. |
Constructors in org.apache.hadoop.hbase.client with parameters of type Append | |
---|---|
Append(Append a)
Copy constructor |
Uses of Append in org.apache.hadoop.hbase.rest.client |
---|
Methods in org.apache.hadoop.hbase.rest.client with parameters of type Append | |
---|---|
Result |
RemoteHTable.append(Append append)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |