Uses of Class
org.apache.hadoop.hbase.client.Increment
Package
Description
Provides HBase Client
Table of Contents
Provides an HBase Thrift
service.
Provides an HBase Thrift
service.
-
Uses of Increment in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionAdd the specified KeyValue to this operation.Increment.addColumn
(byte[] family, byte[] qualifier, long amount) Increment the column from the specific family with the specified qualifier by the specified amount.Increment.setACL
(String user, Permission perms) Increment.setACL
(Map<String, Permission> perms) Increment.setAttribute
(String name, byte[] value) Increment.setCellVisibility
(CellVisibility expression) Increment.setClusterIds
(List<UUID> clusterIds) Increment.setDurability
(Durability d) Increment.setPriority
(int priority) Increment.setReturnResults
(boolean returnResults) Increment.setTimeRange
(long minStamp, long maxStamp) Sets the TimeRange to be used on the Get for this increment.Increment.setTimestamp
(long timestamp) Increment.setTTL
(long ttl) Modifier and TypeMethodDescriptionBuild the CheckAndMutate object with an Increment to commit if the check succeeds.Increments one or more columns within a single row.default Result
Increments one or more columns within a single row. -
Uses of Increment in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptiondefault Result
RegionObserver.postIncrement
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Increment increment, Result result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default Result
RegionObserver.postIncrement
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Increment increment, Result result, WALEdit edit) Called after incrementdefault Result
RegionObserver.preIncrement
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Increment increment) Deprecated.since 3.0.0 and will be removed in 4.0.0.default Result
RegionObserver.preIncrement
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Increment increment, WALEdit edit) Called before Increment.default Result
RegionObserver.preIncrementAfterRowLock
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Increment increment) Deprecated.since 3.0.0 and will be removed in 4.0.0. -
Uses of Increment in org.apache.hadoop.hbase.coprocessor.example
Modifier and TypeMethodDescriptionWriteHeavyIncrementObserver.preIncrement
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Increment increment) -
Uses of Increment in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionPerform one or more increment operations on a row.RegionCoprocessorHost.postIncrement
(Increment increment, Result result, WALEdit edit) RegionCoprocessorHost.preIncrement
(Increment increment, WALEdit edit) Supports Coprocessor 'bypass'.RegionCoprocessorHost.preIncrementAfterRowLock
(Increment increment) Supports Coprocessor 'bypass'. -
Uses of Increment in org.apache.hadoop.hbase.security.access
Modifier and TypeMethodDescriptionAccessController.preIncrement
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Increment increment) -
Uses of Increment in org.apache.hadoop.hbase.thrift
Modifier and TypeMethodDescriptionstatic Increment
ThriftUtilities.incrementFromThrift
(org.apache.hadoop.hbase.thrift.generated.TIncrement tincrement) From aTIncrement
create anIncrement
. -
Uses of Increment in org.apache.hadoop.hbase.thrift2
Modifier and TypeMethodDescriptionstatic Increment
ThriftUtilities.incrementFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TIncrement in) Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TIncrement
ThriftUtilities.incrementFromHBase
(Increment in) -
Uses of Increment in org.apache.hadoop.hbase.thrift2.client