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 CE4DF200BE0 for ; Tue, 8 Nov 2016 14:50:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CCEC7160B0A; Tue, 8 Nov 2016 13:50:10 +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 0672E160B19 for ; Tue, 8 Nov 2016 14:50:08 +0100 (CET) Received: (qmail 26424 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 23413 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 53484E0BC8; 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:34 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [39/52] [partial] hbase-site git commit: Published site at 28de528c6ea19c261213ee229381a18ed3b5ef94. archived-at: Tue, 08 Nov 2016 13:50:11 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/io/crypto/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/io/crypto/package-tree.html b/apidocs/org/apache/hadoop/hbase/io/crypto/package-tree.html index 0b4ddf4..df735cc 100644 --- a/apidocs/org/apache/hadoop/hbase/io/crypto/package-tree.html +++ b/apidocs/org/apache/hadoop/hbase/io/crypto/package-tree.html @@ -87,6 +87,7 @@
  • org.apache.hadoop.hbase.io.crypto.Encryption.Context
  • +
  • org.apache.hadoop.hbase.io.crypto.CryptoCipherProvider (implements org.apache.hadoop.hbase.io.crypto.CipherProvider)
  • org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider (implements org.apache.hadoop.hbase.io.crypto.CipherProvider)
  • org.apache.hadoop.hbase.io.crypto.Encryption
  • org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider (implements org.apache.hadoop.hbase.io.crypto.KeyProvider)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/io/crypto/package-use.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/io/crypto/package-use.html b/apidocs/org/apache/hadoop/hbase/io/crypto/package-use.html index 524eea2..0333777 100644 --- a/apidocs/org/apache/hadoop/hbase/io/crypto/package-use.html +++ b/apidocs/org/apache/hadoop/hbase/io/crypto/package-use.html @@ -115,26 +115,31 @@ +CryptoCipherProvider +
    The default cipher provider.
    + + + Decryptor
    Decryptors apply a cipher to an InputStream to recover plaintext.
    - + DefaultCipherProvider
    The default cipher provider.
    - + Encryption.Context
    Crypto context
    - + Encryptor
    Encryptors apply a cipher to an OutputStream to produce ciphertext.
    - + KeyProvider
    KeyProvider is a interface to abstract the different methods of retrieving key material from key storage such as Java key store.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html b/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html index 8a72fce..887db39 100644 --- a/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html +++ b/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html @@ -383,7 +383,7 @@ the order they are declared.
    • values

      -
      public static DataBlockEncoding[] values()
      +
      public static DataBlockEncoding[] 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: @@ -403,7 +403,7 @@ for (DataBlockEncoding c : DataBlockEncoding.values())
      • valueOf

        -
        public static DataBlockEncoding valueOf(String name)
        +
        public static DataBlockEncoding 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/f96628d5/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html b/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html index b418401..633867e 100644 --- a/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html +++ b/apidocs/org/apache/hadoop/hbase/ipc/FatalConnectionException.html @@ -132,7 +132,7 @@
        Direct Known Subclasses:
        -
        BadAuthException, UnsupportedCellCodecException, UnsupportedCompressionCodecException, WrongVersionException
        +
        BadAuthException, UnsupportedCellCodecException, UnsupportedCompressionCodecException, UnsupportedCryptoException, WrongVersionException


        http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/ipc/UnsupportedCompressionCodecException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/ipc/UnsupportedCompressionCodecException.html b/apidocs/org/apache/hadoop/hbase/ipc/UnsupportedCompressionCodecException.html index 242f38d..7507eae 100644 --- a/apidocs/org/apache/hadoop/hbase/ipc/UnsupportedCompressionCodecException.html +++ b/apidocs/org/apache/hadoop/hbase/ipc/UnsupportedCompressionCodecException.html @@ -44,7 +44,7 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/ipc/package-summary.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/ipc/package-summary.html b/apidocs/org/apache/hadoop/hbase/ipc/package-summary.html index f11052b..1637559 100644 --- a/apidocs/org/apache/hadoop/hbase/ipc/package-summary.html +++ b/apidocs/org/apache/hadoop/hbase/ipc/package-summary.html @@ -198,6 +198,10 @@   +UnsupportedCryptoException +  + + WrongVersionException   http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/ipc/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/ipc/package-tree.html b/apidocs/org/apache/hadoop/hbase/ipc/package-tree.html index 511ea31..565a9cd 100644 --- a/apidocs/org/apache/hadoop/hbase/ipc/package-tree.html +++ b/apidocs/org/apache/hadoop/hbase/ipc/package-tree.html @@ -101,6 +101,7 @@
      • org.apache.hadoop.hbase.ipc.BadAuthException
      • org.apache.hadoop.hbase.ipc.UnsupportedCellCodecException
      • org.apache.hadoop.hbase.ipc.UnsupportedCompressionCodecException
      • +
      • org.apache.hadoop.hbase.ipc.UnsupportedCryptoException
      • org.apache.hadoop.hbase.ipc.WrongVersionException
    • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/mapred/TableOutputFormat.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/mapred/TableOutputFormat.html b/apidocs/org/apache/hadoop/hbase/mapred/TableOutputFormat.html index d9b58fa..d25d44d 100644 --- a/apidocs/org/apache/hadoop/hbase/mapred/TableOutputFormat.html +++ b/apidocs/org/apache/hadoop/hbase/mapred/TableOutputFormat.html @@ -267,7 +267,7 @@ extends org.apache.hadoop.mapred.FileOutputFormat<
    • getRecordWriter

      -
      public org.apache.hadoop.mapred.RecordWriter getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
      +
      public org.apache.hadoop.mapred.RecordWriter getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
                                                                    org.apache.hadoop.mapred.JobConf job,
                                                                    String name,
                                                                    org.apache.hadoop.util.Progressable progress)
      @@ -301,7 +301,7 @@ extends org.apache.hadoop.mapred.FileOutputFormat<
       
    • checkOutputSpecs

      -
      public void checkOutputSpecs(org.apache.hadoop.fs.FileSystem ignored,
      +
      public void checkOutputSpecs(org.apache.hadoop.fs.FileSystem ignored,
                                    org.apache.hadoop.mapred.JobConf job)
                             throws org.apache.hadoop.fs.FileAlreadyExistsException,
                                    org.apache.hadoop.mapred.InvalidJobConfException,
      
      http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html
      ----------------------------------------------------------------------
      diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html b/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html
      index 1a2cf39..9ead974 100644
      --- a/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html
      +++ b/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html
      @@ -257,7 +257,7 @@ implements org.apache.hadoop.util.Tool
      • run

        -
        public int run(String[] args)
        +
        public int run(String[] args)
                 throws Exception
        Specified by:
        @@ -273,7 +273,7 @@ implements org.apache.hadoop.util.Tool
        • main

          -
          public static void main(String[] args)
          +
          public static void main(String[] args)
                            throws Exception
          Main entry point.
          http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/TableRecordReader.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/TableRecordReader.html b/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/TableRecordReader.html index c0abbff..a8c0458 100644 --- a/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/TableRecordReader.html +++ b/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/TableRecordReader.html @@ -107,13 +107,13 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. protected void -MultiTableInputFormatBase.setTableRecordReader(TableRecordReader tableRecordReader) +TableInputFormatBase.setTableRecordReader(TableRecordReader tableRecordReader)
          Allows subclasses to set the TableRecordReader.
          protected void -TableInputFormatBase.setTableRecordReader(TableRecordReader tableRecordReader) +MultiTableInputFormatBase.setTableRecordReader(TableRecordReader tableRecordReader)
          Allows subclasses to set the TableRecordReader.
          http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/quotas/QuotaScope.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/quotas/QuotaScope.html b/apidocs/org/apache/hadoop/hbase/quotas/QuotaScope.html index f023a10..758a9bd 100644 --- a/apidocs/org/apache/hadoop/hbase/quotas/QuotaScope.html +++ b/apidocs/org/apache/hadoop/hbase/quotas/QuotaScope.html @@ -246,7 +246,7 @@ the order they are declared.
          • values

            -
            public static QuotaScope[] values()
            +
            public static QuotaScope[] 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: @@ -266,7 +266,7 @@ for (QuotaScope c : QuotaScope.values())
            • valueOf

              -
              public static QuotaScope valueOf(String name)
              +
              public static QuotaScope 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/f96628d5/apidocs/org/apache/hadoop/hbase/quotas/QuotaType.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/quotas/QuotaType.html b/apidocs/org/apache/hadoop/hbase/quotas/QuotaType.html index f1fc60b..b93d23f 100644 --- a/apidocs/org/apache/hadoop/hbase/quotas/QuotaType.html +++ b/apidocs/org/apache/hadoop/hbase/quotas/QuotaType.html @@ -235,7 +235,7 @@ the order they are declared.
              • values

                -
                public static QuotaType[] values()
                +
                public static QuotaType[] 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: @@ -255,7 +255,7 @@ for (QuotaType c : QuotaType.values())
                • valueOf

                  -
                  public static QuotaType valueOf(String name)
                  +
                  public static QuotaType 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/f96628d5/apidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html b/apidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html index f73fc2a..3321e24 100644 --- a/apidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html +++ b/apidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html @@ -301,7 +301,7 @@ the order they are declared.
                  • values

                    -
                    public static ThrottleType[] values()
                    +
                    public static ThrottleType[] 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: @@ -321,7 +321,7 @@ for (ThrottleType c : ThrottleType.values())
                    • valueOf

                      -
                      public static ThrottleType valueOf(String name)
                      +
                      public static ThrottleType 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/f96628d5/apidocs/org/apache/hadoop/hbase/quotas/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/quotas/package-tree.html b/apidocs/org/apache/hadoop/hbase/quotas/package-tree.html index 0e75911..812f109 100644 --- a/apidocs/org/apache/hadoop/hbase/quotas/package-tree.html +++ b/apidocs/org/apache/hadoop/hbase/quotas/package-tree.html @@ -120,8 +120,8 @@
                    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
                    • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/regionserver/BloomType.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/regionserver/BloomType.html b/apidocs/org/apache/hadoop/hbase/regionserver/BloomType.html index 1408aff..7c1433b 100644 --- a/apidocs/org/apache/hadoop/hbase/regionserver/BloomType.html +++ b/apidocs/org/apache/hadoop/hbase/regionserver/BloomType.html @@ -255,7 +255,7 @@ the order they are declared.
                    • values

                      -
                      public static BloomType[] values()
                      +
                      public static BloomType[] 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: @@ -275,7 +275,7 @@ for (BloomType c : BloomType.values())
                      • valueOf

                        -
                        public static BloomType valueOf(String name)
                        +
                        public static BloomType 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/f96628d5/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html index 820ac1f..7ab54a7 100644 --- a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html +++ b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html @@ -1068,7 +1068,12 @@ public Description copied from interface: Table
                        Atomically checks if a row/family/qualifier value matches the expected value. If it does, it adds the put. If the passed value is null, the check - is for the lack of column (ie: non-existance)
                        + is for the lack of column (ie: non-existence) + + The expected value argument of this call is on the left and the current + value of the cell is on the right side of the comparison operator. + + Ie. eg. GREATER operator means expected value > existing <=> add the put.
                      Specified by:
                      checkAndPut in interface Table
                      @@ -1134,7 +1139,12 @@ public Description copied from interface: Table
                Atomically checks if a row/family/qualifier value matches the expected value. If it does, it adds the delete. If the passed value is null, the - check is for the lack of column (ie: non-existance)
                + check is for the lack of column (ie: non-existence) + + The expected value argument of this call is on the left and the current + value of the cell is on the right side of the comparison operator. + + Ie. eg. GREATER operator means expected value > existing <=> add the delete.
            Specified by:
            checkAndDelete in interface Table
            @@ -1613,7 +1623,12 @@ public Description copied from interface: Table
            Atomically checks if a row/family/qualifier value matches the expected value. If it does, it performs the row mutations. If the passed value is null, the check - is for the lack of column (ie: non-existence)
            + is for the lack of column (ie: non-existence) + + The expected value argument of this call is on the left and the current + value of the cell is on the right side of the comparison operator. + + Ie. eg. GREATER operator means expected value > existing <=> perform row mutations.
            Specified by:
            checkAndMutate in interface Table
            http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/snapshot/ExportSnapshot.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/snapshot/ExportSnapshot.html b/apidocs/org/apache/hadoop/hbase/snapshot/ExportSnapshot.html index aef2010..31f1354 100644 --- a/apidocs/org/apache/hadoop/hbase/snapshot/ExportSnapshot.html +++ b/apidocs/org/apache/hadoop/hbase/snapshot/ExportSnapshot.html @@ -348,7 +348,7 @@ implements org.apache.hadoop.util.Tool
          • main

            -
            public static void main(String[] args)
            +
            public static void main(String[] args)
                              throws Exception
            Throws:
            http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f96628d5/apidocs/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html b/apidocs/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html index 5302122..82d5454 100644 --- a/apidocs/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html +++ b/apidocs/org/apache/hadoop/hbase/snapshot/SnapshotInfo.html @@ -262,7 +262,7 @@ implements org.apache.hadoop.util.Tool
            • run

              -
              public int run(String[] args)
              +
              public int run(String[] args)
                       throws IOException,
                              InterruptedException
              @@ -280,7 +280,7 @@ implements org.apache.hadoop.util.Tool
              • getSnapshotStats

                -
                public static org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats getSnapshotStats(org.apache.hadoop.conf.Configuration conf,
                +
                public static org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats getSnapshotStats(org.apache.hadoop.conf.Configuration conf,
                                                                                                            SnapshotDescription snapshot)
                                                                                                     throws IOException
                Returns the snapshot stats
                @@ -301,7 +301,7 @@ implements org.apache.hadoop.util.Tool
                • getSnapshotStats

                  -
                  public static org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats getSnapshotStats(org.apache.hadoop.conf.Configuration conf,
                  +
                  public static org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats getSnapshotStats(org.apache.hadoop.conf.Configuration conf,
                                                                                                              org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDesc,
                                                                                                              Map<org.apache.hadoop.fs.Path,Integer> filesMap)
                                                                                                       throws IOException
                  @@ -324,7 +324,7 @@ implements org.apache.hadoop.util.Tool