Uses of Class
org.apache.hadoop.hbase.client.Increment
Packages that use 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
Methods in org.apache.hadoop.hbase.client that return IncrementModifier 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) Methods in org.apache.hadoop.hbase.client with parameters of type IncrementModifier 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.Constructors in org.apache.hadoop.hbase.client with parameters of type Increment -
Uses of Increment in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type IncrementModifier 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
Methods in org.apache.hadoop.hbase.coprocessor.example with parameters of type IncrementModifier and TypeMethodDescriptionWriteHeavyIncrementObserver.preIncrement
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Increment increment) -
Uses of Increment in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type IncrementModifier 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
Methods in org.apache.hadoop.hbase.security.access with parameters of type IncrementModifier and TypeMethodDescriptionAccessController.preIncrement
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Increment increment) -
Uses of Increment in org.apache.hadoop.hbase.thrift
Methods in org.apache.hadoop.hbase.thrift that return IncrementModifier 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
Methods in org.apache.hadoop.hbase.thrift2 that return IncrementModifier and TypeMethodDescriptionstatic Increment
ThriftUtilities.incrementFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TIncrement in) Methods in org.apache.hadoop.hbase.thrift2 with parameters of type IncrementModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TIncrement
ThriftUtilities.incrementFromHBase
(Increment in) -
Uses of Increment in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client with parameters of type Increment