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 802B0200B52 for ; Mon, 25 Jul 2016 18:02:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7EA3D160A67; Mon, 25 Jul 2016 16:02:38 +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 6D212160A94 for ; Mon, 25 Jul 2016 18:02:36 +0200 (CEST) Received: (qmail 80544 invoked by uid 500); 25 Jul 2016 16:02:28 -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 78679 invoked by uid 99); 25 Jul 2016 16:02:27 -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; Mon, 25 Jul 2016 16:02:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 804E1E0100; Mon, 25 Jul 2016 16:02:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Mon, 25 Jul 2016 16:03:11 -0000 Message-Id: <9cc68692f8f74256bc568deef84bc805@git.apache.org> In-Reply-To: <3242cbd452c7491bb09e946805ded54c@git.apache.org> References: <3242cbd452c7491bb09e946805ded54c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [47/52] [partial] hbase-site git commit: Published site at bdd7782f054a4740bb63f4d9781ffe083d51e4bf. archived-at: Mon, 25 Jul 2016 16:02:38 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/CompactionState.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/CompactionState.html b/apidocs/org/apache/hadoop/hbase/client/CompactionState.html index e634660..60433b2 100644 --- a/apidocs/org/apache/hadoop/hbase/client/CompactionState.html +++ b/apidocs/org/apache/hadoop/hbase/client/CompactionState.html @@ -245,7 +245,7 @@ the order they are declared.
  • values

    -
    public static CompactionState[] values()
    +
    public static CompactionState[] values()
    Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -262,7 +262,7 @@ for (CompactionState c : CompactionState.values())
    • valueOf

      -
      public static CompactionState valueOf(String name)
      +
      public static CompactionState valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/Consistency.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Consistency.html b/apidocs/org/apache/hadoop/hbase/client/Consistency.html index 31c7ce9..51e96d7 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Consistency.html +++ b/apidocs/org/apache/hadoop/hbase/client/Consistency.html @@ -240,7 +240,7 @@ the order they are declared.
      • values

        -
        public static Consistency[] values()
        +
        public static Consistency[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -257,7 +257,7 @@ for (Consistency c : Consistency.values())
        • valueOf

          -
          public static Consistency valueOf(String name)
          +
          public static Consistency valueOf(String name)
          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/Durability.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Durability.html b/apidocs/org/apache/hadoop/hbase/client/Durability.html index 844cc31..af1f718 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Durability.html +++ b/apidocs/org/apache/hadoop/hbase/client/Durability.html @@ -280,7 +280,7 @@ the order they are declared.
          • values

            -
            public static Durability[] values()
            +
            public static Durability[] values()
            Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -297,7 +297,7 @@ for (Durability c : Durability.values())
            • valueOf

              -
              public static Durability valueOf(String name)
              +
              public static Durability valueOf(String name)
              Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html b/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html index f95f6a8..7dc6ab3 100644 --- a/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html +++ b/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html @@ -243,7 +243,7 @@ the order they are declared.
              • values

                -
                public static IsolationLevel[] values()
                +
                public static IsolationLevel[] values()
                Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -260,7 +260,7 @@ for (IsolationLevel c : IsolationLevel.values())
                • valueOf

                  -
                  public static IsolationLevel valueOf(String name)
                  +
                  public static IsolationLevel valueOf(String name)
                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/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 bcea5a9..81ef17a 100644 --- a/apidocs/org/apache/hadoop/hbase/client/SnapshotType.html +++ b/apidocs/org/apache/hadoop/hbase/client/SnapshotType.html @@ -233,7 +233,7 @@ the order they are declared.
                  • values

                    -
                    public static SnapshotType[] values()
                    +
                    public static SnapshotType[] values()
                    Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -250,7 +250,7 @@ for (SnapshotType c : SnapshotType.values())
                    • valueOf

                      -
                      public static SnapshotType valueOf(String name)
                      +
                      public static SnapshotType valueOf(String name)
                      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/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 b816f04..f347eea 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Consistency.html @@ -138,13 +138,13 @@ the order they are declared.
                      -Scan -Scan.setConsistency(Consistency consistency)  - - Get Get.setConsistency(Consistency consistency)  + +Scan +Scan.setConsistency(Consistency consistency)  + Query Query.setConsistency(Consistency consistency) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/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 a3e908b..e648e80 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Durability.html @@ -191,23 +191,23 @@ the order they are declared.
                    +Put +Put.setDurability(Durability d)  + + +Append +Append.setDurability(Durability d)  + + Mutation Mutation.setDurability(Durability d)
                    Set the durability for this mutation
                    -Put -Put.setDurability(Durability d)  - - Increment Increment.setDurability(Durability d)  - -Append -Append.setDurability(Durability d)  - Delete Delete.setDurability(Durability d)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/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 df9ed0a..56f266c 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/IsolationLevel.html @@ -131,13 +131,13 @@ the order they are declared.
                -Scan -Scan.setIsolationLevel(IsolationLevel level)  - - Get Get.setIsolationLevel(IsolationLevel level)  + +Scan +Scan.setIsolationLevel(IsolationLevel level)  + Query Query.setIsolationLevel(IsolationLevel level) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html b/apidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html index 8f97237..eae5d52 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/MasterSwitchType.html @@ -126,9 +126,8 @@ the order they are declared.
            boolean[] -Admin.setSplitOrMergeEnabled(boolean enabled, +Admin.setSplitOrMergeEnabled(boolean enabled, boolean synchronous, - boolean skipLock, MasterSwitchType... switchTypes)
            Turn the Split or Merge switches on or off.
            http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html index 693377b..72cac3a 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html @@ -273,11 +273,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
        Result -TableRecordReaderImpl.createValue()  +TableRecordReader.createValue()  Result -TableRecordReader.createValue()  +TableRecordReaderImpl.createValue()  @@ -290,17 +290,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
    org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,Result> -MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, - org.apache.hadoop.mapred.JobConf job, - org.apache.hadoop.mapred.Reporter reporter)  - - -org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,Result> TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)  - + org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,Result> TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, @@ -308,6 +302,12 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
    Builds a TableRecordReader.
    + +org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,Result> +MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, + org.apache.hadoop.mapred.JobConf job, + org.apache.hadoop.mapred.Reporter reporter)  + @@ -325,30 +325,30 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - - - @@ -362,20 +362,20 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - @@ -394,13 +394,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - @@ -457,18 +457,18 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. - - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html index dd1dc55..10c5f77 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html @@ -168,15 +168,15 @@ - + - + - +
    voidIdentityTableMap.map(ImmutableBytesWritable key, +GroupingTableMap.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Result> output, org.apache.hadoop.mapred.Reporter reporter) -
    Pass the key, value to reduce
    +
    Extract the grouping columns from value to construct a new key.
    voidGroupingTableMap.map(ImmutableBytesWritable key, +IdentityTableMap.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Result> output, org.apache.hadoop.mapred.Reporter reporter) -
    Extract the grouping columns from value to construct a new key.
    +
    Pass the key, value to reduce
    booleanTableRecordReaderImpl.next(ImmutableBytesWritable key, +TableRecordReader.next(ImmutableBytesWritable key, Result value) 
    booleanTableRecordReader.next(ImmutableBytesWritable key, +TableRecordReaderImpl.next(ImmutableBytesWritable key, Result value) 
    voidIdentityTableMap.map(ImmutableBytesWritable key, +GroupingTableMap.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Result> output, org.apache.hadoop.mapred.Reporter reporter) -
    Pass the key, value to reduce
    +
    Extract the grouping columns from value to construct a new key.
    voidGroupingTableMap.map(ImmutableBytesWritable key, +IdentityTableMap.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Result> output, org.apache.hadoop.mapred.Reporter reporter) -
    Extract the grouping columns from value to construct a new key.
    +
    Pass the key, value to reduce
    ResultTableRecordReaderImpl.getCurrentValue() +TableRecordReader.getCurrentValue()
    Returns the current value.
    ResultTableRecordReader.getCurrentValue() +TableRecordReaderImpl.getCurrentValue()
    Returns the current value.
    voidGroupingTableMapper.map(ImmutableBytesWritable key, +IdentityTableMapper.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapreduce.Mapper.Context context) -
    Extract the grouping columns from value to construct a new key.
    +
    Pass the key, value to reduce.
    voidIdentityTableMapper.map(ImmutableBytesWritable key, +GroupingTableMapper.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapreduce.Mapper.Context context) -
    Pass the key, value to reduce.
    +
    Extract the grouping columns from value to construct a new key.
    intRowMutations.compareTo(Row i) Get.compareTo(Row other) 
    intGet.compareTo(Row other) Increment.compareTo(Row i) 
    intIncrement.compareTo(Row i) RowMutations.compareTo(Row i) 
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html index 9320fcf..eec96fb 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html @@ -411,14 +411,14 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Scan -TableSplit.getScan() -
    Returns a Scan object from the stored string representation.
    +TableInputFormatBase.getScan() +
    Gets the scan defining the actual details like columns etc.
    Scan -TableInputFormatBase.getScan() -
    Gets the scan defining the actual details like columns etc.
    +TableSplit.getScan() +
    Returns a Scan object from the stored string representation.
    @@ -589,19 +589,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -TableInputFormatBase.setScan(Scan scan) +TableRecordReader.setScan(Scan scan)
    Sets the scan defining the actual details like columns etc.
    void -TableRecordReaderImpl.setScan(Scan scan) +TableInputFormatBase.setScan(Scan scan)
    Sets the scan defining the actual details like columns etc.
    void -TableRecordReader.setScan(Scan scan) +TableRecordReaderImpl.setScan(Scan scan)
    Sets the scan defining the actual details like columns etc.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/class-use/Table.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Table.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Table.html index 3ad86c2..e4b73ae 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Table.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Table.html @@ -158,11 +158,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. void -TableRecordReaderImpl.setHTable(Table htable)  +TableRecordReader.setHTable(Table htable)  void -TableRecordReader.setHTable(Table htable)  +TableRecordReaderImpl.setHTable(Table htable)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/client/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/package-tree.html b/apidocs/org/apache/hadoop/hbase/client/package-tree.html index 7eb7d13..f0db4d2 100644 --- a/apidocs/org/apache/hadoop/hbase/client/package-tree.html +++ b/apidocs/org/apache/hadoop/hbase/client/package-tree.html @@ -206,10 +206,10 @@
  • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5513910e/apidocs/org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html b/apidocs/org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html index 206dbca..650588b 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html +++ b/apidocs/org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html @@ -306,7 +306,7 @@ the order they are declared.