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 009D9200C48 for ; Thu, 6 Apr 2017 19:30:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F3422160BA4; Thu, 6 Apr 2017 17:30:26 +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 02872160BA7 for ; Thu, 6 Apr 2017 19:30:24 +0200 (CEST) Received: (qmail 91828 invoked by uid 500); 6 Apr 2017 17:30:23 -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 91578 invoked by uid 99); 6 Apr 2017 17:30:22 -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 17:30:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 08012F21A4; Thu, 6 Apr 2017 17:30:22 +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 17:30:28 -0000 Message-Id: <6d803c61a5d047a7a82df8721943f325@git.apache.org> In-Reply-To: <91bd3fd8b37f4458b1c09883f7dcaf48@git.apache.org> References: <91bd3fd8b37f4458b1c09883f7dcaf48@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/51] [partial] hbase-site git commit: Published site at ec5188df3090d42088b6f4cb8f0c2fd49425f8c1. archived-at: Thu, 06 Apr 2017 17:30:27 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b64f8dea/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/b64f8dea/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/b64f8dea/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/b64f8dea/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/b64f8dea/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/b64f8dea/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()