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

Packages that use Append
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   
 

Uses of Append in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return Append
 Append Append.add(byte[] family, byte[] qualifier, byte[] value)
          Add the specified column and value to this Append operation.
 Append Append.add(KeyValue kv)
          Add the specified KeyValue to this operation.
 

Methods in org.apache.hadoop.hbase.client with parameters of type Append
 Result HTable.append(Append append)
          Appends values to one or more columns within a single row.
 Result HTableInterface.append(Append append)
          Appends values to one or more columns within a single row.
 

Uses of Append in org.apache.hadoop.hbase.coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type Append
 Result BaseRegionObserver.postAppend(ObserverContext<RegionCoprocessorEnvironment> e, Append append, Result result)
           
 Result RegionObserver.postAppend(ObserverContext<RegionCoprocessorEnvironment> c, Append append, Result result)
          Called after Append
 Result BaseRegionObserver.preAppend(ObserverContext<RegionCoprocessorEnvironment> e, Append append)
           
 Result RegionObserver.preAppend(ObserverContext<RegionCoprocessorEnvironment> c, Append append)
          Called before Append
 

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

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

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

Methods in org.apache.hadoop.hbase.regionserver with parameters of type Append
 Result HRegion.append(Append append, boolean writeToWAL)
          Perform one or more append operations on a row.
 Result HRegion.append(Append append, Integer lockid, boolean writeToWAL)
          Deprecated. row locks (lockId) held outside the extent of the operation are deprecated.
 Result HRegionServer.append(byte[] regionName, Append append)
           
 void RegionCoprocessorHost.postAppend(Append append, Result result)
           
 Result RegionCoprocessorHost.preAppend(Append append)
           
 

Uses of Append in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client with parameters of type Append
 Result RemoteHTable.append(Append append)
           
 

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

Methods in org.apache.hadoop.hbase.security.access with parameters of type Append
 Result AccessController.preAppend(ObserverContext<RegionCoprocessorEnvironment> c, Append append)
           
 



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