Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.rest.client | |
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.thrift |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Increment |
Increment.setWriteToWAL(boolean writeToWAL)
Sets whether this operation should write to the WAL or not.
|
Modifier and Type | Method and Description |
---|---|
Result |
HTableInterface.increment(Increment increment)
Increments one or more columns within a single row.
|
Result |
HTable.increment(Increment increment)
Increments one or more columns within a single row.
|
Modifier and Type | Method and Description |
---|---|
Result |
BaseRegionObserver.postIncrement(ObserverContext<RegionCoprocessorEnvironment> e,
Increment increment,
Result result) |
Result |
RegionObserver.postIncrement(ObserverContext<RegionCoprocessorEnvironment> c,
Increment increment,
Result result)
Called after increment
|
Result |
BaseRegionObserver.preIncrement(ObserverContext<RegionCoprocessorEnvironment> e,
Increment increment) |
Result |
RegionObserver.preIncrement(ObserverContext<RegionCoprocessorEnvironment> c,
Increment increment)
Called before Increment
|
Modifier and Type | Method and Description |
---|---|
Result |
HRegionInterface.increment(byte[] regionName,
Increment increment)
Increments one or more columns values in a row.
|
Modifier and Type | Method and Description |
---|---|
Result |
HRegionServer.increment(byte[] regionName,
Increment increment) |
Result |
HRegion.increment(Increment increment,
boolean writeToWAL)
Perform one or more increment operations on a row.
|
Result |
HRegion.increment(Increment increment,
Integer lockid,
boolean writeToWAL)
Deprecated.
row locks (lockId) held outside the extent of the operation are deprecated.
|
Result |
RegionCoprocessorHost.postIncrement(Increment increment,
Result result) |
Result |
RegionCoprocessorHost.preIncrement(Increment increment) |
Modifier and Type | Method and Description |
---|---|
Result |
RemoteHTable.increment(Increment increment) |
Modifier and Type | Method and Description |
---|---|
Result |
AccessController.preIncrement(ObserverContext<RegionCoprocessorEnvironment> c,
Increment increment) |
Modifier and Type | Method and Description |
---|---|
static Increment |
ThriftUtilities.incrementFromThrift(TIncrement tincrement)
From a
TIncrement create an Increment . |
Modifier and Type | Method and Description |
---|---|
static Increment |
ThriftUtilities.incrementFromThrift(TIncrement in) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.