Uses of Class
org.apache.hadoop.hbase.client.Increment

Packages that use Increment
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.rest.client   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.visibility   
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.thrift2 Provides an HBase Thrift service. 
 

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.coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type Increment
 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.
 Result BaseRegionObserver.preIncrementAfterRowLock(ObserverContext<RegionCoprocessorEnvironment> e, Increment increment)
           
 Result RegionObserver.preIncrementAfterRowLock(ObserverContext<RegionCoprocessorEnvironment> c, Increment increment)
          Called before Increment but after acquiring rowlock.
 

Uses of Increment in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return Increment
static Increment ProtobufUtil.toIncrement(ClientProtos.MutationProto proto, CellScanner cellScanner)
          Convert a protocol buffer Mutate to an Increment
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type Increment
static ClientProtos.MutateRequest RequestConverter.buildMutateRequest(byte[] regionName, Increment increment, long nonceGroup, long nonce)
          Create a protocol buffer MutateRequest for a client increment
static ClientProtos.MutationProto ProtobufUtil.toMutation(Increment increment, ClientProtos.MutationProto.Builder builder, long nonce)
          Convert a client Increment to a protobuf Mutate.
 

Uses of Increment in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type Increment
 Result HRegion.increment(Increment increment)
           
 Result HRegion.increment(Increment increment, long nonceGroup, long nonce)
          Perform one or more increment operations on a row.
 Result RegionCoprocessorHost.postIncrement(Increment increment, Result result)
           
 Result RegionCoprocessorHost.preIncrement(Increment increment)
           
 Result RegionCoprocessorHost.preIncrementAfterRowLock(Increment increment)
           
 

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)
           
 

Uses of Increment in org.apache.hadoop.hbase.security.access
 

Methods in org.apache.hadoop.hbase.security.access with parameters of type Increment
 Result AccessController.preIncrement(ObserverContext<RegionCoprocessorEnvironment> c, Increment increment)
           
 Result AccessController.preIncrementAfterRowLock(ObserverContext<RegionCoprocessorEnvironment> c, Increment increment)
           
 

Uses of Increment in org.apache.hadoop.hbase.security.visibility
 

Methods in org.apache.hadoop.hbase.security.visibility with parameters of type Increment
 Result VisibilityController.preIncrement(ObserverContext<RegionCoprocessorEnvironment> e, Increment increment)
           
 

Uses of Increment in org.apache.hadoop.hbase.thrift
 

Methods in org.apache.hadoop.hbase.thrift that return Increment
static Increment ThriftUtilities.incrementFromThrift(TIncrement tincrement)
          From a TIncrement create an Increment.
 

Uses of Increment in org.apache.hadoop.hbase.thrift2
 

Methods in org.apache.hadoop.hbase.thrift2 that return Increment
static Increment ThriftUtilities.incrementFromThrift(TIncrement in)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.