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