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.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
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.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.
 

Methods in org.apache.hadoop.hbase.client with parameters of type Increment
 Result HTable.increment(Increment increment)
           
 Result HTableInterface.increment(Increment increment)
          Increments one or more columns within a single row.
 

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

Methods in org.apache.hadoop.hbase.ipc with parameters of type Increment
 Result HRegionInterface.increment(byte[] regionName, Increment increment)
          Increments one or more columns values in a row.
 

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

Methods in org.apache.hadoop.hbase.regionserver with parameters of type Increment
 Result HRegionServer.increment(byte[] regionName, Increment increment)
           
 Result HRegion.increment(Increment increment, Integer lockid, boolean writeToWAL)
          Perform one or more increment operations on a row.
 

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)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.