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 D41CB200BE4 for ; Tue, 15 Nov 2016 19:49:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D2E21160B21; Tue, 15 Nov 2016 18:49:20 +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 D4F92160B1D for ; Tue, 15 Nov 2016 19:49:18 +0100 (CET) Received: (qmail 90646 invoked by uid 500); 15 Nov 2016 18:49:13 -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 89594 invoked by uid 99); 15 Nov 2016 18:49:12 -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, 15 Nov 2016 18:49:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B7812E0209; Tue, 15 Nov 2016 18:49:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stack@apache.org To: commits@hbase.apache.org Date: Tue, 15 Nov 2016 18:49:49 -0000 Message-Id: <6b4a5a3438f54e0c88ebb5d1c69a5a59@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [39/52] [partial] hbase-site git commit: Published site at 4d1bff9e78884adf689dd587d65afe36a336c56b. archived-at: Tue, 15 Nov 2016 18:49:21 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/org/apache/hadoop/hbase/client/Put.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Put.html b/devapidocs/org/apache/hadoop/hbase/client/Put.html index 24395bb..1b3a33b 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Put.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Put.html @@ -130,7 +130,7 @@ var activeTableTab = "activeTableTab";
@InterfaceAudience.Public
  @InterfaceStability.Stable
-public class Put
+public class Put
 extends Mutation
 implements HeapSize, Comparable<Row>
Used to perform Put operations for a single row. @@ -499,7 +499,7 @@ implements
  • Put

    -
    public Put(byte[] row)
    +
    public Put(byte[] row)
    Create a Put operation for the specified row.
    Parameters:
    @@ -513,7 +513,7 @@ implements
  • Put

    -
    public Put(byte[] row,
    +
    public Put(byte[] row,
                long ts)
    Create a Put operation for the specified row, using a given timestamp.
    @@ -529,7 +529,7 @@ implements
  • Put

    -
    public Put(byte[] rowArray,
    +
    public Put(byte[] rowArray,
                int rowOffset,
                int rowLength)
    We make a copy of the passed in row key to keep local.
    @@ -547,7 +547,7 @@ implements
  • Put

    -
    public Put(ByteBuffer row,
    +
    public Put(ByteBuffer row,
                long ts)
    Parameters:
    @@ -562,7 +562,7 @@ implements
  • Put

    -
    public Put(ByteBuffer row)
    +
    public Put(ByteBuffer row)
    Parameters:
    row - row key; we make a copy of what we are passed to keep local.
    @@ -575,7 +575,7 @@ implements
  • Put

    -
    public Put(byte[] rowArray,
    +
    public Put(byte[] rowArray,
                int rowOffset,
                int rowLength,
                long ts)
    @@ -595,7 +595,7 @@ implements
  • Put

    -
    public Put(byte[] row,
    +
    public Put(byte[] row,
                boolean rowIsImmutable)
    Create a Put operation for an immutable row key.
    @@ -613,7 +613,7 @@ implements
  • Put

    -
    public Put(byte[] row,
    +
    public Put(byte[] row,
                long ts,
                boolean rowIsImmutable)
    Create a Put operation for an immutable row key, using a given timestamp.
    @@ -633,7 +633,7 @@ implements
  • Put

    -
    public Put(Put putToCopy)
    +
    public Put(Put putToCopy)
    Copy constructor. Creates a Put operation cloned from the specified Put.
    Parameters:
    @@ -655,7 +655,7 @@ implements
  • addColumn

    -
    public Put addColumn(byte[] family,
    +
    public Put addColumn(byte[] family,
                          byte[] qualifier,
                          byte[] value)
    Add the specified column and value to this Put operation.
    @@ -675,7 +675,7 @@ implements
  • addImmutable

    -
    public Put addImmutable(byte[] family,
    +
    public Put addImmutable(byte[] family,
                             byte[] qualifier,
                             byte[] value)
    See addColumn(byte[], byte[], byte[]). This version expects @@ -690,7 +690,7 @@ implements

    addImmutable

    @InterfaceAudience.Private
    -public Put addImmutable(byte[] family,
    +public Put addImmutable(byte[] family,
                                                        byte[] qualifier,
                                                        byte[] value,
                                                        Tag[] tag)
    @@ -706,7 +706,7 @@ public 
  • addColumn

    -
    public Put addColumn(byte[] family,
    +
    public Put addColumn(byte[] family,
                          byte[] qualifier,
                          long ts,
                          byte[] value)
    @@ -729,7 +729,7 @@ public 
  • addImmutable

    -
    public Put addImmutable(byte[] family,
    +
    public Put addImmutable(byte[] family,
                             byte[] qualifier,
                             long ts,
                             byte[] value)
    @@ -745,7 +745,7 @@ public 

    addImmutable

    @InterfaceAudience.Private
    -public Put addImmutable(byte[] family,
    +public Put addImmutable(byte[] family,
                                                        byte[] qualifier,
                                                        long ts,
                                                        byte[] value,
    @@ -763,7 +763,7 @@ public 
     

    addImmutable

    @InterfaceAudience.Private
    -public Put addImmutable(byte[] family,
    +public Put addImmutable(byte[] family,
                                                        ByteBuffer qualifier,
                                                        long ts,
                                                        ByteBuffer value,
    @@ -780,7 +780,7 @@ public 
     
  • addColumn

    -
    public Put addColumn(byte[] family,
    +
    public Put addColumn(byte[] family,
                          ByteBuffer qualifier,
                          long ts,
                          ByteBuffer value)
    @@ -803,7 +803,7 @@ public 
  • addImmutable

    -
    public Put addImmutable(byte[] family,
    +
    public Put addImmutable(byte[] family,
                             ByteBuffer qualifier,
                             long ts,
                             ByteBuffer value)
    @@ -818,7 +818,7 @@ public 
  • add

    -
    public Put add(Cell kv)
    +
    public Put add(Cell kv)
             throws IOException
    Add the specified KeyValue to this Put operation. Operation assumes that the passed KeyValue is immutable and its backing array will not be modified @@ -839,7 +839,7 @@ public 
  • has

    -
    public boolean has(byte[] family,
    +
    public boolean has(byte[] family,
                        byte[] qualifier)
    A convenience method to determine if this object's familyMap contains a value assigned to the given family & qualifier. @@ -860,7 +860,7 @@ public 
  • has

    -
    public boolean has(byte[] family,
    +
    public boolean has(byte[] family,
                        byte[] qualifier,
                        long ts)
    A convenience method to determine if this object's familyMap contains @@ -883,7 +883,7 @@ public 
  • has

    -
    public boolean has(byte[] family,
    +
    public boolean has(byte[] family,
                        byte[] qualifier,
                        byte[] value)
    A convenience method to determine if this object's familyMap contains @@ -906,7 +906,7 @@ public 
  • has

    -
    public boolean has(byte[] family,
    +
    public boolean has(byte[] family,
                        byte[] qualifier,
                        long ts,
                        byte[] value)
    @@ -931,7 +931,7 @@ public 
  • has

    -
    private boolean has(byte[] family,
    +
    private boolean has(byte[] family,
                         byte[] qualifier,
                         long ts,
                         byte[] value,
    @@ -945,7 +945,7 @@ public 
     
  • get

    -
    public List<Cellget(byte[] family,
    +
    public List<Cellget(byte[] family,
                           byte[] qualifier)
    Returns a list of all KeyValue objects with matching column family and qualifier.
    @@ -964,7 +964,7 @@ public 
  • setAttribute

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

    -
    public Put setId(String id)
    +
    public Put 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 @@ -1008,7 +1008,7 @@ public 
  • setDurability

    -
    public Put setDurability(Durability d)
    +
    public Put setDurability(Durability d)
    Description copied from class: Mutation
    Set the durability for this mutation
    @@ -1023,7 +1023,7 @@ public 
  • setFamilyCellMap

    -
    public Put setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
    +
    public Put setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
    Description copied from class: Mutation
    Method for setting the put's familyMap
    @@ -1038,7 +1038,7 @@ public 
  • setClusterIds

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

    -
    public Put setCellVisibility(CellVisibility expression)
    +
    public Put setCellVisibility(CellVisibility expression)
    Description copied from class: Mutation
    Sets the visibility expression associated with cells in this Mutation. It is illegal to set CellVisibility on Delete mutation.
    @@ -1071,7 +1071,7 @@ public 
  • setACL

    -
    public Put setACL(String user,
    +
    public Put setACL(String user,
                       Permission perms)
    Overrides:
    @@ -1088,7 +1088,7 @@ public 
  • setACL

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

    -
    public Put setTTL(long ttl)
    +
    public Put 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/86fde03b/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html index ab8f995..083888b 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.html @@ -251,7 +251,7 @@ service.
  • Admin admin)  -Map<LoadIncrementalHFiles.LoadQueueItem,ByteBuffer> +void LoadIncrementalHFiles.doBulkLoad(Map<byte[],List<org.apache.hadoop.fs.Path>> map, Admin admin, Table table, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionLocator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionLocator.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionLocator.html index afb6f91..1311f77 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionLocator.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RegionLocator.html @@ -258,7 +258,7 @@ service.
  • -Map<LoadIncrementalHFiles.LoadQueueItem,ByteBuffer> +void LoadIncrementalHFiles.doBulkLoad(Map<byte[],List<org.apache.hadoop.fs.Path>> map, Admin admin, Table table, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html index 8fc44f3..68d2bca 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Table.html @@ -719,7 +719,7 @@ service.
  • -Map<LoadIncrementalHFiles.LoadQueueItem,ByteBuffer> +void LoadIncrementalHFiles.doBulkLoad(Map<byte[],List<org.apache.hadoop.fs.Path>> map, Admin admin, Table table, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html index 4c51c14..4ae200f 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/client/package-tree.html @@ -458,17 +458,17 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/org/apache/hadoop/hbase/codec/CellCodec.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/CellCodec.html b/devapidocs/org/apache/hadoop/hbase/codec/CellCodec.html index c0b2208..babb784 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/CellCodec.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/CellCodec.html @@ -187,7 +187,7 @@ implements Codec.Decoder -getDecoder(ByteBuffer buf)  +getDecoder(ByteBuff buf)  Codec.Decoder @@ -249,16 +249,16 @@ implements
  • - + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/org/apache/hadoop/hbase/codec/CellCodecWithTags.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/CellCodecWithTags.html b/devapidocs/org/apache/hadoop/hbase/codec/CellCodecWithTags.html index 26b1d18..3903512 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/CellCodecWithTags.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/CellCodecWithTags.html @@ -187,7 +187,7 @@ implements Codec.Decoder -getDecoder(ByteBuffer buf)  +getDecoder(ByteBuff buf)  Codec.Decoder @@ -249,16 +249,16 @@ implements
  • - + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/org/apache/hadoop/hbase/codec/Codec.Decoder.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/Codec.Decoder.html b/devapidocs/org/apache/hadoop/hbase/codec/Codec.Decoder.html index 44c51a9..8c02447 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/Codec.Decoder.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/Codec.Decoder.html @@ -99,7 +99,7 @@
  • All Known Implementing Classes:
    -
    BaseDecoder, CellCodec.CellDecoder, CellCodecWithTags.CellDecoder, KeyValueCodec.ByteBufferedKeyValueDecoder, KeyValueCodec.KeyValueDecoder, KeyV alueCodecWithTags.ByteBufferedKeyValueDecoder, KeyValueCodecWithTags.KeyValueDecoder, MessageCodec.MessageDecoder, SecureWALCellCodec.EncryptedKvDecoder, WALCellCodec.CompressedKvDecoder
    +
    BaseDecoder, CellCodec.CellDecoder, CellCodecWithTags.CellDecoder, KeyValueCodec.ByteBuffKeyValueDecoder, KeyValueCodec.KeyValueDecoder, KeyValueCodecWit hTags.ByteBuffKeyValueDecoder, KeyValueCodecWithTags.KeyValueDecoder, MessageCodec.MessageDecoder, SecureWALCellCodec.EncryptedKvDecoder, WALCellCodec.CompressedKvDecoder
    Enclosing interface:
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/org/apache/hadoop/hbase/codec/Codec.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/codec/Codec.html b/devapidocs/org/apache/hadoop/hbase/codec/Codec.html index 273b518..adc4ddf 100644 --- a/devapidocs/org/apache/hadoop/hbase/codec/Codec.html +++ b/devapidocs/org/apache/hadoop/hbase/codec/Codec.html @@ -161,7 +161,7 @@ public interface Codec.Decoder -getDecoder(ByteBuffer buf)  +getDecoder(ByteBuff buf)  Codec.Decoder @@ -195,13 +195,13 @@ public interface Codec.Decoder getDecoder(InputStream is)
  • - +