Uses of Class
org.apache.hadoop.hbase.client.Append
Packages that use Append
Package
Description
Provides HBase Client
Table of Contents
Provides an HBase Thrift
service.
Provides an HBase Thrift
service.
-
Uses of Append in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return AppendModifier and TypeMethodDescriptionAdd column and value to this Append operation.Append.addColumn
(byte[] family, byte[] qualifier, byte[] value) Add the specified column and value to this Append operation.Append.setACL
(String user, Permission perms) Append.setACL
(Map<String, Permission> perms) Append.setAttribute
(String name, byte[] value) Append.setCellVisibility
(CellVisibility expression) Append.setClusterIds
(List<UUID> clusterIds) Append.setDurability
(Durability d) Append.setPriority
(int priority) Append.setReturnResults
(boolean returnResults) True (default) if the append operation should return the results.Append.setTimeRange
(long minStamp, long maxStamp) Sets the TimeRange to be used on the Get for this append.Append.setTimestamp
(long timestamp) Append.setTTL
(long ttl) Methods in org.apache.hadoop.hbase.client with parameters of type AppendModifier and TypeMethodDescriptionAppends values to one or more columns within a single row.default Result
Appends values to one or more columns within a single row.Build the CheckAndMutate object with an Append to commit if the check succeeds.Constructors in org.apache.hadoop.hbase.client with parameters of type Append -
Uses of Append in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type AppendModifier and TypeMethodDescriptiondefault Result
RegionObserver.postAppend
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Append append, Result result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default Result
RegionObserver.postAppend
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Append append, Result result, WALEdit edit) Called after Appenddefault Result
RegionObserver.preAppend
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Append append) Deprecated.since 3.0.0 and will be removed in 4.0.0.default Result
RegionObserver.preAppend
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Append append, WALEdit edit) Called before Append.default Result
RegionObserver.preAppendAfterRowLock
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Append append) Deprecated.since 3.0.0 and will be removed in 4.0.0. -
Uses of Append in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type AppendModifier and TypeMethodDescriptionPerform one or more append operations on a row.RegionCoprocessorHost.postAppend
(Append append, Result result, WALEdit edit) Supports Coprocessor 'bypass'.RegionCoprocessorHost.preAppendAfterRowLock
(Append append) Supports Coprocessor 'bypass'. -
Uses of Append in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access with parameters of type AppendModifier and TypeMethodDescriptionAccessController.preAppend
(ObserverContext<? extends RegionCoprocessorEnvironment> c, Append append) -
Uses of Append in org.apache.hadoop.hbase.thrift
Methods in org.apache.hadoop.hbase.thrift that return AppendModifier and TypeMethodDescriptionstatic Append
ThriftUtilities.appendFromThrift
(org.apache.hadoop.hbase.thrift.generated.TAppend tappend) From aTAppend
create anAppend
. -
Uses of Append in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 that return AppendModifier and TypeMethodDescriptionstatic Append
ThriftUtilities.appendFromThrift
(org.apache.hadoop.hbase.thrift2.generated.TAppend append) Methods in org.apache.hadoop.hbase.thrift2 with parameters of type AppendModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TAppend
ThriftUtilities.appendFromHBase
(Append in) -
Uses of Append in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client with parameters of type Append