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 ABFD9200BE0 for ; Tue, 8 Nov 2016 14:50:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AABA8160B16; Tue, 8 Nov 2016 13:50:09 +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 B8555160B13 for ; Tue, 8 Nov 2016 14:50:07 +0100 (CET) Received: (qmail 26302 invoked by uid 500); 8 Nov 2016 13:49:59 -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 23566 invoked by uid 99); 8 Nov 2016 13:49:57 -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, 08 Nov 2016 13:49:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6BB50E098A; Tue, 8 Nov 2016 13:49:57 +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, 08 Nov 2016 13:50:38 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [43/52] [partial] hbase-site git commit: Published site at 28de528c6ea19c261213ee229381a18ed3b5ef94. archived-at: Tue, 08 Nov 2016 13:50:09 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/SnapshotDescription.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/SnapshotDescription.html b/apidocs/org/apache/hadoop/hbase/client/SnapshotDescription.html index 5e65a09..c26e6f7 100644 --- a/apidocs/org/apache/hadoop/hbase/client/SnapshotDescription.html +++ b/apidocs/org/apache/hadoop/hbase/client/SnapshotDescription.html @@ -18,8 +18,8 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":42,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; @@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab";
@InterfaceAudience.Public
  @InterfaceStability.Evolving
-public class SnapshotDescription
+public class SnapshotDescription
 extends Object
The POJO equivalent of HBaseProtos.SnapshotDescription
@@ -136,18 +136,30 @@ extends SnapshotDescription(String name, - String table)  + String table) +
Deprecated.  +
Use the version with the TableName instance instead
+
+ SnapshotDescription(String name, String table, - SnapshotType type)  + SnapshotType type) +
Deprecated.  +
Use the version with the TableName instance instead
+
+ SnapshotDescription(String name, String table, SnapshotType type, - String owner)  + String owner) +
Deprecated.  +
Use the version with the TableName instance instead
+
+ SnapshotDescription(String name, @@ -155,6 +167,33 @@ extends SnapshotType type, String owner, long creationTime, + int version) +
Deprecated.  +
Use the version with the TableName instance instead
+
+ + + +SnapshotDescription(String name, + TableName table)  + + +SnapshotDescription(String name, + TableName table, + SnapshotType type)  + + +SnapshotDescription(String name, + TableName table, + SnapshotType type, + String owner)  + + +SnapshotDescription(String name, + TableName table, + SnapshotType type, + String owner, + long creationTime, int version)  @@ -167,7 +206,7 @@ extends -All Methods Instance Methods Concrete Methods  +All Methods Instance Methods Concrete Methods Deprecated Methods  Modifier and Type Method and Description @@ -186,17 +225,29 @@ extends String -getTable()  +getTable() +
Deprecated.  +
Use getTableName() or getTableNameAsString() instead.
+
+ +TableName +getTableName()  + + +String +getTableNameAsString()  + + SnapshotType getType()  - + int getVersion()  - + String toString()  @@ -228,7 +279,7 @@ extends
  • SnapshotDescription

    -
    public SnapshotDescription(String name)
    +
    public SnapshotDescription(String name)
  • @@ -237,8 +288,20 @@ extends
  • SnapshotDescription

    -
    public SnapshotDescription(String name,
    -                           String table)
    +
    @Deprecated
    +public SnapshotDescription(String name,
    +                                       String table)
    +
    Deprecated. Use the version with the TableName instance instead
    +
  • + + + + + @@ -247,8 +310,21 @@ extends
  • SnapshotDescription

    -
    public SnapshotDescription(String name,
    -                           String table,
    +
    @Deprecated
    +public SnapshotDescription(String name,
    +                                       String table,
    +                                       SnapshotType type)
    +
    Deprecated. Use the version with the TableName instance instead
    +
  • + + + + + @@ -258,8 +334,22 @@ extends
  • SnapshotDescription

    -
    public SnapshotDescription(String name,
    -                           String table,
    +
    @Deprecated
    +public SnapshotDescription(String name,
    +                                       String table,
    +                                       SnapshotType type,
    +                                       String owner)
    +
    Deprecated. Use the version with the TableName instance instead
    +
  • + + + + + + + + + + + + + @@ -310,7 +436,7 @@ extends
  • getType

    -
    public SnapshotType getType()
    +
    public SnapshotType getType()
  • @@ -319,7 +445,7 @@ extends
  • getOwner

    -
    public String getOwner()
    +
    public String getOwner()
  • @@ -328,7 +454,7 @@ extends
  • getCreationTime

    -
    public long getCreationTime()
    +
    public long getCreationTime()
  • @@ -337,7 +463,7 @@ extends
  • getVersion

    -
    public int getVersion()
    +
    public int getVersion()
  • @@ -346,7 +472,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/SnapshotType.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/SnapshotType.html b/apidocs/org/apache/hadoop/hbase/client/SnapshotType.html index 8ee1138..fe32046 100644 --- a/apidocs/org/apache/hadoop/hbase/client/SnapshotType.html +++ b/apidocs/org/apache/hadoop/hbase/client/SnapshotType.html @@ -247,7 +247,7 @@ the order they are declared. @@ -1405,7 +1420,7 @@ void 

    getRpcTimeout

    @Deprecated
    -int getRpcTimeout()
    +int getRpcTimeout()
    Deprecated. Use getReadRpcTimeout or getWriteRpcTimeout instead
    Get timeout (millisecond) of each rpc request in this Table instance.
  • @@ -1417,7 +1432,7 @@ int 

    setRpcTimeout

    @Deprecated
    -void setRpcTimeout(int rpcTimeout)
    +void setRpcTimeout(int rpcTimeout)
    Deprecated. Use setReadRpcTimeout or setWriteRpcTimeout instead
    Set timeout (millisecond) of each rpc request in operations of this Table instance, will override the value of hbase.rpc.timeout in configuration. @@ -1437,7 +1452,7 @@ void 
  • getReadRpcTimeout

    -
    int getReadRpcTimeout()
    +
    int getReadRpcTimeout()
    Get timeout (millisecond) of each rpc read request in this Table instance.
  • @@ -1447,7 +1462,7 @@ void 
  • setReadRpcTimeout

    -
    void setReadRpcTimeout(int readRpcTimeout)
    +
    void setReadRpcTimeout(int readRpcTimeout)
    Set timeout (millisecond) of each rpc read request in operations of this Table instance, will override the value of hbase.rpc.read.timeout in configuration. If a rpc read request waiting too long, it will stop waiting and send a new request to retry @@ -1464,7 +1479,7 @@ void 
  • getWriteRpcTimeout

    -
    int getWriteRpcTimeout()
    +
    int getWriteRpcTimeout()
    Get timeout (millisecond) of each rpc write request in this Table instance.
  • @@ -1474,7 +1489,7 @@ void 
  • setWriteRpcTimeout

    -
    void setWriteRpcTimeout(int writeRpcTimeout)
    +
    void setWriteRpcTimeout(int writeRpcTimeout)
    Set timeout (millisecond) of each rpc write request in operations of this Table instance, will override the value of hbase.rpc.write.timeout in configuration. If a rpc write request waiting too long, it will stop waiting and send a new request to retry http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html index 2d99bb0..66d7f4e 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html @@ -179,6 +179,12 @@
    Appends values to one or more columns within a single row.
    + +CompletableFuture<Result> +AsyncTable.append(Append append) +
    Appends values to one or more columns within a single row.
    + + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html index 1edee8e..17fcf5e 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html @@ -146,19 +146,19 @@ the order they are declared. + + + + - + - - - -
    ScanScan.setConsistency(Consistency consistency) 
    Query Query.setConsistency(Consistency consistency)
    Sets the consistency level for this operation
    Get Get.setConsistency(Consistency consistency) 
    ScanScan.setConsistency(Consistency consistency) 
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html index 5510de2..9646ec6 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html @@ -238,6 +238,16 @@ +default CompletableFuture<Boolean> +AsyncTable.checkAndDelete(byte[] row, + byte[] family, + byte[] qualifier, + byte[] value, + Delete delete) +
    Atomically checks if a row/family/qualifier value equals to the expected value.
    + + + boolean Table.checkAndDelete(byte[] row, byte[] family, @@ -249,6 +259,17 @@ value.
    + +CompletableFuture<Boolean> +AsyncTable.checkAndDelete(byte[] row, + byte[] family, + byte[] qualifier, + CompareFilter.CompareOp compareOp, + byte[] value, + Delete delete) +
    Atomically checks if a row/family/qualifier value matches the expected value.
    + + void Table.delete(Delete delete) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html index 7bb9fd4..f937754 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html @@ -199,27 +199,37 @@ the order they are declared. -Append -Append.setDurability(Durability d)  +default CompletableFuture<Long> +AsyncTable.incrementColumnValue(byte[] row, + byte[] family, + byte[] qualifier, + long amount, + Durability durability) +
    Atomically increments a column value.
    + -Delete -Delete.setDurability(Durability d)  +Mutation +Mutation.setDurability(Durability d) +
    Set the durability for this mutation
    + +Append +Append.setDurability(Durability d)  + + Put Put.setDurability(Durability d)  + +Delete +Delete.setDurability(Durability d)  + Increment Increment.setDurability(Durability d)  - -Mutation -Mutation.setDurability(Durability d) -
    Set the durability for this mutation
    - - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html index 00cda3f..deb2418 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html @@ -241,7 +241,7 @@ -CompletableFuture<Boolean> +default CompletableFuture<Boolean> AsyncTable.exists(Get get)
    Test for the existence of columns in the table, as specified by the Get.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html index a4ed22b..5001c52 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html @@ -187,6 +187,12 @@
    Increments one or more columns within a single row.
    + +CompletableFuture<Result> +AsyncTable.increment(Increment increment) +
    Increments one or more columns within a single row.
    + + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html b/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html index 08a8929..7ca47ff 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html @@ -139,19 +139,19 @@ the order they are declared. + + + + - + - - - -
    ScanScan.setIsolationLevel(IsolationLevel level) 
    Query Query.setIsolationLevel(IsolationLevel level)
    Set the isolation level for this query.
    Get Get.setIsolationLevel(IsolationLevel level) 
    ScanScan.setIsolationLevel(IsolationLevel level) 
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html index 4803810..5282b72 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html @@ -249,15 +249,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. MutationSerialization.getDeserializer(Class<Mutation> c)  +org.apache.hadoop.mapreduce.RecordWriter<ImmutableBytesWritable,Mutation> +MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)  + + org.apache.hadoop.mapreduce.RecordWriter<KEY,Mutation> TableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
    Creates a new record writer.
    - -org.apache.hadoop.mapreduce.RecordWriter<ImmutableBytesWritable,Mutation> -MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)  - org.apache.hadoop.io.serializer.Serializer<Mutation> MutationSerialization.getSerializer(Class<Mutation> c)