| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.rest.client |
| Modifier and Type | Method and Description |
|---|---|
Increment |
Increment.add(Cell cell)
Add the specified KeyValue to this operation.
|
Increment |
Increment.addColumn(byte[] family,
byte[] qualifier,
long amount)
Increment the column from the specific family with the specified qualifier
by the specified amount.
|
Increment |
Increment.setTimeRange(long minStamp,
long maxStamp)
Sets the TimeRange to be used on the Get for this increment.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
HTable.increment(Increment increment)
Increments one or more columns within a single row.
|
Result |
HTableInterface.increment(Increment increment)
Increments one or more columns within a single row.
|
| Constructor and Description |
|---|
Increment(Increment i)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
Result |
RemoteHTable.increment(Increment increment) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.