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

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(Cell cell)
          Add column and value to this Append operation.
 

Methods in org.apache.hadoop.hbase.client with parameters of type Append
 Result HTableInterface.append(Append append)
          Appends values to one or more columns within a single row.
 Result HTable.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 RegionObserver.postAppend(ObserverContext<RegionCoprocessorEnvironment> c, Append append, Result result)
          Called after Append
 Result BaseRegionObserver.postAppend(ObserverContext<RegionCoprocessorEnvironment> e, Append append, Result result)
           
 Result RegionObserver.preAppend(ObserverContext<RegionCoprocessorEnvironment> c, Append append)
          Called before Append
 Result BaseRegionObserver.preAppend(ObserverContext<RegionCoprocessorEnvironment> e, Append append)
           
 

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

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

Methods in org.apache.hadoop.hbase.protobuf with parameters of type Append
static ClientProtos.MutateRequest RequestConverter.buildMutateRequest(byte[] regionName, Append append)
          Create a protocol buffer MutateRequest for an append
 

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.
 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 © 2013 The Apache Software Foundation. All Rights Reserved.