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 8C4E7200C48 for ; Thu, 6 Apr 2017 12:56:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8ADED160BAF; Thu, 6 Apr 2017 10:56:56 +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 18777160BA8 for ; Thu, 6 Apr 2017 12:56:53 +0200 (CEST) Received: (qmail 13353 invoked by uid 500); 6 Apr 2017 10:56:51 -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 13047 invoked by uid 99); 6 Apr 2017 10:56:51 -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; Thu, 06 Apr 2017 10:56:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8A3F5E9683; Thu, 6 Apr 2017 10:56:51 +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: Thu, 06 Apr 2017 10:56:58 -0000 Message-Id: <320cffeb418047e2bc32495634936a86@git.apache.org> In-Reply-To: <3b673758dc81405b97beb908644414d7@git.apache.org> References: <3b673758dc81405b97beb908644414d7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/51] [partial] hbase-site git commit: Published site at d7e3116a1744057359ca48d94aa50d7fdf0db974. archived-at: Thu, 06 Apr 2017 10:56:56 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc69ad3c/devapidocs/org/apache/hadoop/hbase/util/Order.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/Order.html b/devapidocs/org/apache/hadoop/hbase/util/Order.html index ec27503..f7ded8a 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/Order.html +++ b/devapidocs/org/apache/hadoop/hbase/util/Order.html @@ -264,7 +264,7 @@ the order they are declared.
  • values

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

      -
      public static Order valueOf(String name)
      +
      public static Order 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/dc69ad3c/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html b/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html index 3d3aec4..34757c9 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html +++ b/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html @@ -262,7 +262,7 @@ the order they are declared.
      • values

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

          -
          public static PoolMap.PoolType valueOf(String name)
          +
          public static PoolMap.PoolType 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/dc69ad3c/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html b/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html index 6427333..926ede3 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html +++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html @@ -137,25 +137,25 @@ void -HFileWriterImpl.addDeleteFamilyBloomFilter(BloomFilterWriter bfw)  - - -void HFile.Writer.addDeleteFamilyBloomFilter(BloomFilterWriter bfw)
          Store delete family Bloom filter in the file, which is only supported in HFile V2.
          - + void -HFileWriterImpl.addGeneralBloomFilter(BloomFilterWriter bfw)  +HFileWriterImpl.addDeleteFamilyBloomFilter(BloomFilterWriter bfw)  - + void HFile.Writer.addGeneralBloomFilter(BloomFilterWriter bfw)
          Store general Bloom filter in the file.
          + +void +HFileWriterImpl.addGeneralBloomFilter(BloomFilterWriter bfw)  +
        • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc69ad3c/devapidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html b/devapidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html index bbd7490..0e35592 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html +++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html @@ -539,18 +539,18 @@ ByteRange -ByteRange.deepCopy() -
          Create a new ByteRange with new backing byte[] containing a copy - of the content from this range's window.
          - +SimpleMutableByteRange.deepCopy()  ByteRange -SimpleMutableByteRange.deepCopy()  +SimpleByteRange.deepCopy()  ByteRange -SimpleByteRange.deepCopy()  +ByteRange.deepCopy() +
          Create a new ByteRange with new backing byte[] containing a copy + of the content from this range's window.
          + ByteRange @@ -582,20 +582,20 @@ ByteRange -ByteRange.put(int index, - byte val) -
          Store val at index.
          - +SimpleMutableByteRange.put(int index, + byte val)  ByteRange -SimpleMutableByteRange.put(int index, +SimpleByteRange.put(int index, byte val)  ByteRange -SimpleByteRange.put(int index, - byte val)  +ByteRange.put(int index, + byte val) +
          Store val at index.
          + abstract ByteRange @@ -604,20 +604,20 @@ ByteRange -ByteRange.put(int index, - byte[] val) -
          Store val at index.
          - +SimpleMutableByteRange.put(int index, + byte[] val)  ByteRange -SimpleMutableByteRange.put(int index, +SimpleByteRange.put(int index, byte[] val)  ByteRange -SimpleByteRange.put(int index, - byte[] val)  +ByteRange.put(int index, + byte[] val) +
          Store val at index.
          + abstract ByteRange @@ -626,27 +626,27 @@ ByteRange -ByteRange.put(int index, +SimpleMutableByteRange.put(int index, byte[] val, int offset, - int length) -
          Store length bytes from val into this range, starting at - index.
          - + int length)
            ByteRange -SimpleMutableByteRange.put(int index, +SimpleByteRange.put(int index, byte[] val, int offset, int length)  ByteRange -SimpleByteRange.put(int index, +ByteRange.put(int index, byte[] val, int offset, - int length)  + int length) +
          Store length bytes from val into this range, starting at + index.
          + abstract ByteRange @@ -657,20 +657,20 @@ ByteRange -ByteRange.putInt(int index, - int val) -
          Store the int value at index
          - +SimpleMutableByteRange.putInt(int index, + int val)  ByteRange -SimpleMutableByteRange.putInt(int index, +SimpleByteRange.putInt(int index, int val)  ByteRange -SimpleByteRange.putInt(int index, - int val)  +ByteRange.putInt(int index, + int val) +
          Store the int value at index
          + abstract ByteRange @@ -679,20 +679,20 @@ ByteRange -ByteRange.putLong(int index, - long val) -
          Store the long value at index
          - +SimpleMutableByteRange.putLong(int index, + long val)  ByteRange -SimpleMutableByteRange.putLong(int index, +SimpleByteRange.putLong(int index, long val)  ByteRange -SimpleByteRange.putLong(int index, - long val)  +ByteRange.putLong(int index, + long val) +
          Store the long value at index
          + abstract ByteRange @@ -701,20 +701,20 @@ ByteRange -ByteRange.putShort(int index, - short val) -
          Store the short value at index
          - +SimpleMutableByteRange.putShort(int index, + short val)  ByteRange -SimpleMutableByteRange.putShort(int index, +SimpleByteRange.putShort(int index, short val)  ByteRange -SimpleByteRange.putShort(int index, - short val)  +ByteRange.putShort(int index, + short val) +
          Store the short value at index
          + abstract ByteRange @@ -723,13 +723,13 @@ ByteRange -ByteRange.set(byte[] bytes) -
          Reuse this ByteRange over a new byte[].
          - +SimpleByteRange.set(byte[] bytes)  ByteRange -SimpleByteRange.set(byte[] bytes)  +ByteRange.set(byte[] bytes) +
          Reuse this ByteRange over a new byte[].
          + ByteRange @@ -737,17 +737,17 @@ ByteRange -ByteRange.set(byte[] bytes, +SimpleByteRange.set(byte[] bytes, int offset, - int length) -
          Reuse this ByteRange over a new byte[].
          - + int length)
            ByteRange -SimpleByteRange.set(byte[] bytes, +ByteRange.set(byte[] bytes, int offset, - int length)  + int length) +
          Reuse this ByteRange over a new byte[].
          + ByteRange @@ -757,13 +757,13 @@ ByteRange -ByteRange.set(int capacity) -
          Reuse this ByteRange over a new byte[].
          - +SimpleByteRange.set(int capacity)  ByteRange -SimpleByteRange.set(int capacity)  +ByteRange.set(int capacity) +
          Reuse this ByteRange over a new byte[].
          + ByteRange @@ -791,17 +791,27 @@ ByteRange +SimpleMutableByteRange.shallowCopy()  + + +ByteRange +SimpleByteRange.shallowCopy()  + + +ByteRange ByteRange.shallowCopy()
          Create a new ByteRange that points at this range's byte[].
          ByteRange -SimpleMutableByteRange.shallowCopy()  +SimpleMutableByteRange.shallowCopySubRange(int innerOffset, + int copyLength)  ByteRange -SimpleByteRange.shallowCopy()  +SimpleByteRange.shallowCopySubRange(int innerOffset, + int copyLength)  ByteRange @@ -812,13 +822,11 @@ ByteRange -SimpleMutableByteRange.shallowCopySubRange(int innerOffset, - int copyLength)  +SimpleMutableByteRange.unset()  ByteRange -SimpleByteRange.shallowCopySubRange(int innerOffset, - int copyLength)  +SimpleByteRange.unset()  ByteRange @@ -827,14 +835,6 @@ -ByteRange -SimpleMutableByteRange.unset()  - - -ByteRange -SimpleByteRange.unset()  - - abstract ByteRange AbstractByteRange.unset()  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc69ad3c/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html b/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html index 8b145a8..2e5d264 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html +++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html @@ -183,19 +183,11 @@ private static Set<Bytes> -HColumnDescriptor.RESERVED_KEYWORDS  - - -private static Set<Bytes> HTableDescriptor.RESERVED_KEYWORDS  - -private Map<Bytes,Bytes> -HColumnDescriptor.values  - -private Map<Bytes,Bytes> -HColumnDescriptor.values  +private static Set<Bytes> +HColumnDescriptor.RESERVED_KEYWORDS  private Map<Bytes,Bytes> @@ -209,6 +201,14 @@
          A map which holds the metadata information of the table.
          + +private Map<Bytes,Bytes> +HColumnDescriptor.values  + + +private Map<Bytes,Bytes> +HColumnDescriptor.values  + @@ -220,14 +220,6 @@ - - - - - - - - @@ -238,6 +230,14 @@
          Getter for fetching an unmodifiable HTableDescriptor.values map.
          + + + + + + + +
          Map<Bytes,Bytes>HColumnDescriptor.getValues() 
          Map<Bytes,Bytes>HColumnDescriptor.getValues() 
          Map<Bytes,Bytes> HTableDescriptor.getValues()
          Getter for fetching an unmodifiable HTableDescriptor.values map.
          Map<Bytes,Bytes>HColumnDescriptor.getValues() 
          Map<Bytes,Bytes>HColumnDescriptor.getValues() 
          http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc69ad3c/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html b/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html index 36af182..8fef4bd 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html +++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/CancelableProgressable.html @@ -133,13 +133,13 @@ - - @@ -339,19 +339,19 @@ - + CancelableProgressable reporter) +
          Recover the lease from HDFS, retrying multiple times.
          + - + CancelableProgressable reporter)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc69ad3c/devapidocs/org/apache/hadoop/hbase/util/class-use/ChecksumType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/ChecksumType.html b/devapidocs/org/apache/hadoop/hbase/util/class-use/ChecksumType.html index 9144ae4..b9fc0c4 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/class-use/ChecksumType.html +++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/ChecksumType.html @@ -119,13 +119,13 @@ - - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc69ad3c/devapidocs/org/apache/hadoop/hbase/util/class-use/ObjectIntPair.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/ObjectIntPair.html b/devapidocs/org/apache/hadoop/hbase/util/class-use/ObjectIntPair.html index d9e351b..f1b9c32 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/class-use/ObjectIntPair.html +++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/ObjectIntPair.html @@ -136,17 +136,17 @@ - - - - - + + + + +
          voidFanOutOneBlockAsyncDFSOutput.recoverAndClose(CancelableProgressable reporter) +AsyncFSOutput.recoverAndClose(CancelableProgressable reporter)
          The close method when error occurred.
          voidAsyncFSOutput.recoverAndClose(CancelableProgressable reporter) +FanOutOneBlockAsyncDFSOutput.recoverAndClose(CancelableProgressable reporter)
          The close method when error occurred.
          voidFSMapRUtils.recoverFileLease(org.apache.hadoop.fs.FileSystem fs, +FSHDFSUtils.recoverFileLease(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, org.apache.hadoop.conf.Configuration conf, - CancelableProgressable reporter) 
          voidFSHDFSUtils.recoverFileLease(org.apache.hadoop.fs.FileSystem fs, +FSMapRUtils.recoverFileLease(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, org.apache.hadoop.conf.Configuration conf, - CancelableProgressable reporter) -
          Recover the lease from HDFS, retrying multiple times.
          -
          abstract void
          private ChecksumTypeHFileContextBuilder.checksumType +HFileContext.checksumType
          the checksum type
          private ChecksumTypeHFileContext.checksumType +HFileContextBuilder.checksumType
          the checksum type
          protected ObjectIntPair<ByteBuffer>RowIndexSeekerV1.tmpPair 
          private ObjectIntPair<ByteBuffer> BufferedDataBlockEncoder.SeekerState.tmpPair 
          protected ObjectIntPair<ByteBuffer> BufferedDataBlockEncoder.BufferedEncodedSeeker.tmpPair 
          protected ObjectIntPair<ByteBuffer>RowIndexSeekerV1.tmpPair 
          @@ -200,26 +200,26 @@ - - + - - + + ObjectIntPair<ByteBuffer> pair) +
          Returns bytes from given offset till length specified, as a single ByteBuffer.
          + - + ObjectIntPair<ByteBuffer> pair) 
          abstract voidByteBuff.asSubByteBuffer(int offset, +voidMultiByteBuff.asSubByteBuffer(int offset, int length, ObjectIntPair<ByteBuffer> pair)
          Returns bytes from given offset till length specified, as a single ByteBuffer.
          voidSingleByteBuff.asSubByteBuffer(int offset, +abstract voidByteBuff.asSubByteBuffer(int offset, int length, - ObjectIntPair<ByteBuffer> pair) 
          voidMultiByteBuff.asSubByteBuffer(int offset, +SingleByteBuff.asSubByteBuffer(int offset, int length, - ObjectIntPair<ByteBuffer> pair) -
          Returns bytes from given offset till length specified, as a single ByteBuffer.
          -
          http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dc69ad3c/devapidocs/org/apache/hadoop/hbase/util/class-use/Order.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/Order.html b/devapidocs/org/apache/hadoop/hbase/util/class-use/Order.html index 69c288f..1b4d7c5 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/class-use/Order.html +++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/Order.html @@ -133,74 +133,74 @@ Order -Union4.getOrder()  +OrderedBytesBase.getOrder()  Order -Struct.getOrder()  +FixedLengthWrapper.getOrder()  Order -RawByte.getOrder()  +Union4.getOrder()  Order -Union3.getOrder()  +RawLong.getOrder()  Order -OrderedBytesBase.getOrder()  +Union2.getOrder()  Order -RawInteger.getOrder()  +RawByte.getOrder()  Order -TerminatedWrapper.getOrder()  +RawString.getOrder()  Order -FixedLengthWrapper.getOrder()  +Struct.getOrder()  Order -RawDouble.getOrder()  +RawShort.getOrder()  Order -RawString.getOrder()  +Union3.getOrder()  Order +PBType.getOrder()  + + +Order DataType.getOrder()
          Retrieve the sort Order imposed by this data type, or null when natural ordering is not preserved.
          - -Order -RawShort.getOrder()  - Order -RawLong.getOrder()  +RawFloat.getOrder()  Order -RawBytes.getOrder()  +TerminatedWrapper.getOrder()  Order -PBType.getOrder()  +RawBytes.getOrder()  Order -RawFloat.getOrder()  +RawInteger.getOrder()  Order -Union2.getOrder()  +RawDouble.getOrder()