Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 798C0200D73 for ; Tue, 26 Dec 2017 16:21:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 782EC160C00; Tue, 26 Dec 2017 15:21:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 606CD160C39 for ; Tue, 26 Dec 2017 16:21:10 +0100 (CET) Received: (qmail 67458 invoked by uid 500); 26 Dec 2017 15:21:03 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 66703 invoked by uid 99); 26 Dec 2017 15:21:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Dec 2017 15:21:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 873DAF3209; Tue, 26 Dec 2017 15:21:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Tue, 26 Dec 2017 15:21:31 -0000 Message-Id: <1de4016c1c1f407e94fd02261e27a211@git.apache.org> In-Reply-To: <6a40c98c75274ef39fb8ade81c64d8a6@git.apache.org> References: <6a40c98c75274ef39fb8ade81c64d8a6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/51] [partial] hbase-site git commit: Published site at . archived-at: Tue, 26 Dec 2017 15:21:12 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b618ac40/devapidocs/org/apache/hadoop/hbase/client/Append.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Append.html b/devapidocs/org/apache/hadoop/hbase/client/Append.html index 4a72663..b085e40 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Append.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Append.html @@ -129,7 +129,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Public
-public class Append
+public class Append
 extends Mutation
Performs Append operations on a single row.

@@ -163,6 +163,10 @@ extends HEAP_OVERHEAD  +private static org.slf4j.Logger +LOG  + + private TimeRange tr  @@ -393,13 +397,22 @@ extends

Field Detail

+ + + +
    +
  • +

    LOG

    +
    private static final org.slf4j.Logger LOG
    +
  • +
@@ -408,7 +421,7 @@ extends
  • tr

    -
    private TimeRange tr
    +
    private TimeRange tr
  • @@ -425,7 +438,7 @@ extends
  • Append

    -
    public Append(byte[] row)
    +
    public Append(byte[] row)
    Create a Append operation for the specified row.

    At least one column must be appended to.

    @@ -441,7 +454,7 @@ extends
  • Append

    -
    public Append(Append appendToCopy)
    +
    public Append(Append appendToCopy)
    Copy constructor
    Parameters:
    @@ -455,7 +468,7 @@ extends
  • Append

    -
    public Append(byte[] rowArray,
    +
    public Append(byte[] rowArray,
                   int rowOffset,
                   int rowLength)
    Create a Append operation for the specified row. @@ -475,7 +488,7 @@ extends
  • Append

    -
    public Append(byte[] row,
    +
    public Append(byte[] row,
                   long ts,
                   NavigableMap<byte[],List<Cell>> familyMap)
    Construct the Append with user defined data. NOTED: @@ -503,7 +516,7 @@ extends
  • setTimeRange

    -
    public Append setTimeRange(long minStamp,
    +
    public Append setTimeRange(long minStamp,
                                long maxStamp)
    Sets the TimeRange to be used on the Get for this append.

    @@ -530,7 +543,7 @@ extends

  • getTimeRange

    -
    public TimeRange getTimeRange()
    +
    public TimeRange getTimeRange()
    Gets the TimeRange used for this append.
    Returns:
    @@ -544,7 +557,7 @@ extends
  • extraHeapSize

    -
    protected long extraHeapSize()
    +
    protected long extraHeapSize()
    Description copied from class: Mutation
    Subclasses should override this method to add the heap size of their own fields.
    @@ -561,7 +574,7 @@ extends
  • setReturnResults

    -
    public Append setReturnResults(boolean returnResults)
    +
    public Append setReturnResults(boolean returnResults)
    Overrides:
    setReturnResults in class Mutation
    @@ -578,7 +591,7 @@ extends
  • isReturnResults

    -
    public boolean isReturnResults()
    +
    public boolean isReturnResults()
    Overrides:
    isReturnResults in class Mutation
    @@ -594,7 +607,7 @@ extends

    add

    @Deprecated
    -public Append add(byte[] family,
    +public Append add(byte[] family,
                                   byte[] qualifier,
                                   byte[] value)
    Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0. @@ -616,7 +629,7 @@ public 
  • addColumn

    -
    public Append addColumn(byte[] family,
    +
    public Append addColumn(byte[] family,
                             byte[] qualifier,
                             byte[] value)
    Add the specified column and value to this Append operation.
    @@ -636,9 +649,11 @@ public 
  • add

    -
    public Append add(Cell cell)
    +
    public Append add(Cell cell)
    Add column and value to this Append operation.
    +
    Overrides:
    +
    add in class Mutation
    Parameters:
    cell -
    Returns:
    @@ -652,7 +667,7 @@ public 
  • setTimestamp

    -
    public Append setTimestamp(long timestamp)
    +
    public Append setTimestamp(long timestamp)
    Description copied from class: Mutation
    Set the timestamp of the delete.
    @@ -667,7 +682,7 @@ public 
  • setAttribute

    -
    public Append setAttribute(String name,
    +
    public Append setAttribute(String name,
                                byte[] value)
    Description copied from interface: Attributes
    Sets an attribute. @@ -690,7 +705,7 @@ public 
  • setId

    -
    public Append setId(String id)
    +
    public Append setId(String id)
    Description copied from class: OperationWithAttributes
    This method allows you to set an identifier on an operation. The original motivation for this was to allow the identifier to be used in slow query @@ -711,7 +726,7 @@ public 
  • setDurability

    -
    public Append setDurability(Durability d)
    +
    public Append setDurability(Durability d)
    Description copied from class: Mutation
    Set the durability for this mutation
    @@ -727,7 +742,7 @@ public 

    setFamilyCellMap

    @Deprecated
    -public Append setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
    +public Append setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
  • Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0. Use Append(byte[], long, NavigableMap) instead
    Method for setting the Append's familyMap
    @@ -743,7 +758,7 @@ public 
  • setClusterIds

    -
    public Append setClusterIds(List<UUID> clusterIds)
    +
    public Append setClusterIds(List<UUID> clusterIds)
    Description copied from class: Mutation
    Marks that the clusters with the given clusterIds have consumed the mutation
    @@ -760,7 +775,7 @@ public 
  • setCellVisibility

    -
    public Append setCellVisibility(CellVisibility expression)
    +
    public Append setCellVisibility(CellVisibility expression)
    Description copied from class: Mutation
    Sets the visibility expression associated with cells in this Mutation.
    @@ -775,7 +790,7 @@ public 
  • setACL

    -
    public Append setACL(String user,
    +
    public Append setACL(String user,
                          Permission perms)
    Overrides:
    @@ -792,7 +807,7 @@ public 
  • setACL

    -
    public Append setACL(Map<String,Permission> perms)
    +
    public Append setACL(Map<String,Permission> perms)
    Overrides:
    setACL in class Mutation
    @@ -807,7 +822,7 @@ public 
  • setPriority

    -
    public Append setPriority(int priority)
    +
    public Append setPriority(int priority)
    Overrides:
    setPriority in class OperationWithAttributes
    @@ -820,7 +835,7 @@ public 
  • setTTL

    -
    public Append setTTL(long ttl)
    +
    public Append setTTL(long ttl)
    Description copied from class: Mutation
    Set the TTL desired for the result of the mutation, in milliseconds.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b618ac40/devapidocs/org/apache/hadoop/hbase/client/Delete.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Delete.html b/devapidocs/org/apache/hadoop/hbase/client/Delete.html index f748d09..23003e1 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Delete.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Delete.html @@ -129,7 +129,7 @@ var activeTableTab = "activeTableTab";

    @InterfaceAudience.Public
    -public class Delete
    +public class Delete
     extends Mutation
     implements Comparable<Row>
    Used to perform Delete operations on a single row. @@ -254,7 +254,7 @@ implements Delete -add(Cell kv) +add(Cell cell)
    Add an existing delete marker to this Delete object.
    @@ -441,7 +441,7 @@ implements
  • Delete

    -
    public Delete(byte[] row)
    +
    public Delete(byte[] row)
    Create a Delete operation for the specified row.

    If no further operations are done, this will delete everything @@ -461,7 +461,7 @@ implements

  • Delete

    -
    public Delete(byte[] row,
    +
    public Delete(byte[] row,
                   long timestamp)
    Create a Delete operation for the specified row and timestamp.

    @@ -484,7 +484,7 @@ implements

  • Delete

    -
    public Delete(byte[] row,
    +
    public Delete(byte[] row,
                   int rowOffset,
                   int rowLength)
    Create a Delete operation for the specified row and timestamp.

    @@ -509,7 +509,7 @@ implements

  • Delete

    -
    public Delete(byte[] row,
    +
    public Delete(byte[] row,
                   int rowOffset,
                   int rowLength,
                   long timestamp)
    @@ -536,7 +536,7 @@ implements
  • Delete

    -
    public Delete(Delete deleteToCopy)
    +
    public Delete(Delete deleteToCopy)
    Parameters:
    deleteToCopy - delete to copy
    @@ -549,7 +549,7 @@ implements
  • Delete

    -
    public Delete(byte[] row,
    +
    public Delete(byte[] row,
                   long ts,
                   NavigableMap<byte[],List<Cell>> familyMap)
    Construct the Delete with user defined data. NOTED: @@ -579,7 +579,7 @@ implements

    addDeleteMarker

    @Deprecated
    -public Delete addDeleteMarker(Cell kv)
    +public Delete addDeleteMarker(Cell kv)
                                        throws IOException
    Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0. Use add(Cell) instead
    @@ -600,12 +600,14 @@ public 
  • add

    -
    public Delete add(Cell kv)
    +
    public Delete add(Cell cell)
                throws IOException
    Add an existing delete marker to this Delete object.
    +
    Overrides:
    +
    add in class Mutation
    Parameters:
    -
    kv - An existing KeyValue of type "delete".
    +
    cell - An existing cell of type "delete".
    Returns:
    this for invocation chaining
    Throws:
    @@ -619,7 +621,7 @@ public 
  • addFamily

    -
    public Delete addFamily(byte[] family)
    +
    public Delete addFamily(byte[] family)
    Delete all versions of all columns of the specified family.

    Overrides previous calls to deleteColumn and deleteColumns for the @@ -638,7 +640,7 @@ public 

  • addFamily

    -
    public Delete addFamily(byte[] family,
    +
    public Delete addFamily(byte[] family,
                             long timestamp)
    Delete all columns of the specified family with a timestamp less than or equal to the specified timestamp. @@ -660,7 +662,7 @@ public 
  • addFamilyVersion

    -
    public Delete addFamilyVersion(byte[] family,
    +
    public Delete addFamilyVersion(byte[] family,
                                    long timestamp)
    Delete all columns of the specified family with a timestamp equal to the specified timestamp.
    @@ -679,7 +681,7 @@ public 
  • addColumns

    -
    public Delete addColumns(byte[] family,
    +
    public Delete addColumns(byte[] family,
                              byte[] qualifier)
    Delete all versions of the specified column.
    @@ -697,7 +699,7 @@ public 
  • addColumns

    -
    public Delete addColumns(byte[] family,
    +
    public Delete addColumns(byte[] family,
                              byte[] qualifier,
                              long timestamp)
    Delete all versions of the specified column with a timestamp less than @@ -718,7 +720,7 @@ public 
  • addColumn

    -
    public Delete addColumn(byte[] family,
    +
    public Delete addColumn(byte[] family,
                             byte[] qualifier)
    Delete the latest version of the specified column. This is an expensive call in that on the server-side, it first does a @@ -739,7 +741,7 @@ public 
  • addColumn

    -
    public Delete addColumn(byte[] family,
    +
    public Delete addColumn(byte[] family,
                             byte[] qualifier,
                             long timestamp)
    Delete the specified version of the specified column.
    @@ -759,7 +761,7 @@ public 
  • setTimestamp

    -
    public Delete setTimestamp(long timestamp)
    +
    public Delete setTimestamp(long timestamp)
    Description copied from class: Mutation
    Set the timestamp of the delete.
    @@ -774,7 +776,7 @@ public 
  • setAttribute

    -
    public Delete setAttribute(String name,
    +
    public Delete setAttribute(String name,
                                byte[] value)
    Description copied from interface: Attributes
    Sets an attribute. @@ -797,7 +799,7 @@ public 
  • setId

    -
    public Delete setId(String id)
    +
    public Delete setId(String id)
    Description copied from class: OperationWithAttributes
    This method allows you to set an identifier on an operation. The original motivation for this was to allow the identifier to be used in slow query @@ -818,7 +820,7 @@ public 
  • setDurability

    -
    public Delete setDurability(Durability d)
    +
    public Delete setDurability(Durability d)
    Description copied from class: Mutation
    Set the durability for this mutation
    @@ -834,7 +836,7 @@ public 

    setFamilyCellMap

    @Deprecated
    -public Delete setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
    +public Delete setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
  • Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0. Use Delete(byte[], long, NavigableMap) instead
    Method for setting the Delete's familyMap
    @@ -850,7 +852,7 @@ public 
  • setClusterIds

    -
    public Delete setClusterIds(List<UUID> clusterIds)
    +
    public Delete setClusterIds(List<UUID> clusterIds)
    Description copied from class: Mutation
    Marks that the clusters with the given clusterIds have consumed the mutation
    @@ -867,7 +869,7 @@ public 
  • setCellVisibility

    -
    public Delete setCellVisibility(CellVisibility expression)
    +
    public Delete setCellVisibility(CellVisibility expression)
    Description copied from class: Mutation
    Sets the visibility expression associated with cells in this Mutation.
    @@ -882,7 +884,7 @@ public 
  • setACL

    -
    public Delete setACL(String user,
    +
    public Delete setACL(String user,
                          Permission perms)
    Overrides:
    @@ -899,7 +901,7 @@ public 
  • setACL

    -
    public Delete setACL(Map<String,Permission> perms)
    +
    public Delete setACL(Map<String,Permission> perms)
    Overrides:
    setACL in class Mutation
    @@ -914,7 +916,7 @@ public 
  • setTTL

    -
    public Delete setTTL(long ttl)
    +
    public Delete setTTL(long ttl)
    Description copied from class: Mutation
    Set the TTL desired for the result of the mutation, in milliseconds.
    @@ -933,7 +935,7 @@ public 
  • setPriority

    -
    public Delete setPriority(int priority)
    +
    public Delete setPriority(int priority)
    Overrides:
    setPriority in class OperationWithAttributes