hbase git commit: HBASE-18723 [pom cleanup] Do a pass with dependency:analyze; remove unused and explicity list the dependencies we exploit

2017-09-01 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/master 8a800c3f1 -> fb537fe73


HBASE-18723 [pom cleanup] Do a pass with dependency:analyze; remove unused and 
explicity list the dependencies we exploit

Do a pass with dependency:analyze; remove unused and
explicity list the dependencies we exploit.
Remove the parent dependencies set which had junit, mockito,
log4j, and findbugs annotations (had to put junit back
temporarily in subsequent version of this patch TODO). Listing in
parent set meant these libs were dependencies for all modules
which in practice was not the case. Edited all modules so
those that need any from this parent set now do explicit listing.

Ran the dependency:analyze over the project. Acted on most
suggested removals and requests for explicit listing. Some
grey areas remain around transitives that come in with
hadoop -needs better excludes, another project- and that
the dependency:analyze tool is not always accurate in its
reporting.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fb537fe7
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fb537fe7
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/fb537fe7

Branch: refs/heads/master
Commit: fb537fe73695db4f648ec4f1fd54a99fa282bded
Parents: 8a800c3
Author: Michael Stack 
Authored: Thu Aug 31 08:03:22 2017 -0700
Committer: Michael Stack 
Committed: Thu Aug 31 12:41:31 2017 -0700

--
 hbase-archetypes/hbase-client-project/pom.xml   | 20 
 hbase-backup/pom.xml| 31 ++-
 hbase-build-support/hbase-error-prone/pom.xml   | 26 --
 hbase-common/pom.xml| 26 +-
 hbase-endpoint/pom.xml  | 22 +
 hbase-examples/pom.xml  | 30 +-
 hbase-external-blockcache/pom.xml   | 21 +
 hbase-hadoop-compat/pom.xml | 13 +--
 hbase-hadoop2-compat/pom.xml|  9 +-
 hbase-it/pom.xml| 10 ++
 hbase-mapreduce/pom.xml | 96 
 hbase-metrics-api/pom.xml   | 10 ++
 hbase-metrics/pom.xml   |  6 +-
 hbase-prefix-tree/pom.xml   | 14 +--
 hbase-procedure/pom.xml | 34 +--
 hbase-protocol-shaded/pom.xml   | 11 +--
 hbase-replication/pom.xml   | 54 +++
 hbase-resource-bundle/pom.xml   | 24 +
 hbase-rest/pom.xml  | 47 --
 hbase-rsgroup/pom.xml   | 53 +++
 hbase-server/pom.xml| 71 +--
 .../hbase-shaded-check-invariants/pom.xml   |  1 +
 hbase-shaded/pom.xml|  5 -
 hbase-shell/pom.xml |  9 +-
 hbase-spark-it/pom.xml  | 40 ++--
 hbase-spark/pom.xml | 18 +++-
 hbase-thrift/pom.xml| 34 ---
 pom.xml | 20 +---
 28 files changed, 488 insertions(+), 267 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/fb537fe7/hbase-archetypes/hbase-client-project/pom.xml
--
diff --git a/hbase-archetypes/hbase-client-project/pom.xml 
b/hbase-archetypes/hbase-client-project/pom.xml
index 71f25e3..bfb8d7b 100644
--- a/hbase-archetypes/hbase-client-project/pom.xml
+++ b/hbase-archetypes/hbase-client-project/pom.xml
@@ -63,8 +63,28 @@
 
 
   org.apache.hbase
+  hbase-annotations
+  ${project.version}
+  test-jar
+  test
+
+
+  org.apache.hbase
+  hbase-common
+  ${project.version}
+
+
+  org.apache.hbase
   hbase-client
   ${project.version}
+  jar
+
+
+  org.apache.hbase
+  hbase-server
+  ${project.version}
+  test-jar
+  test
 
 
   junit

http://git-wip-us.apache.org/repos/asf/hbase/blob/fb537fe7/hbase-backup/pom.xml
--
diff --git a/hbase-backup/pom.xml b/hbase-backup/pom.xml
index 9b3aac6..dd813ee 100644
--- a/hbase-backup/pom.xml
+++ b/hbase-backup/pom.xml
@@ -132,12 +132,8 @@
 
 
 
-  commons-codec
-  commons-codec
-
-
-  commons-io
-  commons-io
+  commons-cli
+  commons-cli
 
 
   commons-lang
@@ -152,14 +148,11 @@
   hbase-shaded-miscellaneous
 
 
-  org.apache.hbase.thirdparty
-  hbase-shaded-netty
-
-
   org.apache.zookeeper
   zookeeper
 
 
+  
   log4j
   log4j
 
@@ -168,6 +161,11 @@
   mockito-all
   tes

hbase git commit: HBASE-18723 [pom cleanup] Do a pass with dependency:analyze; remove unused and explicity list the dependencies we exploit

2017-09-01 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/branch-2 a32642e6f -> 43c4bc576


HBASE-18723 [pom cleanup] Do a pass with dependency:analyze; remove unused and 
explicity list the dependencies we exploit

Do a pass with dependency:analyze; remove unused and
explicity list the dependencies we exploit.
Remove the parent dependencies set which had junit, mockito,
log4j, and findbugs annotations (had to put junit back
temporarily in subsequent version of this patch TODO). Listing in
parent set meant these libs were dependencies for all modules
which in practice was not the case. Edited all modules so
those that need any from this parent set now do explicit listing.

Ran the dependency:analyze over the project. Acted on most
suggested removals and requests for explicit listing. Some
grey areas remain around transitives that come in with
hadoop -needs better excludes, another project- and that
the dependency:analyze tool is not always accurate in its
reporting.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/43c4bc57
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/43c4bc57
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/43c4bc57

Branch: refs/heads/branch-2
Commit: 43c4bc57618e3ede14f4964704ad753c27253e61
Parents: a32642e
Author: Michael Stack 
Authored: Thu Aug 31 08:03:22 2017 -0700
Committer: Michael Stack 
Committed: Fri Sep 1 08:03:35 2017 -0700

--
 hbase-archetypes/hbase-client-project/pom.xml   | 20 
 hbase-backup/pom.xml| 31 ++-
 hbase-common/pom.xml| 26 +-
 hbase-endpoint/pom.xml  | 22 +
 hbase-examples/pom.xml  | 30 +-
 hbase-external-blockcache/pom.xml   | 21 +
 hbase-hadoop-compat/pom.xml | 13 +--
 hbase-hadoop2-compat/pom.xml|  9 +-
 hbase-it/pom.xml| 10 ++
 hbase-mapreduce/pom.xml | 96 
 hbase-metrics-api/pom.xml   | 10 ++
 hbase-metrics/pom.xml   |  6 +-
 hbase-prefix-tree/pom.xml   | 14 +--
 hbase-procedure/pom.xml | 34 +--
 hbase-protocol-shaded/pom.xml   | 11 +--
 hbase-replication/pom.xml   | 54 +++
 hbase-resource-bundle/pom.xml   | 24 +
 hbase-rest/pom.xml  | 47 --
 hbase-rsgroup/pom.xml   | 49 +++---
 hbase-server/pom.xml| 75 +--
 .../hbase-shaded-check-invariants/pom.xml   |  1 +
 hbase-shaded/pom.xml|  5 -
 hbase-shell/pom.xml |  9 +-
 hbase-spark-it/pom.xml  | 40 ++--
 hbase-spark/pom.xml | 22 +++--
 hbase-thrift/pom.xml| 34 ---
 pom.xml | 44 ++---
 27 files changed, 499 insertions(+), 258 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/43c4bc57/hbase-archetypes/hbase-client-project/pom.xml
--
diff --git a/hbase-archetypes/hbase-client-project/pom.xml 
b/hbase-archetypes/hbase-client-project/pom.xml
index 2a4fa8a..bc9263d 100644
--- a/hbase-archetypes/hbase-client-project/pom.xml
+++ b/hbase-archetypes/hbase-client-project/pom.xml
@@ -63,8 +63,28 @@
 
 
   org.apache.hbase
+  hbase-annotations
+  ${project.version}
+  test-jar
+  test
+
+
+  org.apache.hbase
+  hbase-common
+  ${project.version}
+
+
+  org.apache.hbase
   hbase-client
   ${project.version}
+  jar
+
+
+  org.apache.hbase
+  hbase-server
+  ${project.version}
+  test-jar
+  test
 
 
   junit

http://git-wip-us.apache.org/repos/asf/hbase/blob/43c4bc57/hbase-backup/pom.xml
--
diff --git a/hbase-backup/pom.xml b/hbase-backup/pom.xml
index 0e3401f..6d38c47 100644
--- a/hbase-backup/pom.xml
+++ b/hbase-backup/pom.xml
@@ -132,12 +132,8 @@
 
 
 
-  commons-codec
-  commons-codec
-
-
-  commons-io
-  commons-io
+  commons-cli
+  commons-cli
 
 
   commons-lang
@@ -152,14 +148,11 @@
   hbase-shaded-miscellaneous
 
 
-  org.apache.hbase.thirdparty
-  hbase-shaded-netty
-
-
   org.apache.zookeeper
   zookeeper
 
 
+  
   log4j
   log4j
 
@@ -168,6 +161,11 @@
   mockito-all
   test
 
+
+  junit
+  junit
+  test
+

[01/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site f343eb927 -> 7ebe345d8


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html
index 6b0729b..9adaf3b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.LastOnRowByteBufferCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end

[03/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html
index 6b0729b..9adaf3b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.length == 0 || Bytes.compareTo(start2,
-1645

[10/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html
index 6b0729b..9adaf3b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyByteBufferCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.length == 0 || Bytes.compareTo(start2,
-1645

[16/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/MobStoreScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/MobStoreScanner.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/MobStoreScanner.html
index 1f1f072..2030605 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/MobStoreScanner.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/MobStoreScanner.html
@@ -74,7 +74,7 @@ var activeTableTab = "activeTableTab";
 
 
 Summary: 
-Nested | 
+Nested | 
 Field | 
 Constr | 
 Method
@@ -139,21 +139,6 @@ extends 
 
 
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from 
class org.apache.hadoop.hbase.regionserver.StoreScanner
-StoreScanner.StoreScannerCompactionRace
-
-
-
 
 
 
@@ -438,7 +423,7 @@ extends 
 Summary: 
-Nested | 
+Nested | 
 Field | 
 Constr | 
 Method

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/RegionMergeRequest.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/RegionMergeRequest.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/RegionMergeRequest.html
index 5d191a4..ce0b2e2 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/RegionMergeRequest.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/RegionMergeRequest.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 
 
 Prev Class
-Next Class
+Next Class
 
 
 Frames
@@ -392,7 +392,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.
 
 
 Prev Class
-Next Class
+Next Class
 
 
 Frames

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/RegionOpeningState.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/RegionOpeningState.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/RegionOpeningState.html
deleted file mode 100644
index 49123f9..000
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/RegionOpeningState.html
+++ /dev/null
@@ -1,355 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-
-
-
-RegionOpeningState (Apache HBase 3.0.0-SNAPSHOT API)
-
-
-
-
-
-var methods = {"i0":9,"i1":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev Class
-Next Class
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
-
-
-
-
-Summary: 
-Nested | 
-Enum Constants | 
-Field | 
-Method
-
-
-Detail: 
-Enum Constants | 
-Field | 
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase.regionserver
-Enum RegionOpeningState
-
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">java.lang.Enum
-
-
-org.apache.hadoop.hbase.regionserver.RegionOpeningState
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable, http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable
-
-
-
-@InterfaceAudience.Private
-public enum RegionOpeningState
-extends http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants 
-
-Enum Constant and Description
-
-
-ALREADY_OPENED 
-
-
-FAILED_OPENING 
-
-
-OPENED 
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods 
-
-Modifier and Type
-Method and Description
-
-
-static RegionOpeningState
-valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
-Returns the enum constant of this type with the specified 
name.
-
-

[20/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html
index ae25e9b..0b22b22 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.RowLockContext.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-class HRegion.RowLockContext
+class HRegion.RowLockContext
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
 
 
@@ -241,7 +241,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 row
-private final HashedBytes row
+private final HashedBytes row
 
 
 
@@ -250,7 +250,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 readWriteLock
-final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReadWriteLock.html?is-external=true";
 title="class or interface in java.util.concurrent.locks">ReadWriteLock readWriteLock
+final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReadWriteLock.html?is-external=true";
 title="class or interface in java.util.concurrent.locks">ReadWriteLock readWriteLock
 
 
 
@@ -259,7 +259,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 usable
-final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicBoolean usable
+final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicBoolean usable
 
 
 
@@ -268,7 +268,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 count
-final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicInteger count
+final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicInteger count
 
 
 
@@ -277,7 +277,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 lock
-final http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object lock
+final http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object lock
 
 
 
@@ -286,7 +286,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 threadName
-private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String threadName
+private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String threadName
 
 
 
@@ -303,7 +303,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 RowLockContext
-RowLockContext(HashedBytes row)
+RowLockContext(HashedBytes row)
 
 
 
@@ -320,7 +320,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 newWriteLock
-HRegion.RowLockImpl newWriteLock()
+HRegion.RowLockImpl newWriteLock()
 
 
 
@@ -329,7 +329,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 newReadLock
-HRegion.RowLockImpl newReadLock()
+HRegion.RowLockImpl newReadLock()
 
 
 
@@ -338,7 +338,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getRowLock
-private HRegion.RowLockImpl getRowLock(http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Lock.html?is-external=true";
 title="class or interface in java.util.concurrent.locks">Lock l)
+private HRegion.RowLockImpl getRowLock(http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/Lock.html?is-external=true";
 title="class or interface in java.util.concurrent.locks">Lock l)
 
 
 
@@ -347,7 +347,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 cleanUp
-void cleanUp()
+void cleanUp()
 
 
 
@@ -356,7 +356,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 setThreadName
-public void setThreadName(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String threadName)
+public void setThreadName(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String threadName)
 
 

[17/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
index 945e861..d0284f3 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html
@@ -256,176 +256,168 @@ implements csm 
 
 
-static int
-DEFAULT_REGION_LOCK_AWAIT_TIME_SEC 
-
-
 private NettyEventLoopGroupConfig
 eventLoopGroupConfig 
 
-
+
 private ThroughputController
 flushThroughputController 
 
-
+
 protected HFileSystem
 fs 
 
-
+
 protected boolean
 fsOk 
 
-
+
 protected FileSystemUtilizationChore
 fsUtilizationChore 
 
-
+
 private HealthCheckChore
 healthCheckChore
 The health check chore.
 
 
-
+
 protected HeapMemoryManager
 hMemManager 
 
-
+
 protected InfoServer
 infoServer 
 
-
+
 private static int
 INIT_PAUSE_TIME_MS 
 
-
+
 protected http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CountDownLatch.html?is-external=true";
 title="class or interface in 
java.util.concurrent">CountDownLatch
 initLatch 
 
-
+
 (package private) boolean
 killed 
 
-
+
 protected Leases
 leases 
 
-
+
 protected http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantReadWriteLock.html?is-external=true";
 title="class or interface in 
java.util.concurrent.locks">ReentrantReadWriteLock
 lock 
 
-
+
 private 
org.apache.hadoop.hbase.shaded.protobuf.generated.LockServiceProtos.LockService.BlockingInterface
 lockStub 
 
-
+
 private static 
org.apache.commons.logging.Log
 LOG 
 
-
+
 protected static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 MASTER_HOSTNAME_KEY 
 
-
+
 private MasterAddressTracker
 masterAddressTracker 
 
-
+
 protected MetaTableLocator
 metaTableLocator 
 
-
+
 (package private) MetricsRegionServer
 metricsRegionServer 
 
-
+
 (package private) MetricsTable
 metricsTable 
 
-
+
 (package private) MobCacheConfig
 mobCacheConfig 
 
-
+
 protected http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,HRegionServer.MovedRegionInfo>
 movedRegions 
 
-
+
 private HRegionServer.MovedRegionsCleaner
 movedRegionsCleaner
 Chore to clean periodically the moved region list
 
 
-
+
 protected int
 msgInterval 
 
-
+
 private http://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html?is-external=true";
 title="class or interface in javax.management">ObjectName
 mxBean
 MX Bean for RegionServerInfo
 
 
-
+
 (package private) ServerNonceManager
 nonceManager
 Nonce manager.
 
 
-
+
 private ScheduledChore
 nonceManagerChore
 The nonce manager chore.
 
 
-
+
 protected int
 numRegionsToReport 
 
-
+
 (package private) int
 numRetries 
 
-
+
 (package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicBoolean
 online 
 
-
+
 protected http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,Region>
 onlineRegions
 Map of regions currently being served by this region 
server.
 
 
-
+
 protected static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 OPEN 
 
-
+
 private int
 operationTimeout 
 
-
+
 private JvmPauseMonitor
 pauseMonitor 
 
-
+
 (package private) ScheduledChore
 periodicFlusher 
 
-
+
 protected http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,Region>
 recoveringRegions
 Set of regions currently being in recovering state which 
means it can accept writes(edits from
  previous failed region server) but not reads.
 
 
-
+
 private RecoveringRegionWatcher
 recoveringRegionWatcher 
 
-
-static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-REGION_LOCK_AWAIT_TIME_SEC 
-
 
 protected http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,http://docs.oracl

[06/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
index 6b0729b..9adaf3b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.length == 0 || 

[05/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
index 6b0729b..9adaf3b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.length == 0 || Bytes.compareTo(start2,
-1645end1) < 0)

[08/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html
index 6b0729b..9adaf3b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowByteBufferCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.length == 0 || Bytes.compareTo

[51/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
Published site at .


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/7ebe345d
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/7ebe345d
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/7ebe345d

Branch: refs/heads/asf-site
Commit: 7ebe345d88bb9513e5cdcb32fe6e57fda1cd50fb
Parents: f343eb9
Author: jenkins 
Authored: Fri Sep 1 15:13:37 2017 +
Committer: jenkins 
Committed: Fri Sep 1 15:13:37 2017 +

--
 acid-semantics.html | 4 +-
 apache_hbase_reference_guide.pdf| 6 +-
 apidocs/constant-values.html|   368 +-
 apidocs/index-all.html  |37 -
 apidocs/org/apache/hadoop/hbase/CellUtil.html   |94 +-
 apidocs/org/apache/hadoop/hbase/HConstants.html |  1123 +-
 .../apache/hadoop/hbase/KeepDeletedCells.html   | 4 +-
 .../hadoop/hbase/MemoryCompactionPolicy.html| 4 +-
 .../apache/hadoop/hbase/client/Durability.html  | 4 +-
 .../hadoop/hbase/client/IsolationLevel.html | 4 +-
 .../hadoop/hbase/client/MasterSwitchType.html   | 4 +-
 .../hbase/client/MobCompactPartitionPolicy.html | 4 +-
 .../hadoop/hbase/client/Scan.ReadType.html  | 4 +-
 .../hbase/filter/CompareFilter.CompareOp.html   | 4 +-
 .../hbase/io/encoding/DataBlockEncoding.html| 4 +-
 .../apache/hadoop/hbase/quotas/QuotaType.html   | 4 +-
 .../hbase/quotas/SpaceViolationPolicy.html  | 4 +-
 .../hbase/quotas/ThrottlingException.Type.html  | 4 +-
 .../hadoop/hbase/regionserver/BloomType.html| 4 +-
 .../hadoop/hbase/util/ByteBufferUtils.html  |40 +-
 apidocs/org/apache/hadoop/hbase/util/Bytes.html |   108 +-
 apidocs/overview-tree.html  | 2 +-
 .../org/apache/hadoop/hbase/CellUtil.html   |  3277 ++--
 .../org/apache/hadoop/hbase/HConstants.html |  2236 ++-
 .../hadoop/hbase/util/ByteBufferUtils.html  |   596 +-
 .../hbase/util/Bytes.ByteArrayComparator.html   |  2215 ++-
 .../hbase/util/Bytes.RowEndKeyComparator.html   |  2215 ++-
 .../org/apache/hadoop/hbase/util/Bytes.html |  2215 ++-
 .../hbase/zookeeper/MiniZooKeeperCluster.html   | 2 +-
 book.html   | 2 +-
 bulk-loads.html | 4 +-
 checkstyle-aggregate.html   |  5620 +++---
 checkstyle.rss  |22 +-
 coc.html| 4 +-
 cygwin.html | 4 +-
 dependencies.html   |   140 +-
 dependency-convergence.html |   173 +-
 dependency-info.html| 4 +-
 dependency-management.html  | 4 +-
 devapidocs/allclasses-frame.html| 7 -
 devapidocs/allclasses-noframe.html  | 7 -
 devapidocs/constant-values.html |   461 +-
 devapidocs/index-all.html   |   171 -
 .../CellComparator.MetaCellComparator.html  |16 +-
 .../hbase/CellComparator.RowComparator.html |   342 -
 .../org/apache/hadoop/hbase/CellComparator.html | 8 +-
 .../org/apache/hadoop/hbase/CellScannable.html  | 4 +-
 .../hbase/CellUtil.EmptyByteBufferCell.html |58 +-
 .../apache/hadoop/hbase/CellUtil.EmptyCell.html |38 +-
 .../CellUtil.FirstOnRowByteBufferCell.html  |20 +-
 .../hadoop/hbase/CellUtil.FirstOnRowCell.html   |20 +-
 .../CellUtil.FirstOnRowColByteBufferCell.html   |28 +-
 .../hbase/CellUtil.FirstOnRowColCell.html   |28 +-
 .../CellUtil.FirstOnRowColTSByteBufferCell.html | 8 +-
 .../hbase/CellUtil.FirstOnRowColTSCell.html | 8 +-
 .../CellUtil.FirstOnRowDeleteFamilyCell.html|20 +-
 .../hbase/CellUtil.LastOnRowByteBufferCell.html |20 +-
 .../hadoop/hbase/CellUtil.LastOnRowCell.html|20 +-
 .../CellUtil.LastOnRowColByteBufferCell.html|28 +-
 .../hadoop/hbase/CellUtil.LastOnRowColCell.html |28 +-
 .../org/apache/hadoop/hbase/CellUtil.html   |   152 +-
 .../apache/hadoop/hbase/HConstants.Modify.html  |   396 -
 .../hbase/HConstants.OperationStatusCode.html   | 4 +-
 .../org/apache/hadoop/hbase/HConstants.html |  1135 +-
 .../hadoop/hbase/backup/package-tree.html   | 4 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |   295 +-
 .../class-use/CellComparator.RowComparator.html |   125 -
 .../hadoop/hbase/class-use/CellComparator.html  | 6 -
 .../hbase/class-use/HConstants.Modify.html  |   174 -
 .../org/apache/hadoop/hbase/class-use/Tag.html  | 4 -
 .../class-use/InterfaceAudience.Private.html|   192 +-
 .../hbase/classification/package-tree.html  | 6 +-
 .../BufferedMutatorImpl.QueueRowAccess.html |16 +-
 .../hbase/client/BufferedMutatorI

[34/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index 57ad9bb..085b118 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -854,376 +854,362 @@
 "hbase.id"
 
 
-
-
-public static final boolean
-CLUSTER_IS_DISTRIBUTED
-true
-
-
 
 
 public static final boolean
 CLUSTER_IS_LOCAL
 false
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 COMPACTION_KV_MAX
 "hbase.hstore.compaction.kv.max"
 
-
+
 
 
 public static final int
 COMPACTION_KV_MAX_DEFAULT
 10
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CONFIGURATION
 "CONFIGURATION"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CORRUPT_DIR_NAME
 "corrupt"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_INCLUSION_KEY
 "hbase.coprocessor.classloader.included.classes"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN
 "[^=,]+"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN
 "[^,]+"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_ALTERNATE_KEY_ALGORITHM_CONF_KEY
 "hbase.crypto.alternate.key.algorithm"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_CIPHERPROVIDER_CONF_KEY
 "hbase.crypto.cipherprovider"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEY_ALGORITHM_CONF_KEY
 "hbase.crypto.key.algorithm"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEYPROVIDER_CONF_KEY
 "hbase.crypto.keyprovider"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEYPROVIDER_PARAMETERS_KEY
 "hbase.crypto.keyprovider.parameters"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_MASTERKEY_ALTERNATE_NAME_CONF_KEY
 "hbase.crypto.master.alternate.key.name"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_MASTERKEY_NAME_CONF_KEY
 "hbase.crypto.master.key.name"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_WAL_ALGORITHM_CONF_KEY
 "hbase.crypto.wal.algorithm"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_WAL_KEY_NAME_CONF_KEY
 "hbase.crypto.wal.key.name"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 DATA_FILE_UMASK_KEY
 "hbase.data.umask"
 
-
+
 
 
 public static final int
 DAY_IN_SECONDS
 86400
 
-
+
 
 
 public static final int
 DEFAULT_BLOCKSIZE
 65536
 
-
+
 
 
 public static final boolean
 DEFAULT_CLUSTER_DISTRIBUTED
 false
 
-
+
 
 
 public static final boolean
 DEFAULT_DISALLOW_WRITES_IN_RECOVERING_CONFIG
 false
 
-
+
 
 
 public static final boolean
 DEFAULT_DISTRIBUTED_LOG_REPLAY_CONFIG
 false
 
-
+
 
 
 public static final boolean
 DEFAULT_ENABLE_CLIENT_BACKPRESSURE
 false
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_BALANCER_PERIOD
 30
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_CLIENT_MAX_PERREGION_TASKS
 1
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_CLIENT_MAX_PERSERVER_TASKS
 2
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_CLIENT_MAX_TOTAL_TASKS
 100
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_CLIENT_OPERATION_TIMEOUT
 120
 
-
+
 
 
 public static final long
 DEFAULT_HBASE_CLIENT_PA

[15/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/StoreScanner.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreScanner.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/StoreScanner.html
index f74314c..2e9a2ce 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/StoreScanner.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/StoreScanner.html
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 
 
 Prev Class
-Next Class
+Next Class
 
 
 Frames
@@ -74,7 +74,7 @@ var activeTableTab = "activeTableTab";
 
 
 Summary: 
-Nested | 
+Nested | 
 Field | 
 Constr | 
 Method
@@ -143,25 +143,6 @@ implements 
 
 
-
-
-
-
-
-Nested Class Summary
-
-Nested Classes 
-
-Modifier and Type
-Class and Description
-
-
-(package private) static class 
-StoreScanner.StoreScannerCompactionRace 
-
-
-
-
 
 
 
@@ -1104,7 +1085,7 @@ implements 
 
 SCAN_FOR_COMPACTION
-private static final Scan SCAN_FOR_COMPACTION
+private static final Scan SCAN_FOR_COMPACTION
 
 
 
@@ -1121,7 +1102,7 @@ implements 
 
 StoreScanner
-private StoreScanner(http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional store,
+private StoreScanner(http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional store,
  Scan scan,
  ScanInfo scanInfo,
  int numColumns,
@@ -1137,7 +1118,7 @@ implements 
 
 StoreScanner
-public StoreScanner(Store store,
+public StoreScanner(Store store,
 ScanInfo scanInfo,
 Scan scan,
 http://docs.oracle.com/javase/8/docs/api/java/util/NavigableSet.html?is-external=true";
 title="class or interface in 
java.util">NavigableSet columns,
@@ -1161,7 +1142,7 @@ implements 
 
 StoreScanner
-public StoreScanner(Store store,
+public StoreScanner(Store store,
 ScanInfo scanInfo,
 http://docs.oracle.com/javase/8/docs/api/java/util/OptionalInt.html?is-external=true";
 title="class or interface in java.util">OptionalInt maxVersions,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
@@ -1188,7 +1169,7 @@ implements 
 
 StoreScanner
-public StoreScanner(Store store,
+public StoreScanner(Store store,
 ScanInfo scanInfo,
 http://docs.oracle.com/javase/8/docs/api/java/util/OptionalInt.html?is-external=true";
 title="class or interface in java.util">OptionalInt maxVersions,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
@@ -1218,7 +1199,7 @@ implements 
 
 StoreScanner
-private StoreScanner(Store store,
+private StoreScanner(Store store,
  ScanInfo scanInfo,
  http://docs.oracle.com/javase/8/docs/api/java/util/OptionalInt.html?is-external=true";
 title="class or interface in java.util">OptionalInt maxVersions,
  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
@@ -1240,7 +1221,7 @@ implements 
 
 StoreScanner
-public StoreScanner(ScanInfo scanInfo,
+public StoreScanner(ScanInfo scanInfo,
 ScanType scanType,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
@@ -1256,7 +1237,7 @@ implements 
 
 StoreScanner
-StoreScanner(Scan scan,
+StoreScanner(Scan scan,
  ScanInfo scanInfo,
  http://docs.oracle.com/javase/8/docs/api/java/util/NavigableSet.html?is-external=true";
 title="class or interface in 
java.util">NavigableSet columns,
  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners)
@@ -1273,7 +1254,7 @@ implements 
 
 StoreScanner
-StoreScanner(ScanInfo scanInfo,
+StoreScanner(ScanInfo scanInfo,
  http://docs.oracle.com/javase/8/docs/api/java/util/OptionalInt.html?is-external=true";
 title="class or interface in java.util">OptionalInt maxVersions,
  ScanType scanType,
  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in j

[18/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.CompactionChecker.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.CompactionChecker.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.CompactionChecker.html
index f995b6a..e025896 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.CompactionChecker.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.CompactionChecker.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class HRegionServer.CompactionChecker
+private static class HRegionServer.CompactionChecker
 extends ScheduledChore
 
 
@@ -233,7 +233,7 @@ extends 
 
 instance
-private final HRegionServer instance
+private final HRegionServer instance
 
 
 
@@ -242,7 +242,7 @@ extends 
 
 majorCompactPriority
-private final int majorCompactPriority
+private final int majorCompactPriority
 
 
 
@@ -251,7 +251,7 @@ extends 
 
 DEFAULT_PRIORITY
-private static final int DEFAULT_PRIORITY
+private static final int DEFAULT_PRIORITY
 
 See Also:
 Constant
 Field Values
@@ -264,7 +264,7 @@ extends 
 
 iteration
-private long iteration
+private long iteration
 
 
 
@@ -281,7 +281,7 @@ extends 
 
 CompactionChecker
-CompactionChecker(HRegionServer h,
+CompactionChecker(HRegionServer h,
   int sleepTime,
   Stoppable stopper)
 
@@ -300,7 +300,7 @@ extends 
 
 chore
-protected void chore()
+protected void chore()
 Description copied from 
class: ScheduledChore
 The task to execute on each scheduled execution of the 
Chore
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionInfo.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionInfo.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionInfo.html
index a4673f8..19f53d2 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionInfo.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionInfo.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class HRegionServer.MovedRegionInfo
+private static class HRegionServer.MovedRegionInfo
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
 
 
@@ -218,7 +218,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 serverName
-private final ServerName serverName
+private final ServerName serverName
 
 
 
@@ -227,7 +227,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 seqNum
-private final long seqNum
+private final long seqNum
 
 
 
@@ -236,7 +236,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 ts
-private final long ts
+private final long ts
 
 
 
@@ -253,7 +253,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 MovedRegionInfo
-public MovedRegionInfo(ServerName serverName,
+public MovedRegionInfo(ServerName serverName,
long closeSeqNum)
 
 
@@ -271,7 +271,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getServerName
-public ServerName getServerName()
+public ServerName getServerName()
 
 
 
@@ -280,7 +280,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getSeqNum
-public long getSeqNum()
+public long getSeqNum()
 
 
 
@@ -289,7 +289,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getMoveTime
-public long getMoveTime()
+public long getMoveTime()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
index d842924..40c3d77 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.MovedRegionsCleaner.html
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-protected static final class HRegionServer.MovedRegionsCleaner
+protected static final class HRegionServer.MovedRegionsCleaner
 extends ScheduledChore
 implements Stoppable
 Creates a Chore thread to clean the moved region 
cache.
@@ -242,7 +242,7 @@ implements 
 
 regionServer
-private HRegionServer regionServer
+private HRegionServer regionServer

[39/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html 
b/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html
index 77768b8..86cea16 100644
--- 
a/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html
+++ 
b/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html
@@ -242,7 +242,7 @@
 234  standaloneServerFactory = new 
NIOServerCnxnFactory();
 235  
standaloneServerFactory.configure(
 236new 
InetSocketAddress(currentClientPort),
-237
configuration.getInt(HConstants.ZOOKEEPER_MAX_CLIENT_CNXNS, 1000));
+237
configuration.getInt(HConstants.ZOOKEEPER_MAX_CLIENT_CNXNS, 
HConstants.DEFAULT_ZOOKEPER_MAX_CLIENT_CNXNS));
 238} catch (BindException e) {
 239  LOG.debug("Failed binding ZK 
Server to client port: " +
 240  currentClientPort, e);

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/book.html
--
diff --git a/book.html b/book.html
index 0e33d48..25ac0ca 100644
--- a/book.html
+++ b/book.html
@@ -35086,7 +35086,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 3.0.0-SNAPSHOT
-Last updated 2017-08-31 14:29:36 UTC
+Last updated 2017-09-01 14:29:53 UTC
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/bulk-loads.html
--
diff --git a/bulk-loads.html b/bulk-loads.html
index c49eddb..0042555 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase –  
   Bulk Loads in Apache HBase (TM)
@@ -311,7 +311,7 @@ under the License. -->
 https://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-08-31
+  Last Published: 
2017-09-01
 
 
 



[13/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/security/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/security/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/security/package-tree.html
index 08da01c..bec1bbc 100644
--- a/devapidocs/org/apache/hadoop/hbase/security/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/security/package-tree.html
@@ -192,8 +192,8 @@
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable)
 
 org.apache.hadoop.hbase.security.AuthMethod
-org.apache.hadoop.hbase.security.SaslStatus
 org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
+org.apache.hadoop.hbase.security.SaslStatus
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityNewVersionBehaivorTracker.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityNewVersionBehaivorTracker.html
 
b/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityNewVersionBehaivorTracker.html
index 6628942..570cfe5 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityNewVersionBehaivorTracker.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityNewVersionBehaivorTracker.html
@@ -161,7 +161,7 @@ extends DeleteTracker
-DeleteTracker.DeleteCompare,
 DeleteTracker.DeleteResult
+DeleteTracker.DeleteResult
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityScanDeleteTracker.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityScanDeleteTracker.html
 
b/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityScanDeleteTracker.html
index b98e96c..3b1982b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityScanDeleteTracker.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/security/visibility/VisibilityScanDeleteTracker.html
@@ -140,7 +140,7 @@ extends DeleteTracker
-DeleteTracker.DeleteCompare,
 DeleteTracker.DeleteResult
+DeleteTracker.DeleteResult
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html
index 59ab0ce..570c4fa 100644
--- a/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/thrift/package-tree.html
@@ -198,9 +198,9 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactoryImpl.FactoryStorage
-org.apache.hadoop.hbase.thrift.ThriftServerRunner.ImplType
 org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType
+org.apache.hadoop.hbase.thrift.ThriftServerRunner.ImplType
+org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactoryImpl.FactoryStorage
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/util/ByteBufferUtils.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/ByteBufferUtils.html 
b/devapidocs/org/apache/hadoop/hbase/util/ByteBufferUtils.html
index e6ac0de..51af7f5 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/ByteBufferUtils.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/ByteBufferUtils.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9,"i35":9,"i36":9,"i37":9,"i38":9,"i39":9,"i40":9,"i41":9,"i42":9,"i43":9,"

[30/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/CellUtil.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/CellUtil.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.html
index 7287868..af5649d 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.html
@@ -75,13 +75,13 @@ var activeTableTab = "activeTableTab";
 
 Summary: 
 Nested | 
-Field | 
+Field | 
 Constr | 
 Method
 
 
 Detail: 
-Field | 
+Field | 
 Constr | 
 Method
 
@@ -206,25 +206,6 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 
-
-
-
-
-
-Field Summary
-
-Fields 
-
-Modifier and Type
-Field and Description
-
-
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-EMPTY_TAGS_ITR 
-
-
-
-
 
 
 
@@ -1114,23 +1095,6 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 
-
-
-
-
-
-Field Detail
-
-
-
-
-
-EMPTY_TAGS_ITR
-private static final http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator EMPTY_TAGS_ITR
-
-
-
-
 
 
 
@@ -2149,7 +2113,7 @@ public static http://docs.oracle.com/javase/8/docs/api/java/util/I
 
 
 tagsIterator
-public static http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator tagsIterator(Cell cell)
+public static http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator tagsIterator(Cell cell)
 Util method to iterate through the tags in the given 
cell.
 
 Parameters:
@@ -2165,7 +2129,7 @@ public static http://docs.oracle.com/javase/8/docs/api/java/util/I
 
 
 getTags
-public static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List getTags(Cell cell)
+public static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List getTags(Cell cell)
 
 Parameters:
 cell - The Cell
@@ -2180,7 +2144,7 @@ public static http://docs.oracle.com/javase/8/docs/api/java/util/I
 
 
 getTag
-public static Tag getTag(Cell cell,
+public static Tag getTag(Cell cell,
  byte type)
 Retrieve Cell's first tag, matching the passed in type
 
@@ -2198,7 +2162,7 @@ public static http://docs.oracle.com/javase/8/docs/api/java/util/I
 
 
 overlappingKeys
-public static boolean overlappingKeys(byte[] start1,
+public static boolean overlappingKeys(byte[] start1,
   byte[] end1,
   byte[] start2,
   byte[] end2)
@@ -2213,7 +2177,7 @@ public static http://docs.oracle.com/javase/8/docs/api/java/util/I
 
 setSequenceId
 @InterfaceAudience.Private
-public static void setSequenceId(Cell cell,
+public static void setSequenceId(Cell cell,
 long seqId)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Sets the given seqId to the cell.
@@ -2234,7 +2198,7 @@ public static void 
 
 setTimestamp
-public static void setTimestamp(Cell cell,
+public static void setTimestamp(Cell cell,
 long ts)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Sets the given timestamp to the cell.
@@ -2253,7 +2217,7 @@ public static void 
 
 setTimestamp
-public static void setTimestamp(Cell cell,
+public static void setTimestamp(Cell cell,
 byte[] ts,
 int tsOffset)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
@@ -2274,7 +2238,7 @@ public static void 
 
 updateLatestStamp
-public static boolean updateLatestStamp(Cell cell,
+public static boolean updateLatestStamp(Cell cell,
 long ts)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Sets the given timestamp to the cell iff current timestamp 
is
@@ -2296,7 +2260,7 @@ public static void 
 
 updateLatestStamp
-public static boolean updateLatestStamp(Cell cell,
+public static boolean updateLatestStamp(Cell cell,
 byte[] ts,
 

[31/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
index 471f7a2..49adcff 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColByteBufferCell.html
@@ -137,7 +137,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-private static class CellUtil.FirstOnRowColByteBufferCell
+private static class CellUtil.FirstOnRowColByteBufferCell
 extends CellUtil.FirstOnRowByteBufferCell
 
 
@@ -287,7 +287,7 @@ extends 
 
 famBuff
-private final http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer famBuff
+private final http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer famBuff
 
 
 
@@ -296,7 +296,7 @@ extends 
 
 famOffset
-private final int famOffset
+private final int famOffset
 
 
 
@@ -305,7 +305,7 @@ extends 
 
 famLength
-private final byte famLength
+private final byte famLength
 
 
 
@@ -314,7 +314,7 @@ extends 
 
 colBuff
-private final http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer colBuff
+private final http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer colBuff
 
 
 
@@ -323,7 +323,7 @@ extends 
 
 colOffset
-private final int colOffset
+private final int colOffset
 
 
 
@@ -332,7 +332,7 @@ extends 
 
 colLength
-private final int colLength
+private final int colLength
 
 
 
@@ -349,7 +349,7 @@ extends 
 
 FirstOnRowColByteBufferCell
-public FirstOnRowColByteBufferCell(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer row,
+public FirstOnRowColByteBufferCell(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer row,
int roffset,
short rlength,
http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer famBuff,
@@ -374,7 +374,7 @@ extends 
 
 getFamilyByteBuffer
-public http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer getFamilyByteBuffer()
+public http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer getFamilyByteBuffer()
 
 Overrides:
 getFamilyByteBuffer in
 class CellUtil.EmptyByteBufferCell
@@ -389,7 +389,7 @@ extends 
 
 getFamilyPosition
-public int getFamilyPosition()
+public int getFamilyPosition()
 
 Overrides:
 getFamilyPosition in
 class CellUtil.EmptyByteBufferCell
@@ -404,7 +404,7 @@ extends 
 
 getFamilyLength
-public byte getFamilyLength()
+public byte getFamilyLength()
 
 Specified by:
 getFamilyLength in
 interface Cell
@@ -421,7 +421,7 @@ extends 
 
 getQualifierByteBuffer
-public http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer getQualifierByteBuffer()
+public http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer getQualifierByteBuffer()
 
 Overrides:
 getQualifierByteBuffer in
 class CellUtil.EmptyByteBufferCell
@@ -436,7 +436,7 @@ extends 
 
 getQualifierPosition
-public int getQualifierPosition()
+public int getQualifierPosition()
 
 Overrides:
 getQualifierPosition in
 class CellUtil.EmptyByteBufferCell
@@ -451,7 +451,7 @@ extends 
 
 getQualifierLength
-public int getQualifierLength()
+public int getQualifierLength()
 
 Specified by:
 getQualifierLength in
 interface Cell

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html 
b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
index ca42a15..80a7b78 100644
--- a/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/CellUtil.FirstOnRowColCell.html
@@ -132,7 +132,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-private static class CellUtil.FirstOnRowColC

[33/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/index-all.html
--
diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html
index 7ee6636..716912d 100644
--- a/devapidocs/index-all.html
+++ b/devapidocs/index-all.html
@@ -9293,10 +9293,6 @@
 A CellComparator for 
hbase:meta catalog table
  KeyValues.
 
-CellComparator.RowComparator - Class in org.apache.hadoop.hbase
-
-Comparator that compares row component only of a Cell
-
 cellCount
 - Variable in class org.apache.hadoop.hbase.coprocessor.Export.Response
  
 CellCounter - Class in org.apache.hadoop.hbase.mapreduce
@@ -12920,10 +12916,6 @@
  
 CLUSTER_ID_NAME
 - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
  
-CLUSTER_IS_DISTRIBUTED
 - Static variable in class org.apache.hadoop.hbase.HConstants
-
-Cluster is fully-distributed
-
 CLUSTER_IS_LOCAL
 - Static variable in class org.apache.hadoop.hbase.HConstants
 
 Cluster is standalone or pseudo-distributed
@@ -14324,8 +14316,6 @@
 
 Compare cells.
 
-compare(Cell,
 Cell) - Method in class org.apache.hadoop.hbase.CellComparator.RowComparator
- 
 compare(BigDecimal,
 BigDecimal) - Method in class 
org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
  
 compare(Double,
 Double) - Method in class 
org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
@@ -22117,8 +22107,6 @@
 
 Default value for 
hbase.hregion.memstore.block.multiplier
 
-DEFAULT_HREGION_MVCC_PRE_ASSIGN
 - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
- 
 DEFAULT_HREGION_UNASSIGN_FOR_FNFE
 - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
  
 DEFAULT_HSTORE_COMPACTION_THROUGHPUT_TUNE_PERIOD
 - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
@@ -22204,8 +22192,6 @@
  
 DEFAULT_MAPPER
 - Static variable in class org.apache.hadoop.hbase.mapreduce.ImportTsv
  
-DEFAULT_MASTER_HANLDER_COUNT
 - Static variable in class org.apache.hadoop.hbase.HConstants
- 
 DEFAULT_MASTER_INFOPORT
 - Static variable in class org.apache.hadoop.hbase.HConstants
 
 default port for master web api
@@ -22421,8 +22407,6 @@
 
 Deprecated.
  
-DEFAULT_NS_AUDITOR_INIT_TIMEOUT
 - Static variable in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
- 
 DEFAULT_NS_INIT_TIMEOUT
 - Static variable in class org.apache.hadoop.hbase.master.TableNamespaceManager
  
 DEFAULT_NUM_OPERATIONS
 - Static variable in class org.apache.hadoop.hbase.client.example.MultiThreadedClientExample
@@ -22477,8 +22461,6 @@
  
 DEFAULT_REGION_GROUPING_STRATEGY
 - Static variable in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
  
-DEFAULT_REGION_LOCK_AWAIT_TIME_SEC
 - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
- 
 DEFAULT_REGION_MEMSTORE_REPLICATION
 - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
  
 DEFAULT_REGION_MEMSTORE_REPLICATION
 - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
@@ -22788,10 +22770,6 @@
 
 Default limit on concurrent client-side zookeeper 
connections
 
-DEFAULT_ZOOKEPER_RECOVERABLE_WAITIME
 - Static variable in class org.apache.hadoop.hbase.HConstants
-
-Default wait time for the recoverable zookeeper
-
 defaultBandwidth
 - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
  
 defaultBlockEncodingCtx
 - Variable in class org.apache.hadoop.hbase.io.hfile.HFileBlock.Writer
@@ -23383,8 +23361,6 @@
  
 deleteCompacted
 - Variable in class org.apache.hadoop.hbase.regionserver.CompactionTool.CompactionWorker
  
-DeleteCompare()
 - Constructor for enum org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker.DeleteCompare
- 
 deleted
 - Variable in class org.apache.hadoop.hbase.procedure2.store.ProcedureStoreTracker.BitSetNode
 
 Keeps track of procedure ids which belong to this bitmap's 
range and have been deleted.
@@ -23920,10 +23896,6 @@
 This interface is used for the tracking and enforcement of 
Deletes during the course of a Get or
  Scan operation.
 
-DeleteTracker.DeleteCompare - Enum in org.apache.hadoop.hbase.regionserver.querymatcher
-
-Return codes for comparison of two Deletes.
-
 DeleteTracker.DeleteResult - Enum in org.apache.hadoop.hbase.regionserver.querymatcher
 
 Returns codes for delete result.
@@ -24617,8 +24589,6 @@
 
 Constructor
 
-DisableTableProcedure.MarkRegionOfflineOpResult 
- Enum in org.apache.hadoop.hbase.master.procedure
- 
 DisableTableProcedureBiConsumer(AsyncAdmin,
 TableName) - Constructor for class 
org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin.DisableTableProcedureBiConsumer
  
 disableTableRep(TableName)
 - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
@@ -25754,8 +25724,6 @@
 
 This tag is used for the DELETE cell which has no 
visibility label.
 
-EMPTY_TAGS_ITR
 - Static variable

[43/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/src-html/org/apache/hadoop/hbase/util/ByteBufferUtils.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/util/ByteBufferUtils.html 
b/apidocs/src-html/org/apache/hadoop/hbase/util/ByteBufferUtils.html
index a815722..fa78d80 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/util/ByteBufferUtils.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/util/ByteBufferUtils.html
@@ -751,328 +751,292 @@
 743return l1 - l2;
 744  }
 745
-746  /*
-747   * Both values are passed as is read by 
Unsafe. When platform is Little Endian, have to convert
-748   * to corresponding Big Endian value 
and then do compare. We do all writes in Big Endian format.
-749   */
-750  private static boolean 
lessThanUnsignedLong(long x1, long x2) {
-751if (UnsafeAccess.littleEndian) {
-752  x1 = Long.reverseBytes(x1);
-753  x2 = Long.reverseBytes(x2);
-754}
-755return (x1 + Long.MIN_VALUE) < (x2 
+ Long.MIN_VALUE);
-756  }
-757
-758  /*
-759   * Both values are passed as is read by 
Unsafe. When platform is Little Endian, have to convert
-760   * to corresponding Big Endian value 
and then do compare. We do all writes in Big Endian format.
-761   */
-762  private static boolean 
lessThanUnsignedInt(int x1, int x2) {
-763if (UnsafeAccess.littleEndian) {
-764  x1 = Integer.reverseBytes(x1);
-765  x2 = Integer.reverseBytes(x2);
-766}
-767return (x1 & 0xL) < 
(x2 & 0xL);
-768  }
-769
-770  /*
-771   * Both values are passed as is read by 
Unsafe. When platform is Little Endian, have to convert
-772   * to corresponding Big Endian value 
and then do compare. We do all writes in Big Endian format.
-773   */
-774  private static boolean 
lessThanUnsignedShort(short x1, short x2) {
-775if (UnsafeAccess.littleEndian) {
-776  x1 = Short.reverseBytes(x1);
-777  x2 = Short.reverseBytes(x2);
-778}
-779return (x1 & 0x) < (x2 
& 0x);
-780  }
-781
-782  /**
-783   * Reads a short value at the given 
buffer's offset.
-784   * @param buffer
-785   * @param offset
-786   * @return short value at offset
-787   */
-788  public static short toShort(ByteBuffer 
buffer, int offset) {
-789if (UNSAFE_UNALIGNED) {
-790  return UnsafeAccess.toShort(buffer, 
offset);
-791} else {
-792  return buffer.getShort(offset);
-793}
-794  }
-795
-796  /**
-797   * Reads an int value at the given 
buffer's current position. Also advances the buffer's position
-798   */
-799  public static int toInt(ByteBuffer 
buffer) {
-800if (UNSAFE_UNALIGNED) {
-801  int i = UnsafeAccess.toInt(buffer, 
buffer.position());
-802  buffer.position(buffer.position() + 
Bytes.SIZEOF_INT);
-803  return i;
-804} else {
-805  return buffer.getInt();
+746  /**
+747   * Reads a short value at the given 
buffer's offset.
+748   * @param buffer
+749   * @param offset
+750   * @return short value at offset
+751   */
+752  public static short toShort(ByteBuffer 
buffer, int offset) {
+753if (UNSAFE_UNALIGNED) {
+754  return UnsafeAccess.toShort(buffer, 
offset);
+755} else {
+756  return buffer.getShort(offset);
+757}
+758  }
+759
+760  /**
+761   * Reads an int value at the given 
buffer's current position. Also advances the buffer's position
+762   */
+763  public static int toInt(ByteBuffer 
buffer) {
+764if (UNSAFE_UNALIGNED) {
+765  int i = UnsafeAccess.toInt(buffer, 
buffer.position());
+766  buffer.position(buffer.position() + 
Bytes.SIZEOF_INT);
+767  return i;
+768} else {
+769  return buffer.getInt();
+770}
+771  }
+772
+773  /**
+774   * Reads an int value at the given 
buffer's offset.
+775   * @param buffer
+776   * @param offset
+777   * @return int value at offset
+778   */
+779  public static int toInt(ByteBuffer 
buffer, int offset) {
+780if (UNSAFE_UNALIGNED) {
+781  return UnsafeAccess.toInt(buffer, 
offset);
+782} else {
+783  return buffer.getInt(offset);
+784}
+785  }
+786
+787  /**
+788   * Converts a ByteBuffer to an int 
value
+789   *
+790   * @param buf The ByteBuffer
+791   * @param offset Offset to int value
+792   * @param length Number of bytes used 
to store the int value.
+793   * @return the int value
+794   * @throws IllegalArgumentException
+795   *   if there's not enough 
bytes left in the buffer after the given offset
+796   */
+797  public static int readAsInt(ByteBuffer 
buf, int offset, final int length) {
+798if (offset + length > buf.limit()) 
{
+799  throw new 
IllegalArgumentException("offset (" + offset + ") + length (" + length
+800  + ") exceed the" + " limit of 
the buffer: " + buf.limit());
+801}
+802int n = 0;
+803for(int i = offset; i < (offset + 
length); i++) {
+804  n <<= 8;
+805  n ^= toByte(buf, i) & 0xFF;
 806}
-807  }
-808
-809  /**
-810   * Reads an 

[25/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/client/BufferedMutatorImpl.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/BufferedMutatorImpl.html 
b/devapidocs/org/apache/hadoop/hbase/client/BufferedMutatorImpl.html
index 939ef8d..f7da99f 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/BufferedMutatorImpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/BufferedMutatorImpl.html
@@ -203,51 +203,44 @@ implements currentWriteBufferSize 
 
 
-static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-HBASE_BUFFEREDMUTATOR_CLASSNAME_KEY
-Key to use setting non-default BufferedMutator 
implementation
- classname via Configuration.
-
-
-
 private BufferedMutator.ExceptionListener
 listener 
 
-
+
 private static 
org.apache.commons.logging.Log
 LOG 
 
-
+
 private int
 maxKeyValueSize 
 
-
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicInteger
 operationTimeout 
 
-
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService
 pool 
 
-
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicInteger
 rpcTimeout 
 
-
+
 private TableName
 tableName 
 
-
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicInteger
 undealtMutationCount
 Count the size of writeAsyncBuffer.
 
 
-
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ConcurrentLinkedQueue
 writeAsyncBuffer 
 
-
+
 private long
 writeBufferSize 
 
@@ -407,28 +400,13 @@ implements 
-
-
-
-
-HBASE_BUFFEREDMUTATOR_CLASSNAME_KEY
-public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String HBASE_BUFFEREDMUTATOR_CLASSNAME_KEY
-Key to use setting non-default BufferedMutator 
implementation
- classname via Configuration.
-
-See Also:
-Constant
 Field Values
-
-
-
 
 
 
 
 
 LOG
-private static final org.apache.commons.logging.Log LOG
+private static final org.apache.commons.logging.Log LOG
 
 
 
@@ -437,7 +415,7 @@ implements 
 
 listener
-private final BufferedMutator.ExceptionListener listener
+private final BufferedMutator.ExceptionListener listener
 
 
 
@@ -446,7 +424,7 @@ implements 
 
 tableName
-private final TableName tableName
+private final TableName tableName
 
 
 
@@ -455,7 +433,7 @@ implements 
 
 conf
-private final org.apache.hadoop.conf.Configuration conf
+private final org.apache.hadoop.conf.Configuration conf
 
 
 
@@ -464,7 +442,7 @@ implements 
 
 writeAsyncBuffer
-private final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ConcurrentLinkedQueue writeAsyncBuffer
+private final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ConcurrentLinkedQueue writeAsyncBuffer
 
 
 
@@ -473,7 +451,7 @@ implements 
 
 currentWriteBufferSize
-private final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicLong currentWriteBufferSize
+private final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicLong currentWriteBufferSize
 
 
 
@@ -482,7 +460,7 @@ implements 
 
 undealtMutationCount
-private final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicInteger undealtMutationCount
+private final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicInteger undealtMutationCount
 Count the size of writeAsyncBuffer.
  The http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html?is-external=true#size--";
 title="class or interface in 
java.util.concurrent">ConcurrentLinkedQueue.size() is NOT a 
constant-time operation.
 
@@ -493,7 +471,7 @@ implements 
 
 writeBufferSize
-privat

[49/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/index-all.html
--
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index 6a09a9d..a6ca789 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -1506,10 +1506,6 @@
 
 name of the file for unique cluster ID
 
-CLUSTER_IS_DISTRIBUTED
 - Static variable in class org.apache.hadoop.hbase.HConstants
-
-Cluster is fully-distributed
-
 CLUSTER_IS_LOCAL
 - Static variable in class org.apache.hadoop.hbase.HConstants
 
 Cluster is standalone or pseudo-distributed
@@ -3383,8 +3379,6 @@
  
 DEFAULT_LISTEN_PORT
 - Static variable in interface org.apache.hadoop.hbase.rest.Constants
  
-DEFAULT_MASTER_HANLDER_COUNT
 - Static variable in class org.apache.hadoop.hbase.HConstants
- 
 DEFAULT_MASTER_INFOPORT
 - Static variable in class org.apache.hadoop.hbase.HConstants
 
 default port for master web api
@@ -3592,10 +3586,6 @@
 
 Default limit on concurrent client-side zookeeper 
connections
 
-DEFAULT_ZOOKEPER_RECOVERABLE_WAITIME
 - Static variable in class org.apache.hadoop.hbase.HConstants
-
-Default wait time for the recoverable zookeeper
-
 DefaultCipherProvider - Class in org.apache.hadoop.hbase.io.crypto
 
 The default cipher provider.
@@ -8432,10 +8422,6 @@
 
 Temporary directory used for table creation and 
deletion
 
-HBASECLIENT_IMPL
 - Static variable in class org.apache.hadoop.hbase.HConstants
-
-Parameter name for what hbase client implementation to 
use.
-
 HBaseConfiguration - Class in org.apache.hadoop.hbase
 
 Adds HBase configuration files to a Configuration
@@ -8489,10 +8475,6 @@
 Exception when the description of the snapshot cannot be 
determined, due to some root other
  root cause
 
-HBCK_CODE_NAME
 - Static variable in class org.apache.hadoop.hbase.HConstants
-
-HBCK special code name used as server name when 
manipulating ZK nodes
-
 HBCK_SIDELINEDIR_NAME
 - Static variable in class org.apache.hadoop.hbase.HConstants
 
 Used by HBCK to sideline backup data
@@ -10093,11 +10075,6 @@
 
 LESS_THAN_OR_EQUAL_TO_BUFFER
 - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
  
-LIB_DIR - 
Static variable in class org.apache.hadoop.hbase.HConstants
-
-The directory from which co-processor/custom filter jars 
can be loaded
- dynamically by the region servers.
-
 limitNamespaceSpace(String,
 long, SpaceViolationPolicy) - Static method in class 
org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
 
 Creates a QuotaSettings object to limit 
the FileSystem space usage for the given
@@ -10451,10 +10428,6 @@
  
 LOG_PER_ROW_COUNT
 - Static variable in class org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl
  
-LOG_REPLAY_WAIT_REGION_TIMEOUT
 - Static variable in class org.apache.hadoop.hbase.HConstants
-
-Conf key that specifies timeout value to wait for a region 
ready
-
 login(Configuration,
 String, String, String) - Static method in class 
org.apache.hadoop.hbase.security.User
 
 Log in the current process using the given configuration 
keys for the
@@ -10626,8 +10599,6 @@
 
 Mask to apply to a long to reveal the lower int only.
 
-MASTER_HANDLER_COUNT
 - Static variable in class org.apache.hadoop.hbase.HConstants
- 
 MASTER_IMPL
 - Static variable in class org.apache.hadoop.hbase.HConstants
 
 Parameter name for what master implementation to use.
@@ -17960,10 +17931,6 @@ the order they are declared.
  
 wasOperationAttemptedByServer()
 - Method in exception org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException
  
-WEEK_IN_SECONDS
 - Static variable in class org.apache.hadoop.hbase.HConstants
-
-Seconds in a week
-
 WHILE_ARRAY
 - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
 
 WHILE Array
@@ -18221,10 +18188,6 @@ the order they are declared.
 
 Name of ZooKeeper quorum configuration parameter.
 
-ZOOKEEPER_RECOVERABLE_WAITTIME
 - Static variable in class org.apache.hadoop.hbase.HConstants
-
-Parameter name for the wait time for the recoverable 
zookeeper
-
 ZOOKEEPER_TICK_TIME
 - Static variable in class org.apache.hadoop.hbase.HConstants
 
 Parameter name for the ZK tick time

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/org/apache/hadoop/hbase/CellUtil.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/CellUtil.html 
b/apidocs/org/apache/hadoop/hbase/CellUtil.html
index 2dbf4a2..c5bbc4d 100644
--- a/apidocs/org/apache/hadoop/hbase/CellUtil.html
+++ b/apidocs/org/apache/hadoop/hbase/CellUtil.html
@@ -1742,7 +1742,7 @@ public static http://docs.oracle.com/javase/8/docs/api/java/util/I
 
 
 tagsIterator
-public static http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in 
java.util">Iterator tagsIterator(Cell cell)
+public static http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=tr

[44/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html 
b/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
index 1632201..f014081 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
@@ -161,1221 +161,1173 @@
 153  /** Cluster is standalone or 
pseudo-distributed */
 154  public static final boolean 
CLUSTER_IS_LOCAL = false;
 155
-156  /** Cluster is fully-distributed */
-157  public static final boolean 
CLUSTER_IS_DISTRIBUTED = true;
+156  /** Default value for cluster 
distributed mode */
+157  public static final boolean 
DEFAULT_CLUSTER_DISTRIBUTED = CLUSTER_IS_LOCAL;
 158
-159  /** Default value for cluster 
distributed mode */
-160  public static final boolean 
DEFAULT_CLUSTER_DISTRIBUTED = CLUSTER_IS_LOCAL;
+159  /** default host address */
+160  public static final String DEFAULT_HOST 
= "0.0.0.0";
 161
-162  /** default host address */
-163  public static final String DEFAULT_HOST 
= "0.0.0.0";
+162  /** Parameter name for port master 
listens on. */
+163  public static final String MASTER_PORT 
= "hbase.master.port";
 164
-165  /** Parameter name for port master 
listens on. */
-166  public static final String MASTER_PORT 
= "hbase.master.port";
+165  /** default port that the master 
listens on */
+166  public static final int 
DEFAULT_MASTER_PORT = 16000;
 167
-168  /** default port that the master 
listens on */
-169  public static final int 
DEFAULT_MASTER_PORT = 16000;
+168  /** default port for master web api 
*/
+169  public static final int 
DEFAULT_MASTER_INFOPORT = 16010;
 170
-171  /** default port for master web api 
*/
-172  public static final int 
DEFAULT_MASTER_INFOPORT = 16010;
+171  /** Configuration key for master web 
API port */
+172  public static final String 
MASTER_INFO_PORT = "hbase.master.info.port";
 173
-174  /** Configuration key for master web 
API port */
-175  public static final String 
MASTER_INFO_PORT = "hbase.master.info.port";
+174  /** Parameter name for the master type 
being backup (waits for primary to go inactive). */
+175  public static final String 
MASTER_TYPE_BACKUP = "hbase.master.backup";
 176
-177  /** Parameter name for the master type 
being backup (waits for primary to go inactive). */
-178  public static final String 
MASTER_TYPE_BACKUP = "hbase.master.backup";
-179
-180  /**
-181   * by default every master is a 
possible primary master unless the conf explicitly overrides it
-182   */
-183  public static final boolean 
DEFAULT_MASTER_TYPE_BACKUP = false;
+177  /**
+178   * by default every master is a 
possible primary master unless the conf explicitly overrides it
+179   */
+180  public static final boolean 
DEFAULT_MASTER_TYPE_BACKUP = false;
+181
+182  /** Name of ZooKeeper quorum 
configuration parameter. */
+183  public static final String 
ZOOKEEPER_QUORUM = "hbase.zookeeper.quorum";
 184
-185  /** Name of ZooKeeper quorum 
configuration parameter. */
-186  public static final String 
ZOOKEEPER_QUORUM = "hbase.zookeeper.quorum";
-187
-188  /** Common prefix of ZooKeeper 
configuration properties */
-189  public static final String 
ZK_CFG_PROPERTY_PREFIX =
-190  "hbase.zookeeper.property.";
+185  /** Common prefix of ZooKeeper 
configuration properties */
+186  public static final String 
ZK_CFG_PROPERTY_PREFIX =
+187  "hbase.zookeeper.property.";
+188
+189  public static final int 
ZK_CFG_PROPERTY_PREFIX_LEN =
+190  ZK_CFG_PROPERTY_PREFIX.length();
 191
-192  public static final int 
ZK_CFG_PROPERTY_PREFIX_LEN =
-193  ZK_CFG_PROPERTY_PREFIX.length();
-194
-195  /**
-196   * The ZK client port key in the ZK 
properties map. The name reflects the
-197   * fact that this is not an HBase 
configuration key.
-198   */
-199  public static final String 
CLIENT_PORT_STR = "clientPort";
-200
-201  /** Parameter name for the client port 
that the zookeeper listens on */
-202  public static final String 
ZOOKEEPER_CLIENT_PORT =
-203  ZK_CFG_PROPERTY_PREFIX + 
CLIENT_PORT_STR;
+192  /**
+193   * The ZK client port key in the ZK 
properties map. The name reflects the
+194   * fact that this is not an HBase 
configuration key.
+195   */
+196  public static final String 
CLIENT_PORT_STR = "clientPort";
+197
+198  /** Parameter name for the client port 
that the zookeeper listens on */
+199  public static final String 
ZOOKEEPER_CLIENT_PORT =
+200  ZK_CFG_PROPERTY_PREFIX + 
CLIENT_PORT_STR;
+201
+202  /** Default client port that the 
zookeeper listens on */
+203  public static final int 
DEFAULT_ZOOKEPER_CLIENT_PORT = 2181;
 204
-205  /** Default client port that the 
zookeeper listens on */
-206  public static final int 
DEFAULT_ZOOKEPER_CLIENT_PORT = 2181;
+205  /** Parameter name for the root dir in 
ZK for this cluster */
+206  pu

[07/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html
index 6b0729b..9adaf3b 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.length == 0 || Bytes.compareTo(start2,
-1645end1) < 0);
-1646  }
-1647

[14/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/package-use.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/package-use.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/package-use.html
index a2c177f..a984504 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/package-use.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/package-use.html
@@ -1460,281 +1460,275 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 RegionCoprocessorHost.TableCoprocessorAttribute 
 
 
-RegionOpeningState 
-
-
 RegionScanner
 RegionScanner describes iterators over rows in an 
HRegion.
 
 
-
+
 RegionServerAccounting
 RegionServerAccounting keeps record of some basic real time 
information about
  the Region Server.
 
 
-
+
 RegionServerCoprocessorHost 
 
-
+
 RegionServerCoprocessorHost.CoprocessOperationWithResult 
 
-
+
 RegionServerCoprocessorHost.CoprocessorOperation 
 
-
+
 RegionServerCoprocessorHost.RegionServerEnvironment
 Coprocessor environment extension providing access to 
region server
  related services.
 
 
-
+
 RegionServerServices
 Services provided by HRegionServer
 
 
-
+
 RegionServerServices.PostOpenDeployContext
 Context for postOpenDeployTasks().
 
 
-
+
 RegionServerServices.RegionStateTransitionContext 
 
-
+
 RegionServerStoppedException
 Thrown by the region server when it is in shutting down 
state.
 
 
-
+
 RegionServicesForStores
 Services a Store needs from a Region.
 
 
-
+
 RegionSplitPolicy
 A split policy determines when a region should be 
split.
 
 
-
+
 RegionUnassigner
 Used to unssign a region when we hit FNFE.
 
 
-
+
 ReplicationService
 Gateway to Cluster Replication.
 
 
-
+
 ReplicationSinkService
 A sink for a replication stream has to expose this 
service.
 
 
-
+
 ReplicationSourceService
 A source for a replication stream has to expose this 
service.
 
 
-
+
 ReversedStoreScanner
 ReversedStoreScanner extends from StoreScanner, and is used 
to support
  reversed scanning.
 
 
-
+
 RowProcessor
 Defines the procedure to atomically perform multiple scans 
and mutations
  on a HRegion.
 
 
-
+
 RpcSchedulerFactory
 A factory class that constructs an RpcScheduler.
 
 
-
+
 RSRpcServices
 Implements the regionserver RPC services.
 
 
-
+
 RSRpcServices.LogDelegate 
 
-
+
 RSRpcServices.RegionScannerHolder
 Holder class which holds the RegionScanner, nextCallSeq and 
RpcCallbacks together.
 
 
-
+
 RSRpcServices.RegionScannersCloseCallBack
 An RpcCallBack that creates a list of scanners that needs 
to perform callBack operation on
  completion of multiGets.
 
 
-
+
 ScanInfo
 Immutable information for scans over a store.
 
 
-
+
 ScannerContext
 ScannerContext instances encapsulate limit tracking AND 
progress towards those limits during
  invocations of InternalScanner.next(java.util.List)
 and
  InternalScanner.next(java.util.List).
 
 
-
+
 ScannerContext.Builder 
 
-
+
 ScannerContext.LimitFields
 The different fields that can be used as limits in calls to
  InternalScanner.next(java.util.List)
 and InternalScanner.next(java.util.List)
 
 
-
+
 ScannerContext.LimitScope
 The various scopes where a limit can be enforced.
 
 
-
+
 ScannerContext.NextState
 The possible states a scanner may be in following a call to 
InternalScanner.next(List)
 
 
-
+
 ScannerIdGenerator
 Generate a new style scanner id to prevent collision with 
previous started server or other RSs.
 
 
-
+
 ScanType
 Enum to distinguish general scan types.
 
 
-
+
 SecureBulkLoadManager
 Bulk loads in secure mode.
 
 
-
+
 Segment
 This is an abstraction of a segment maintained in a 
memstore, e.g., the active
  cell set or its snapshot.
 
 
-
+
 SegmentFactory
 A singleton store segment factory.
 
 
-
+
 ServerNonceManager
 Implementation of nonce manager that stores nonces in a 
hash map and cleans them up after
  some time; if nonce group/client ID is supplied, nonces are stored by client 
ID.
 
 
-
+
 ServerNonceManager.OperationContext 
 
-
+
 Shipper
 This interface denotes a scanner as one which can ship 
cells.
 
 
-
+
 ShipperListener
 Implementors of this interface are the ones who needs to do 
some action when the
  Shipper.shipped()
 is called
 
 
-
+
 SplitLogWorker
 This worker is spawned in every regionserver, including 
master.
 
 
-
+
 SplitLogWorker.TaskExecutor
 Objects implementing this interface actually do the task 
that has been
  acquired by a SplitLogWorker.
 
 
-
+
 SplitLogWorker.TaskExecutor.Status 
 
-
+
 Store
 Interface for objects that hold a column family in a 
Region.
 
 
-
+
 StoreConfigInformation
 A more restricted interface for HStore.
 
 
-
+
 StoreEngine
 StoreEngine is a factory that can create the objects 
necessary for HStore to operate.
 
 
-
+
 StoreFile
 An interface to describe a store data file.
 
 
-
+
 StoreFileInfo
 Describe a StoreFile (hfile, reference, link)
 
 

[02/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html
index 6b0729b..9adaf3b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowDeleteFamilyCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.length == 0 || Bytes

[41/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html 
b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html
index dc85290..c15ed05 100644
--- 
a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html
+++ 
b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html
@@ -1518,1149 +1518,1104 @@
 1510  }
 1511
 1512  /**
-1513   * Returns true if x1 is less than 
x2, when both values are treated as
-1514   * unsigned long.
-1515   * Both values are passed as is 
read by Unsafe. When platform is Little Endian, have to
-1516   * convert to corresponding Big 
Endian value and then do compare. We do all writes in
-1517   * Big Endian format.
-1518   */
-1519  static boolean 
lessThanUnsignedLong(long x1, long x2) {
-1520if (UnsafeAccess.littleEndian) 
{
-1521  x1 = Long.reverseBytes(x1);
-1522  x2 = Long.reverseBytes(x2);
-1523}
-1524return (x1 + Long.MIN_VALUE) 
< (x2 + Long.MIN_VALUE);
-1525  }
+1513   * Lexicographically compare two 
arrays.
+1514   *
+1515   * @param buffer1 left operand
+1516   * @param buffer2 right operand
+1517   * @param offset1 Where to start 
comparing in the left buffer
+1518   * @param offset2 Where to start 
comparing in the right buffer
+1519   * @param length1 How much to 
compare from the left buffer
+1520   * @param length2 How much to 
compare from the right buffer
+1521   * @return 0 if equal, < 0 if 
left is less than right, etc.
+1522   */
+1523  @Override
+1524  public int compareTo(byte[] 
buffer1, int offset1, int length1,
+1525  byte[] buffer2, int offset2, 
int length2) {
 1526
-1527  /**
-1528   * Returns true if x1 is less than 
x2, when both values are treated as
-1529   * unsigned int.
-1530   * Both values are passed as is 
read by Unsafe. When platform is Little Endian, have to
-1531   * convert to corresponding Big 
Endian value and then do compare. We do all writes in
-1532   * Big Endian format.
-1533   */
-1534  static boolean 
lessThanUnsignedInt(int x1, int x2) {
-1535if (UnsafeAccess.littleEndian) 
{
-1536  x1 = 
Integer.reverseBytes(x1);
-1537  x2 = 
Integer.reverseBytes(x2);
-1538}
-1539return (x1 & 0xL) 
< (x2 & 0xL);
-1540  }
-1541
-1542  /**
-1543   * Returns true if x1 is less than 
x2, when both values are treated as
-1544   * unsigned short.
-1545   * Both values are passed as is 
read by Unsafe. When platform is Little Endian, have to
-1546   * convert to corresponding Big 
Endian value and then do compare. We do all writes in
-1547   * Big Endian format.
-1548   */
-1549  static boolean 
lessThanUnsignedShort(short x1, short x2) {
-1550if (UnsafeAccess.littleEndian) 
{
-1551  x1 = Short.reverseBytes(x1);
-1552  x2 = Short.reverseBytes(x2);
-1553}
-1554return (x1 & 0x) < 
(x2 & 0x);
-1555  }
-1556
-1557  /**
-1558   * Lexicographically compare two 
arrays.
-1559   *
-1560   * @param buffer1 left operand
-1561   * @param buffer2 right operand
-1562   * @param offset1 Where to start 
comparing in the left buffer
-1563   * @param offset2 Where to start 
comparing in the right buffer
-1564   * @param length1 How much to 
compare from the left buffer
-1565   * @param length2 How much to 
compare from the right buffer
-1566   * @return 0 if equal, < 0 if 
left is less than right, etc.
-1567   */
-1568  @Override
-1569  public int compareTo(byte[] 
buffer1, int offset1, int length1,
-1570  byte[] buffer2, int offset2, 
int length2) {
-1571
-1572// Short circuit equal case
-1573if (buffer1 == buffer2 
&&
-1574offset1 == offset2 
&&
-1575length1 == length2) {
-1576  return 0;
-1577}
-1578final int stride = 8;
-1579final int minLength = 
Math.min(length1, length2);
-1580int strideLimit = minLength 
& ~(stride - 1);
-1581final long offset1Adj = offset1 
+ UnsafeAccess.BYTE_ARRAY_BASE_OFFSET;
-1582final long offset2Adj = offset2 
+ UnsafeAccess.BYTE_ARRAY_BASE_OFFSET;
-1583int i;
-1584
-1585/*
-1586 * Compare 8 bytes at a time. 
Benchmarking on x86 shows a stride of 8 bytes is no slower
-1587 * than 4 bytes even on 32-bit. 
On the other hand, it is substantially faster on 64-bit.
-1588 */
-1589for (i = 0; i < strideLimit; 
i += stride) {
-1590  long lw = 
theUnsafe.getLong(buffer1, offset1Adj + (long) i);
-1591  long rw = 
theUns

[35/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index 4a3d5d1..d40cf4a 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Dependency Information
 
@@ -318,7 +318,7 @@
 https://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-08-31
+  Last Published: 
2017-09-01
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/dependency-management.html
--
diff --git a/dependency-management.html b/dependency-management.html
index 240ab66..b3c315d 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Project Dependency Management
 
@@ -930,7 +930,7 @@
 https://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-08-31
+  Last Published: 
2017-09-01
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/allclasses-frame.html
--
diff --git a/devapidocs/allclasses-frame.html b/devapidocs/allclasses-frame.html
index 70841b7..d06b1e5 100644
--- a/devapidocs/allclasses-frame.html
+++ b/devapidocs/allclasses-frame.html
@@ -424,7 +424,6 @@
 CellCodecWithTags.CellEncoder
 CellComparator
 CellComparator.MetaCellComparator
-CellComparator.RowComparator
 CellCounter
 CellCounter.CellCounterMapper
 CellCounter.CellCounterMapper.Counters
@@ -713,7 +712,6 @@
 DeleteNamespaceProcedure
 DeleteTableProcedure
 DeleteTracker
-DeleteTracker.DeleteCompare
 DeleteTracker.DeleteResult
 DeletionListener
 DelimitedKeyPrefixRegionSplitPolicy
@@ -731,7 +729,6 @@
 DisabledWALProvider
 DisabledWALProvider.DisabledWAL
 DisableTableProcedure
-DisableTableProcedure.MarkRegionOfflineOpResult
 DisableTableViolationPolicyEnforcement
 DNS
 DoNotRetryIOException
@@ -1028,7 +1025,6 @@
 HBaseSnapshotException
 HColumnDescriptor
 HConstants
-HConstants.Modify
 HConstants.OperationStatusCode
 HDFSBlocksDistribution
 HDFSBlocksDistribution.HostAndWeight
@@ -1883,7 +1879,6 @@
 QuotaSettingsFactory
 QuotaSettingsFactory.QuotaGlobalsSettingsBypass
 QuotaSnapshotStore
-QuotaSnapshotStore.ViolationState
 QuotaState
 QuotaStatusCalls
 QuotaTableUtil
@@ -1995,7 +1990,6 @@
 RegionObserver.MutationType
 RegionOfflineException
 RegionOpeningException
-RegionOpeningState
 RegionPlacementMaintainer
 RegionPlacementMaintainer.RandomizedMatrix
 RegionPlan
@@ -2559,7 +2553,6 @@
 StoreFlushContext
 StoreFlusher
 StoreScanner
-StoreScanner.StoreScannerCompactionRace
 StoreUtils
 StreamUtils
 Strings

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/allclasses-noframe.html
--
diff --git a/devapidocs/allclasses-noframe.html 
b/devapidocs/allclasses-noframe.html
index c485f1b..6586005 100644
--- a/devapidocs/allclasses-noframe.html
+++ b/devapidocs/allclasses-noframe.html
@@ -424,7 +424,6 @@
 CellCodecWithTags.CellEncoder
 CellComparator
 CellComparator.MetaCellComparator
-CellComparator.RowComparator
 CellCounter
 CellCounter.CellCounterMapper
 CellCounter.CellCounterMapper.Counters
@@ -713,7 +712,6 @@
 DeleteNamespaceProcedure
 DeleteTableProcedure
 DeleteTracker
-DeleteTracker.DeleteCompare
 DeleteTracker.DeleteResult
 DeletionListener
 DelimitedKeyPrefixRegionSplitPolicy
@@ -731,7 +729,6 @@
 DisabledWALProvider
 DisabledWALProvider.DisabledWAL
 DisableTableProcedure
-DisableTableProcedure.MarkRegionOfflineOpResult
 DisableTableViolationPolicyEnforcement
 DNS
 DoNotRetryIOException
@@ -1028,7 +1025,6 @@
 HBaseSnapshotException
 HColumnDescriptor
 HConstants
-HConstants.Modify
 HConstants.OperationStatusCode
 HDFSBlocksDistribution
 HDFSBlocksDistribution.HostAndWeight
@@ -1883,7 +1879,6 @@
 QuotaSettingsFactory
 QuotaSettingsFactory.QuotaGlobalsSettingsBypass
 QuotaSnapshotStore
-QuotaSnapshotStore.ViolationState
 QuotaState
 QuotaStatusCalls
 QuotaTableUtil
@@ -1995,7 +1990,6 @@
 RegionObserver.MutationType
 RegionOfflineException
 RegionOpeningException
-RegionOpeningState
 RegionPlacementMaintainer
 RegionPlacementMaintainer.RandomizedMatrix
 RegionPlan
@@ -2559,7 +2553,6 @@
 StoreFlushContext
 StoreFlusher
 StoreScanner
-StoreScanner.StoreScannerCompactionRace
 StoreUtils
 StreamUtils
 Strings



[46/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/org/apache/hadoop/hbase/util/Bytes.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/Bytes.html 
b/apidocs/org/apache/hadoop/hbase/util/Bytes.html
index f658fab..ad777c6 100644
--- a/apidocs/org/apache/hadoop/hbase/util/Bytes.html
+++ b/apidocs/org/apache/hadoop/hbase/util/Bytes.html
@@ -2877,7 +2877,7 @@ public static long 
 
 equals
-public static boolean equals(byte[] left,
+public static boolean equals(byte[] left,
  byte[] right)
 
 Parameters:
@@ -2894,7 +2894,7 @@ public static long 
 
 equals
-public static boolean equals(byte[] left,
+public static boolean equals(byte[] left,
  int leftOffset,
  int leftLen,
  byte[] right,
@@ -2908,7 +2908,7 @@ public static long 
 
 equals
-public static boolean equals(byte[] a,
+public static boolean equals(byte[] a,
  http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer buf)
 
 Parameters:
@@ -2925,7 +2925,7 @@ public static long 
 
 startsWith
-public static boolean startsWith(byte[] bytes,
+public static boolean startsWith(byte[] bytes,
  byte[] prefix)
 Return true if the byte array on the right is a prefix of 
the byte
  array on the left.
@@ -2937,7 +2937,7 @@ public static long 
 
 hashCode
-public static int hashCode(byte[] b)
+public static int hashCode(byte[] b)
 
 Parameters:
 b - bytes to hash
@@ -2954,7 +2954,7 @@ public static long 
 
 hashCode
-public static int hashCode(byte[] b,
+public static int hashCode(byte[] b,
int length)
 
 Parameters:
@@ -2973,7 +2973,7 @@ public static long 
 
 mapKey
-public static http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer mapKey(byte[] b)
+public static http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer mapKey(byte[] b)
 
 Parameters:
 b - bytes to hash
@@ -2989,7 +2989,7 @@ public static long 
 
 mapKey
-public static http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer mapKey(byte[] b,
+public static http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer mapKey(byte[] b,
  int length)
 
 Parameters:
@@ -3007,7 +3007,7 @@ public static long 
 
 add
-public static byte[] add(byte[] a,
+public static byte[] add(byte[] a,
  byte[] b)
 
 Parameters:
@@ -3024,7 +3024,7 @@ public static long 
 
 add
-public static byte[] add(byte[] a,
+public static byte[] add(byte[] a,
  byte[] b,
  byte[] c)
 
@@ -3043,7 +3043,7 @@ public static long 
 
 add
-public static byte[] add(byte[][] arrays)
+public static byte[] add(byte[][] arrays)
 
 Parameters:
 arrays - all the arrays to concatenate together.
@@ -3058,7 +3058,7 @@ public static long 
 
 head
-public static byte[] head(byte[] a,
+public static byte[] head(byte[] a,
   int length)
 
 Parameters:
@@ -3075,7 +3075,7 @@ public static long 
 
 tail
-public static byte[] tail(byte[] a,
+public static byte[] tail(byte[] a,
   int length)
 
 Parameters:
@@ -3092,7 +3092,7 @@ public static long 
 
 padHead
-public static byte[] padHead(byte[] a,
+public static byte[] padHead(byte[] a,
  int length)
 
 Parameters:
@@ -3109,7 +3109,7 @@ public static long 
 
 padTail
-public static byte[] padTail(byte[] a,
+public static byte[] padTail(byte[] a,
  int length)
 
 Parameters:
@@ -3126,7 +3126,7 @@ public static long 
 
 split
-public static byte[][] split(byte[] a,
+public static byte[][] split(byte[] a,
  byte[] b,
  int num)
 Split passed range.  Expensive operation relatively.  Uses 
BigInteger math.
@@ -3148,7 +3148,7 @@ public static long 
 
 split
-public static byte[][] split(byte[] a,
+public static byte[][] split(byte[] a,
  byte[] b,
  boolean inclusive,
  int num)
@@ -3174,7 +3174,7 @@ public static long 
 
 iterateOnSplits
-public static http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable iterateOnSplits(byte[] a,
+public static http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable iterateOnSplits(byte[] a,

[42/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html
--
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html 
b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html
index dc85290..c15ed05 100644
--- 
a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html
+++ 
b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html
@@ -1518,1149 +1518,1104 @@
 1510  }
 1511
 1512  /**
-1513   * Returns true if x1 is less than 
x2, when both values are treated as
-1514   * unsigned long.
-1515   * Both values are passed as is 
read by Unsafe. When platform is Little Endian, have to
-1516   * convert to corresponding Big 
Endian value and then do compare. We do all writes in
-1517   * Big Endian format.
-1518   */
-1519  static boolean 
lessThanUnsignedLong(long x1, long x2) {
-1520if (UnsafeAccess.littleEndian) 
{
-1521  x1 = Long.reverseBytes(x1);
-1522  x2 = Long.reverseBytes(x2);
-1523}
-1524return (x1 + Long.MIN_VALUE) 
< (x2 + Long.MIN_VALUE);
-1525  }
+1513   * Lexicographically compare two 
arrays.
+1514   *
+1515   * @param buffer1 left operand
+1516   * @param buffer2 right operand
+1517   * @param offset1 Where to start 
comparing in the left buffer
+1518   * @param offset2 Where to start 
comparing in the right buffer
+1519   * @param length1 How much to 
compare from the left buffer
+1520   * @param length2 How much to 
compare from the right buffer
+1521   * @return 0 if equal, < 0 if 
left is less than right, etc.
+1522   */
+1523  @Override
+1524  public int compareTo(byte[] 
buffer1, int offset1, int length1,
+1525  byte[] buffer2, int offset2, 
int length2) {
 1526
-1527  /**
-1528   * Returns true if x1 is less than 
x2, when both values are treated as
-1529   * unsigned int.
-1530   * Both values are passed as is 
read by Unsafe. When platform is Little Endian, have to
-1531   * convert to corresponding Big 
Endian value and then do compare. We do all writes in
-1532   * Big Endian format.
-1533   */
-1534  static boolean 
lessThanUnsignedInt(int x1, int x2) {
-1535if (UnsafeAccess.littleEndian) 
{
-1536  x1 = 
Integer.reverseBytes(x1);
-1537  x2 = 
Integer.reverseBytes(x2);
-1538}
-1539return (x1 & 0xL) 
< (x2 & 0xL);
-1540  }
-1541
-1542  /**
-1543   * Returns true if x1 is less than 
x2, when both values are treated as
-1544   * unsigned short.
-1545   * Both values are passed as is 
read by Unsafe. When platform is Little Endian, have to
-1546   * convert to corresponding Big 
Endian value and then do compare. We do all writes in
-1547   * Big Endian format.
-1548   */
-1549  static boolean 
lessThanUnsignedShort(short x1, short x2) {
-1550if (UnsafeAccess.littleEndian) 
{
-1551  x1 = Short.reverseBytes(x1);
-1552  x2 = Short.reverseBytes(x2);
-1553}
-1554return (x1 & 0x) < 
(x2 & 0x);
-1555  }
-1556
-1557  /**
-1558   * Lexicographically compare two 
arrays.
-1559   *
-1560   * @param buffer1 left operand
-1561   * @param buffer2 right operand
-1562   * @param offset1 Where to start 
comparing in the left buffer
-1563   * @param offset2 Where to start 
comparing in the right buffer
-1564   * @param length1 How much to 
compare from the left buffer
-1565   * @param length2 How much to 
compare from the right buffer
-1566   * @return 0 if equal, < 0 if 
left is less than right, etc.
-1567   */
-1568  @Override
-1569  public int compareTo(byte[] 
buffer1, int offset1, int length1,
-1570  byte[] buffer2, int offset2, 
int length2) {
-1571
-1572// Short circuit equal case
-1573if (buffer1 == buffer2 
&&
-1574offset1 == offset2 
&&
-1575length1 == length2) {
-1576  return 0;
-1577}
-1578final int stride = 8;
-1579final int minLength = 
Math.min(length1, length2);
-1580int strideLimit = minLength 
& ~(stride - 1);
-1581final long offset1Adj = offset1 
+ UnsafeAccess.BYTE_ARRAY_BASE_OFFSET;
-1582final long offset2Adj = offset2 
+ UnsafeAccess.BYTE_ARRAY_BASE_OFFSET;
-1583int i;
-1584
-1585/*
-1586 * Compare 8 bytes at a time. 
Benchmarking on x86 shows a stride of 8 bytes is no slower
-1587 * than 4 bytes even on 32-bit. 
On the other hand, it is substantially faster on 64-bit.
-1588 */
-1589for (i = 0; i < strideLimit; 
i += stride) {
-1590  long lw = 
theUnsafe.getLong(buffer1, offset1Adj + (long) i);
-1591  long rw = 
theUns

[09/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html
index 6b0729b..9adaf3b 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.EmptyCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.length == 0 || Bytes.compareTo(start2,
-1645end1) < 0);
-1646  }
-1647
-1648  /**
-1649   * Sets

[38/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 14a6387..036e960 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Checkstyle Results
 
@@ -286,10 +286,10 @@
  Warnings
  Errors
 
-2038
+2037
 0
 0
-12897
+12895
 
 Files
 
@@ -5962,7 +5962,7 @@
 org/apache/hadoop/hbase/shaded/protobuf/ResponseConverter.java
 0
 0
-25
+22
 
 org/apache/hadoop/hbase/snapshot/ClientSnapshotDescriptionUtils.java
 0
@@ -6922,7 +6922,7 @@
 org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java
 0
 0
-15
+16
 
 org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java
 0
@@ -7044,7 +7044,7 @@
 
 
 http://checkstyle.sourceforge.net/config_blocks.html#NeedBraces";>NeedBraces
-1739
+1737
  Error
 
 coding
@@ -7118,7 +7118,7 @@
 http://checkstyle.sourceforge.net/config_imports.html#UnusedImports";>UnusedImports
 
 processJavadoc: "true"
-121
+122
  Error
 
 indentation
@@ -7129,7 +7129,7 @@
 caseIndent: "2"
 basicOffset: "2"
 lineWrappingIndentation: "2"
-3801
+3800
  Error
 
 javadoc
@@ -7159,7 +7159,7 @@
 
 max: "100"
 ignorePattern: "^package.*|^import.*|a 
href|href|http://|https://|ftp://|org.apache.thrift.|com.google.protobuf.|hbase.protobuf.generated"
-1042
+1043
  Error
 
 
@@ -7174,7 +7174,7 @@
 
 
 http://checkstyle.sourceforge.net/config_whitespace.html#MethodParamPad";>MethodParamPad
-133
+132
  Error
 
 
@@ -8145,325 +8145,325 @@
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1652
+1633
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1653
+1634
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1668
+1649
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1669
+1650
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1683
+1664
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1700
+1681
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1701
+1682
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1716
+1697
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1734
+1715
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1735
+1716
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1736
+1717
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1797
+1778
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1813
+1794
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1830
+1811
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1846
+1827
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1863
+1844
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1881
+1862
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1897
+1878
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1909
+1890
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-1919
+1900
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1940
+1921
 
  Error
 javadoc
 JavadocTagContinuationIndentation
 Line continuation have incorrect indentation level, expected level should 
be 2.
-1942
+1923
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-1945
+1926
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1953
+1934
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1954
+1935
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1955
+1936
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1956
+1937
 
  Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-1957
+1938
 
  Error
 sizes
 LineLength
 Line is longer than 100 characters (found 102).
-2007
+1988
 
  Error
 sizes
 LineLength
 Line is longer than 100 characters (found 106).
-2008
+1989
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-2121
+2102
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s.
-2126
+2107
 
  Error
 blocks
 NeedBraces
 'if' construct must use '{}'s

hbase-site git commit: INFRA-10751 Empty commit

2017-09-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 7ebe345d8 -> 1aced0d33


INFRA-10751 Empty commit


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/1aced0d3
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/1aced0d3
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/1aced0d3

Branch: refs/heads/asf-site
Commit: 1aced0d336f6ce42de647ad22f25cbb6b187ff7c
Parents: 7ebe345
Author: jenkins 
Authored: Fri Sep 1 15:13:56 2017 +
Committer: jenkins 
Committed: Fri Sep 1 15:13:56 2017 +

--

--




[04/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
index 6b0729b..9adaf3b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellUtil.FirstOnRowColTSByteBufferCell.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.lengt

[12/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/util/Bytes.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/Bytes.html 
b/devapidocs/org/apache/hadoop/hbase/util/Bytes.html
index 3868644..b4d863b 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/Bytes.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/Bytes.html
@@ -1527,7 +1527,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 RNG
-private static final http://docs.oracle.com/javase/8/docs/api/java/security/SecureRandom.html?is-external=true";
 title="class or interface in java.security">SecureRandom RNG
+private static final http://docs.oracle.com/javase/8/docs/api/java/security/SecureRandom.html?is-external=true";
 title="class or interface in java.security">SecureRandom RNG
 
 
 
@@ -1536,7 +1536,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 HEX_CHARS
-private static final char[] HEX_CHARS
+private static final char[] HEX_CHARS
 
 
 
@@ -3095,7 +3095,7 @@ public static long 
 
 equals
-public static boolean equals(byte[] left,
+public static boolean equals(byte[] left,
  byte[] right)
 
 Parameters:
@@ -3112,7 +3112,7 @@ public static long 
 
 equals
-public static boolean equals(byte[] left,
+public static boolean equals(byte[] left,
  int leftOffset,
  int leftLen,
  byte[] right,
@@ -3126,7 +3126,7 @@ public static long 
 
 equals
-public static boolean equals(byte[] a,
+public static boolean equals(byte[] a,
  http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer buf)
 
 Parameters:
@@ -3143,7 +3143,7 @@ public static long 
 
 startsWith
-public static boolean startsWith(byte[] bytes,
+public static boolean startsWith(byte[] bytes,
  byte[] prefix)
 Return true if the byte array on the right is a prefix of 
the byte
  array on the left.
@@ -3155,7 +3155,7 @@ public static long 
 
 hashCode
-public static int hashCode(byte[] b)
+public static int hashCode(byte[] b)
 
 Parameters:
 b - bytes to hash
@@ -3172,7 +3172,7 @@ public static long 
 
 hashCode
-public static int hashCode(byte[] b,
+public static int hashCode(byte[] b,
int length)
 
 Parameters:
@@ -3191,7 +3191,7 @@ public static long 
 
 mapKey
-public static http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer mapKey(byte[] b)
+public static http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer mapKey(byte[] b)
 
 Parameters:
 b - bytes to hash
@@ -3207,7 +3207,7 @@ public static long 
 
 mapKey
-public static http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer mapKey(byte[] b,
+public static http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer mapKey(byte[] b,
  int length)
 
 Parameters:
@@ -3225,7 +3225,7 @@ public static long 
 
 add
-public static byte[] add(byte[] a,
+public static byte[] add(byte[] a,
  byte[] b)
 
 Parameters:
@@ -3242,7 +3242,7 @@ public static long 
 
 add
-public static byte[] add(byte[] a,
+public static byte[] add(byte[] a,
  byte[] b,
  byte[] c)
 
@@ -3261,7 +3261,7 @@ public static long 
 
 add
-public static byte[] add(byte[][] arrays)
+public static byte[] add(byte[][] arrays)
 
 Parameters:
 arrays - all the arrays to concatenate together.
@@ -3276,7 +3276,7 @@ public static long 
 
 head
-public static byte[] head(byte[] a,
+public static byte[] head(byte[] a,
   int length)
 
 Parameters:
@@ -3293,7 +3293,7 @@ public static long 
 
 tail
-public static byte[] tail(byte[] a,
+public static byte[] tail(byte[] a,
   int length)
 
 Parameters:
@@ -3310,7 +3310,7 @@ public static long 
 
 padHead
-public static byte[] padHead(byte[] a,
+public static byte[] padHead(byte[] a,
  int length)
 
 Parameters:
@@ -3327,7 +3327,7 @@ public static long 
 
 padTail
-public static byte[] padTail(byte[] a,
+public static byte[] padTail(byte[] a,
  int length)
 
 Parameters:
@@ -3344,7 +3344,7 @@ public static long 
 
 split
-public static byte[][] split(byte[] a,
+public static byte[][] split(byte[] a,
  byte[] b,
  int num)
 Split passed range.  Expensive operation relatively.  Uses 
BigInteger math.
@@ -3366,7 +3366,7 @@ public 

[21/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html
index 8591db5..c2f4aa1 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-private static class HRegion.MutationBatch
+private static class HRegion.MutationBatch
 extends HRegion.BatchOperation
 
 
@@ -248,7 +248,7 @@ extends 
 
 nonceGroup
-private long nonceGroup
+private long nonceGroup
 
 
 
@@ -257,7 +257,7 @@ extends 
 
 nonce
-private long nonce
+private long nonce
 
 
 
@@ -274,7 +274,7 @@ extends 
 
 MutationBatch
-public MutationBatch(Mutation[] operations,
+public MutationBatch(Mutation[] operations,
  long nonceGroup,
  long nonce)
 
@@ -293,7 +293,7 @@ extends 
 
 getMutation
-public Mutation getMutation(int index)
+public Mutation getMutation(int index)
 
 Specified by:
 getMutation in
 class HRegion.BatchOperation
@@ -306,7 +306,7 @@ extends 
 
 getNonceGroup
-public long getNonceGroup(int index)
+public long getNonceGroup(int index)
 
 Specified by:
 getNonceGroup in
 class HRegion.BatchOperation
@@ -319,7 +319,7 @@ extends 
 
 getNonce
-public long getNonce(int index)
+public long getNonce(int index)
 
 Specified by:
 getNonce in
 class HRegion.BatchOperation
@@ -332,7 +332,7 @@ extends 
 
 getMutationsForCoprocs
-public Mutation[] getMutationsForCoprocs()
+public Mutation[] getMutationsForCoprocs()
 Description copied from 
class: HRegion.BatchOperation
 This method is potentially expensive and should only be 
used for non-replay CP path.
 
@@ -347,7 +347,7 @@ extends 
 
 isInReplay
-public boolean isInReplay()
+public boolean isInReplay()
 
 Specified by:
 isInReplay in
 class HRegion.BatchOperation
@@ -360,7 +360,7 @@ extends 
 
 getReplaySequenceId
-public long getReplaySequenceId()
+public long getReplaySequenceId()
 
 Specified by:
 getReplaySequenceId in
 class HRegion.BatchOperation

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.ObservedExceptionsInBatch.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.ObservedExceptionsInBatch.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.ObservedExceptionsInBatch.html
index 53e5a83..7201f5e 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.ObservedExceptionsInBatch.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.ObservedExceptionsInBatch.html
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-static class HRegion.ObservedExceptionsInBatch
+static class HRegion.ObservedExceptionsInBatch
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
 A class that tracks exceptions that have been observed in 
one batch. Not thread safe.
 
@@ -236,7 +236,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 wrongRegion
-private boolean wrongRegion
+private boolean wrongRegion
 
 
 
@@ -245,7 +245,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 failedSanityCheck
-private boolean failedSanityCheck
+private boolean failedSanityCheck
 
 
 
@@ -254,7 +254,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 wrongFamily
-private boolean wrongFamily
+private boolean wrongFamily
 
 
 
@@ -271,7 +271,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 ObservedExceptionsInBatch
-ObservedExceptionsInBatch()
+ObservedExceptionsInBatch()
 
 
 
@@ -288,7 +288,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 hasSeenWrongRegion
-boolean hasSeenWrongRegion()
+boolean hasSeenWrongRegion()
 
 Returns:
 If a WrongRegionException has 
been observed.
@@ -301,7 +301,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 sawWrongRegion
-void sawWrongRegion()
+void sawWrongRegion()
 Records that a WrongRegionException has 
been observed.
 
 
@@ -311,7 +311,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 hasSeenFailedSanityCheck
-boolean hasSeenFailedSanityCheck()
+boolean hasSeenFailedSanityCheck()
 
 Returns:
 If a FailedSanityCheckException 
has been observed.
@@ -324,7 +324,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 sawFailedSanityCheck
-void sawFailedSanityChe

[19/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html
index 8e8e448..aa914b6 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.html
@@ -314,81 +314,71 @@ implements 
 
 static boolean
-DEFAULT_HREGION_MVCC_PRE_ASSIGN 
-
-
-static boolean
 DEFAULT_HREGION_UNASSIGN_FOR_FNFE 
 
-
+
 static int
 DEFAULT_MAX_CELL_SIZE 
 
-
+
 (package private) static long
 DEFAULT_ROW_PROCESSOR_TIMEOUT 
 
-
+
 (package private) static int
 DEFAULT_ROWLOCK_WAIT_DURATION 
 
-
+
 private boolean
 disallowWritesInRecovering
 Config setting for whether to allow writes when a region is 
in recovering or not.
 
 
-
+
 private Durability
 durability 
 
-
+
 private byte[]
 explicitSplitPoint 
 
-
+
 (package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/LongAdder.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">LongAdder
 filteredReadRequestsCount 
 
-
+
 static long
 FIXED_OVERHEAD 
 
-
+
 private long
 flushCheckInterval 
 
-
+
 (package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicLong.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicLong
 flushesQueued 
 
-
+
 private long
 flushPerChanges 
 
-
+
 private FlushPolicy
 flushPolicy 
 
-
+
 private static byte[]
 FOR_UNIT_TESTS_ONLY
 Row needed by below method.
 
 
-
+
 private HRegionFileSystem
 fs 
 
-
-static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-HBASE_MAX_CELL_SIZE_KEY 
-
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-HREGION_MVCC_PRE_ASSIGN
-Config key for using mvcc pre-assign feature for put
-
+HBASE_MAX_CELL_SIZE_KEY 
 
 
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
@@ -2356,40 +2346,13 @@ implements 
 
 
-
-
-
-
-
-HREGION_MVCC_PRE_ASSIGN
-public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String HREGION_MVCC_PRE_ASSIGN
-Config key for using mvcc pre-assign feature for put
-
-See Also:
-Constant
 Field Values
-
-
-
-
-
-
-
-
-DEFAULT_HREGION_MVCC_PRE_ASSIGN
-public static final boolean DEFAULT_HREGION_MVCC_PRE_ASSIGN
-
-See Also:
-Constant
 Field Values
-
-
-
 
 
 
 
 
 HREGION_UNASSIGN_FOR_FNFE
-public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String HREGION_UNASSIGN_FOR_FNFE
+public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String HREGION_UNASSIGN_FOR_FNFE
 
 See Also:
 Constant
 Field Values
@@ -2402,7 +2365,7 @@ implements 
 
 DEFAULT_HREGION_UNASSIGN_FOR_FNFE
-public static final boolean DEFAULT_HREGION_UNASSIGN_FOR_FNFE
+public static final boolean DEFAULT_HREGION_UNASSIGN_FOR_FNFE
 
 See Also:
 Constant
 Field Values
@@ -2415,7 +2378,7 @@ implements 
 
 HBASE_MAX_CELL_SIZE_KEY
-public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String HBASE_MAX_CELL_SIZE_KEY
+public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String HBASE_MAX_CELL_SIZE_KEY
 
 See Also:
 Constant
 Field Values
@@ -2428,7 +2391,7 @@ implements 
 
 DEFAULT_MAX_CELL_SIZE
-public static final int DEFAULT_MAX_CELL_SIZE
+public static final int DEFAULT_MAX_CELL_SIZE
 
 See Also:
 Constant
 Field Values
@@ -2441,7 +2404,7 @@ implements 
 
 DEFAULT_DURABILITY
-private static final Durability DEFAULT_DURABILITY
+private static final Durability DEFAULT_DURABILITY
 This is the global default value for durability. All 
tables/mutations not
  defining a durability or using USE_DEFAULT will default to this value.
 
@@ -2452,7 +2415,7 @@ implements 
 
 closed
-final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicBoolean closed
+final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true";
 title="class or interface in java.util.concurrent.atomic">AtomicBoolean closed
 
 
 
@@ -2461,7 +2424,7 @@ implements 
 
 closing
-final http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is

[24/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.MarkRegionOfflineOpResult.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.MarkRegionOfflineOpResult.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.MarkRegionOfflineOpResult.html
deleted file mode 100644
index f881896..000
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.MarkRegionOfflineOpResult.html
+++ /dev/null
@@ -1,358 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-
-
-
-DisableTableProcedure.MarkRegionOfflineOpResult (Apache HBase 
3.0.0-SNAPSHOT API)
-
-
-
-
-
-var methods = {"i0":9,"i1":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev Class
-Next Class
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
-
-
-
-
-Summary: 
-Nested | 
-Enum Constants | 
-Field | 
-Method
-
-
-Detail: 
-Enum Constants | 
-Field | 
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase.master.procedure
-Enum DisableTableProcedure.MarkRegionOfflineOpResult
-
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">java.lang.Enum
-
-
-org.apache.hadoop.hbase.master.procedure.DisableTableProcedure.MarkRegionOfflineOpResult
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable, http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable
-
-
-Enclosing class:
-DisableTableProcedure
-
-
-
-static enum DisableTableProcedure.MarkRegionOfflineOpResult
-extends http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants 
-
-Enum Constant and Description
-
-
-BULK_ASSIGN_REGIONS_FAILED 
-
-
-MARK_ALL_REGIONS_OFFLINE_INTERRUPTED 
-
-
-MARK_ALL_REGIONS_OFFLINE_SUCCESSFUL 
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods 
-
-Modifier and Type
-Method and Description
-
-
-static DisableTableProcedure.MarkRegionOfflineOpResult
-valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
-Returns the enum constant of this type with the specified 
name.
-
-
-
-static DisableTableProcedure.MarkRegionOfflineOpResult[]
-values()
-Returns an array containing the constants of this enum 
type, in
-the order they are declared.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum
-http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--";
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-";
 title="class or interface in java.lang">compareTo, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--";
 title="class or interface in java.lang">getDeclaringClass, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/8/docs/
 api/java/lang/Enum.html?is-external=tr

[28/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
index 185c9d5..42a6b9f 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html
@@ -168,9 +168,9 @@
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable)
 
 org.apache.hadoop.hbase.backup.BackupRestoreConstants.BackupCommand
-org.apache.hadoop.hbase.backup.BackupInfo.BackupState
-org.apache.hadoop.hbase.backup.BackupType
 org.apache.hadoop.hbase.backup.BackupInfo.BackupPhase
+org.apache.hadoop.hbase.backup.BackupType
+org.apache.hadoop.hbase.backup.BackupInfo.BackupState
 
 
 



[50/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/constant-values.html
--
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index 60912c8..8dfe458 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -591,376 +591,362 @@
 "hbase.id"
 
 
-
-
-public static final boolean
-CLUSTER_IS_DISTRIBUTED
-true
-
-
 
 
 public static final boolean
 CLUSTER_IS_LOCAL
 false
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 COMPACTION_KV_MAX
 "hbase.hstore.compaction.kv.max"
 
-
+
 
 
 public static final int
 COMPACTION_KV_MAX_DEFAULT
 10
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CONFIGURATION
 "CONFIGURATION"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CORRUPT_DIR_NAME
 "corrupt"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_INCLUSION_KEY
 "hbase.coprocessor.classloader.included.classes"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN
 "[^=,]+"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN
 "[^,]+"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_ALTERNATE_KEY_ALGORITHM_CONF_KEY
 "hbase.crypto.alternate.key.algorithm"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_CIPHERPROVIDER_CONF_KEY
 "hbase.crypto.cipherprovider"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEY_ALGORITHM_CONF_KEY
 "hbase.crypto.key.algorithm"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEYPROVIDER_CONF_KEY
 "hbase.crypto.keyprovider"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEYPROVIDER_PARAMETERS_KEY
 "hbase.crypto.keyprovider.parameters"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_MASTERKEY_ALTERNATE_NAME_CONF_KEY
 "hbase.crypto.master.alternate.key.name"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_MASTERKEY_NAME_CONF_KEY
 "hbase.crypto.master.key.name"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_WAL_ALGORITHM_CONF_KEY
 "hbase.crypto.wal.algorithm"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_WAL_KEY_NAME_CONF_KEY
 "hbase.crypto.wal.key.name"
 
-
+
 
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 DATA_FILE_UMASK_KEY
 "hbase.data.umask"
 
-
+
 
 
 public static final int
 DAY_IN_SECONDS
 86400
 
-
+
 
 
 public static final int
 DEFAULT_BLOCKSIZE
 65536
 
-
+
 
 
 public static final boolean
 DEFAULT_CLUSTER_DISTRIBUTED
 false
 
-
+
 
 
 public static final boolean
 DEFAULT_DISALLOW_WRITES_IN_RECOVERING_CONFIG
 false
 
-
+
 
 
 public static final boolean
 DEFAULT_DISTRIBUTED_LOG_REPLAY_CONFIG
 false
 
-
+
 
 
 public static final boolean
 DEFAULT_ENABLE_CLIENT_BACKPRESSURE
 false
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_BALANCER_PERIOD
 30
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_CLIENT_MAX_PERREGION_TASKS
 1
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_CLIENT_MAX_PERSERVER_TASKS
 2
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_CLIENT_MAX_TOTAL_TASKS
 100
 
-
+
 
 
 public static final int
 DEFAULT_HBASE_CLIENT_OPERATION_TIMEOUT
 120
 
-
+
 
 
 public static final long
 DEFAULT_HBASE_CLIENT_PAUSE
 100L
 
-
+

[48/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/org/apache/hadoop/hbase/HConstants.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/HConstants.html 
b/apidocs/org/apache/hadoop/hbase/HConstants.html
index 965b56e..c53f81d 100644
--- a/apidocs/org/apache/hadoop/hbase/HConstants.html
+++ b/apidocs/org/apache/hadoop/hbase/HConstants.html
@@ -225,315 +225,305 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 static boolean
-CLUSTER_IS_DISTRIBUTED
-Cluster is fully-distributed
-
-
-
-static boolean
 CLUSTER_IS_LOCAL
 Cluster is standalone or pseudo-distributed
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 COMPACTION_KV_MAX
 Parameter name for the maximum batch of KVs to be used in 
flushes and compactions
 
 
-
+
 static int
 COMPACTION_KV_MAX_DEFAULT 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CONFIGURATION 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CORRUPT_DIR_NAME 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_INCLUSION_KEY 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true";
 title="class or interface in java.util.regex">Pattern
 CP_HTD_ATTR_KEY_PATTERN 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true";
 title="class or interface in java.util.regex">Pattern
 CP_HTD_ATTR_VALUE_PARAM_PATTERN 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true";
 title="class or interface in java.util.regex">Pattern
 CP_HTD_ATTR_VALUE_PATTERN
 
  Pattern that matches a coprocessor specification.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_ALTERNATE_KEY_ALGORITHM_CONF_KEY
 Configuration key for the name of the alternate cipher 
algorithm for the cluster, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_CIPHERPROVIDER_CONF_KEY
 Configuration key for the crypto algorithm provider, a 
class name
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEY_ALGORITHM_CONF_KEY
 Configuration key for the algorithm used for creating jks 
key, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEYPROVIDER_CONF_KEY
 Configuration key for the crypto key provider, a class 
name
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEYPROVIDER_PARAMETERS_KEY
 Configuration key for the crypto key provider 
parameters
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_MASTERKEY_ALTERNATE_NAME_CONF_KEY
 Configuration key for the name of the alternate master key 
for the cluster, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_MASTERKEY_NAME_CONF_KEY
 Configuration key for the name of the master key for the 
cluster, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_WAL_ALGORITHM_CONF_KEY
 Configuration key for the algorithm to use when encrypting 
the WAL, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_WAL_KEY_NAME_CONF_KEY
 Configuration key for the name of the master WAL encryption 
key for the cluster, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 DATA_FILE_UMASK_KEY
 File permission umask to use when creating hbase data 
files
 

[47/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html 
b/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html
index 5d5e3f4..b0e6afe 100644
--- a/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html
+++ b/apidocs/org/apache/hadoop/hbase/KeepDeletedCells.html
@@ -262,7 +262,7 @@ the order they are declared.
 
 
 values
-public static KeepDeletedCells[] values()
+public static KeepDeletedCells[] 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 (KeepDeletedCells c : KeepDeletedCells.values())
 
 
 valueOf
-public static KeepDeletedCells valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static KeepDeletedCells valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">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/7ebe345d/apidocs/org/apache/hadoop/hbase/MemoryCompactionPolicy.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/MemoryCompactionPolicy.html 
b/apidocs/org/apache/hadoop/hbase/MemoryCompactionPolicy.html
index 6e906f4..c1d2a0a 100644
--- a/apidocs/org/apache/hadoop/hbase/MemoryCompactionPolicy.html
+++ b/apidocs/org/apache/hadoop/hbase/MemoryCompactionPolicy.html
@@ -263,7 +263,7 @@ the order they are declared.
 
 
 values
-public static MemoryCompactionPolicy[] values()
+public static MemoryCompactionPolicy[] 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:
@@ -283,7 +283,7 @@ for (MemoryCompactionPolicy c : 
MemoryCompactionPolicy.values())
 
 
 valueOf
-public static MemoryCompactionPolicy valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static MemoryCompactionPolicy valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">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/7ebe345d/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 13d923a..917c338 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Durability.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Durability.html
@@ -293,7 +293,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:
@@ -313,7 +313,7 @@ for (Durability c : Durability.values())
 
 
 valueOf
-public static Durability valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static Durability valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">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/7ebe345d/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 a581d89..0714eb7 100644
--- a/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html
+++ b/apidocs/org/apache/hadoop/hbase/client/IsolationLevel.html
@@ -256,7 +256,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. 

[27/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 4f6f54b..24565ef 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -804,11 +804,6 @@ service.
 
 
 int
-CellComparator.RowComparator.compare(Cell a,
-   Cell b) 
-
-
-int
 KeyValue.MetaComparator.compare(Cell left,
Cell right)
 Deprecated. 
@@ -816,7 +811,7 @@ service.
  table.
 
 
-
+
 int
 KeyValue.KVComparator.compare(Cell left,
Cell right)
@@ -825,14 +820,14 @@ service.
  rowkey, colfam/qual, timestamp, type, mvcc
 
 
-
+
 int
 KeyValue.RawBytesComparator.compare(Cell left,
Cell right)
 Deprecated. 
  
 
-
+
 private int
 CellComparator.compare(Cell a,
Cell b,
@@ -840,7 +835,7 @@ service.
 Compare cells.
 
 
-
+
 private static int
 CellComparator.compareColumns(Cell left,
   byte[] right,
@@ -849,14 +844,14 @@ service.
   int rqoffset,
   int rqlength) 
 
-
+
 static int
 CellComparator.compareColumns(Cell left,
   Cell right)
 Compares the family and qualifier part of the cell
 
 
-
+
 (package private) int
 KeyValue.KVComparator.compareColumns(Cell left,
   short lrowlength,
@@ -865,28 +860,28 @@ service.
 Deprecated. 
  
 
-
+
 private static int
 CellComparator.compareFamilies(Cell left,
byte[] right,
int roffset,
int rlength) 
 
-
+
 static int
 CellComparator.compareFamilies(Cell left,
Cell right)
 Compare the families of left and right cell
 
 
-
+
 static int
 CellComparator.compareFamily(Cell cell,
  ByteArrayComparable comparator)
 Compare cell's column family against given comparator
 
 
-
+
 int
 KeyValue.KVComparator.compareKey(Cell cell,
   byte[] row,
@@ -903,7 +898,7 @@ service.
 Deprecated. 
  
 
-
+
 int
 CellComparator.compareKeyBasedOnColHint(Cell nextIndexedCell,
 Cell currentCell,
@@ -917,63 +912,63 @@ service.
 Used to compare two cells based on the column hint 
provided.
 
 
-
+
 int
 CellComparator.compareKeyIgnoresMvcc(Cell left,
  Cell right)
 Compares only the key portion of a cell.
 
 
-
+
 int
 KeyValue.MetaComparator.compareOnlyKeyPortion(Cell left,
  Cell right)
 Deprecated. 
  
 
-
+
 int
 KeyValue.KVComparator.compareOnlyKeyPortion(Cell left,
  Cell right)
 Deprecated. 
  
 
-
+
 int
 KeyValue.RawBytesComparator.compareOnlyKeyPortion(Cell left,
  Cell right)
 Deprecated. 
  
 
-
+
 static int
 CellComparator.compareQualifier(Cell cell,
 ByteArrayComparable comparator)
 Compare cell's qualifier against given comparator
 
 
-
+
 static int
 CellComparator.compareQualifiers(Cell left,
  byte[] right,
  int rOffset,
  int rLength) 
 
-
+
 static int
 CellComparator.compareQualifiers(Cell left,
  Cell right)
 Compare the qualifiers part of the left and right 
cells.
 
 
-
+
 static int
 CellComparator.compareRow(Cell cell,
   ByteArrayComparable comparator)
 Compare cell's row against given comparator
 
 
-
+
 protected int
 KeyValue.MetaComparator.compareRowKey(Cell l,
  Cell r)
@@ -981,7 +976,7 @@ service.
 Override the row key comparison to parse and compare the 
meta row key parts.
 
 
-
+
 protected int
 KeyValue.KVComparator.compareRowKey(Cell left,
  Cell right)
@@ -989,7 +984,7 @@ service.
 Compares the only the user specified portion of a Key.
 
 
-
+
 int
 CellComparator.compareRows(Cell left,
byte[] right,
@@ -999,54 +994,54 @@ service.
  stopRow in Scan.
 
 
-
+
 int
 CellComparator.MetaCellComparator.compareRows(Cell left,
byte[] right,
int roffset,
int rlength) 
 
-
+
 int
 CellComparator.compareRows(Cell left,
Cell right)
 Compares the rows of the left and right cell.
 
 
-
+
 int
 CellComparator.MetaCellComparator.compareRows(Cell left,
Cell right) 
 
-
+
 int
 KeyValue.KVComparator.compareRows(Cell left,
Cell right)
 Deprecated. 
  
 
-
+
 static int
 CellComparator.compareTimestamps(Cell left,
  Cell right)
 Compares cell's timestamps in DESCENDING order.
 
 
-
+
 int
 KeyValue.KVComparator.compareTimestamps(Cell left,
  Cell right)
 Deprecated. 
  
 
-
+
 static int
 CellComparator.compareValue(Cell cell,
 ByteArrayComparable comparator)
 Compare cell's value against given comparator
 
 
-
+
 private int
 CellComparator.compareWithoutRow(Cell left,
  byte[] right,
@@ -1057,30 +1052,30 @@ service.
  except the row).
 
 
-
+
 stat

[37/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index eed300c..6d69cca 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -25,8 +25,8 @@ under the License.
 en-us
 ©2007 - 2017 The Apache Software Foundation
 
-  File: 2038,
- Errors: 12897,
+  File: 2037,
+ Errors: 12895,
  Warnings: 0,
  Infos: 0
   
@@ -3303,7 +3303,7 @@ under the License.
   0
 
 
-  25
+  22
 
   
   
@@ -10821,7 +10821,7 @@ under the License.
   0
 
 
-  15
+  16
 
   
   
@@ -25694,20 +25694,6 @@ under the License.
   
   
 
-  http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.regionserver.RegionOpeningState.java";>org/apache/hadoop/hbase/regionserver/RegionOpeningState.java
-
-
-  0
-
-
-  0
-
-
-  0
-
-  
-  
-
   http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.master.MasterFileSystem.java";>org/apache/hadoop/hbase/master/MasterFileSystem.java
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/coc.html
--
diff --git a/coc.html b/coc.html
index 9b507a8..a4a3b91 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – 
   Code of Conduct Policy
@@ -380,7 +380,7 @@ email to mailto:priv...@hbase.apache.org";>the priv
 https://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-08-31
+  Last Published: 
2017-09-01
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 2b98d7e..8373f51 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -679,7 +679,7 @@ Now your HBase server is running, start 
coding and build that next
 https://www.apache.org/";>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-08-31
+  Last Published: 
2017-09-01
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 56ab01a..6621ebf 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Project Dependencies
 
@@ -288,39 +288,11 @@
 Type
 Licenses
 
-com.github.stephenc.findbugs
-http://stephenc.github.com/findbugs-annotations";>findbugs-annotations
-1.3.9-1
-jar
-http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0
-
 junit
 http://junit.org";>junit
 4.12
 jar
-http://www.eclipse.org/legal/epl-v10.html";>Eclipse Public License 
1.0
-
-log4j
-http://logging.apache.org/log4j/1.2/";>log4j
-1.2.17
-jar
-http://www.apache.org/licenses/LICENSE-2.0.txt";>The Apache Software 
License, Version 2.0
-
-test
-The following is a list of test dependencies for this project. These 
dependencies are only required to compile and run unit tests for the 
application:
-
-
-GroupId
-ArtifactId
-Version
-Type
-Licenses
-
-org.mockito
-http://www.mockito.org";>mockito-all
-1.10.19
-jar
-http://github.com/mockito/mockito/blob/master/LICENSE";>The MIT 
License
+http://www.eclipse.org/legal/epl-v10.html";>Eclipse Public License 
1.0
 
 Project Transitive 
Dependencies
 The following is a list of transitive dependencies for this project. 
Transitive dependencies are the dependencies of the project dependencies.
@@ -378,26 +350,7 @@
 URL: http://hbase.apache.org";>http://hbase.apache.org
 Project Licenses: https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0
 
-com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1 (compile) 

-
-
-Findbugs Annotations under Apache License
-
-
-Description: A clean room implementation of the Findbugs Annotations 
based entirely on

[26/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.RowComparator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.RowComparator.html
 
b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.RowComparator.html
deleted file mode 100644
index e8cc82a..000
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.RowComparator.html
+++ /dev/null
@@ -1,125 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.CellComparator.RowComparator 
(Apache HBase 3.0.0-SNAPSHOT API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
-
-
-
-
-
-
-
-Uses of 
Classorg.apache.hadoop.hbase.CellComparator.RowComparator
-
-No usage of 
org.apache.hadoop.hbase.CellComparator.RowComparator
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
-
-
-
-
-
-
-Copyright © 2007–2017 https://www.apache.org/";>The Apache Software Foundation. All rights 
reserved.
-
-

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
index 6119d39..618f7ed 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
@@ -144,12 +144,6 @@
  KeyValues.
 
 
-
-static class 
-CellComparator.RowComparator
-Comparator that compares row component only of a Cell
-
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/class-use/HConstants.Modify.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/HConstants.Modify.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HConstants.Modify.html
deleted file mode 100644
index 146b0d2..000
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HConstants.Modify.html
+++ /dev/null
@@ -1,174 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-
-
-
-Uses of Class org.apache.hadoop.hbase.HConstants.Modify (Apache HBase 
3.0.0-SNAPSHOT API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
-
-
-
-
-
-
-
-Uses of Classorg.apache.hadoop.hbase.HConstants.Modify
-
-
-
-
-
-Packages that use HConstants.Modify 
-
-Package
-Description
-
-
-
-org.apache.hadoop.hbase
- 
-
-
-
-
-
-
-
-
-
-Uses of HConstants.Modify in org.apache.hadoop.hbase
-
-Methods in org.apache.hadoop.hbase
 that return HConstants.Modify 
-
-Modifier and Type
-Method and Description
-
-
-
-static HConstants.Modify
-HConstants.Modify.valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
-Returns the enum constant of this type with the specified 
name.
-
-
-
-static HConstants.Modify[]
-HConstants.Modify.values()
-Returns an array containing the constants of this enum 
type, in
-the order they are declared.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-P

[45/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html 
b/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html
index 6b0729b..9adaf3b 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html
@@ -1559,1681 +1559,1662 @@
 1551};
 1552  }
 1553
-1554  private static final 
Iterator EMPTY_TAGS_ITR = new Iterator() {
-1555@Override
-1556public boolean hasNext() {
-1557  return false;
-1558}
-1559
-1560@Override
-1561
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IT_NO_SUCH_ELEMENT",
-1562  justification="Intentional")
-1563public Tag next() {
-1564  return null;
+1554  /**
+1555   * Util method to iterate through the 
tags in the given cell.
+1556   *
+1557   * @param cell The Cell over which 
tags iterator is needed.
+1558   * @return iterator for the tags
+1559   */
+1560  public static Iterator 
tagsIterator(final Cell cell) {
+1561final int tagsLength = 
cell.getTagsLength();
+1562// Save an object allocation where 
we can
+1563if (tagsLength == 0) {
+1564  return TagUtil.EMPTY_TAGS_ITR;
 1565}
-1566
-1567@Override
-1568public void remove() {
-1569  throw new 
UnsupportedOperationException();
-1570}
-1571  };
+1566if (cell instanceof ByteBufferCell) 
{
+1567  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
+1568  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
+1569}
+1570return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
+1571  }
 1572
 1573  /**
-1574   * Util method to iterate through the 
tags in the given cell.
-1575   *
-1576   * @param cell The Cell over which 
tags iterator is needed.
-1577   * @return iterator for the tags
-1578   */
-1579  public static Iterator 
tagsIterator(final Cell cell) {
-1580final int tagsLength = 
cell.getTagsLength();
-1581// Save an object allocation where 
we can
-1582if (tagsLength == 0) {
-1583  return TagUtil.EMPTY_TAGS_ITR;
-1584}
-1585if (cell instanceof ByteBufferCell) 
{
-1586  return 
tagsIterator(((ByteBufferCell) cell).getTagsByteBuffer(),
-1587  ((ByteBufferCell) 
cell).getTagsPosition(), tagsLength);
-1588}
-1589return 
tagsIterator(cell.getTagsArray(), cell.getTagsOffset(), tagsLength);
-1590  }
-1591
-1592  /**
-1593   * @param cell The Cell
-1594   * @return Tags in the given Cell as a 
List
-1595   */
-1596  public static List 
getTags(Cell cell) {
-1597List tags = new 
ArrayList<>();
-1598Iterator tagsItr = 
tagsIterator(cell);
-1599while (tagsItr.hasNext()) {
-1600  tags.add(tagsItr.next());
-1601}
-1602return tags;
-1603  }
-1604
-1605  /**
-1606   * Retrieve Cell's first tag, matching 
the passed in type
-1607   *
-1608   * @param cell The Cell
-1609   * @param type Type of the Tag to 
retrieve
-1610   * @return null if there is no tag of 
the passed in tag type
-1611   */
-1612  public static Tag getTag(Cell cell, 
byte type){
-1613boolean bufferBacked = cell 
instanceof ByteBufferCell;
-1614int length = cell.getTagsLength();
-1615int offset = bufferBacked? 
((ByteBufferCell)cell).getTagsPosition():cell.getTagsOffset();
-1616int pos = offset;
-1617while (pos < offset + length) {
-1618  int tagLen;
-1619  if (bufferBacked) {
-1620ByteBuffer tagsBuffer = 
((ByteBufferCell)cell).getTagsByteBuffer();
-1621tagLen = 
ByteBufferUtils.readAsInt(tagsBuffer, pos, TAG_LENGTH_SIZE);
-1622if 
(ByteBufferUtils.toByte(tagsBuffer, pos + TAG_LENGTH_SIZE) == type) {
-1623  return new 
ByteBufferTag(tagsBuffer, pos, tagLen + TAG_LENGTH_SIZE);
-1624}
-1625  } else {
-1626tagLen = 
Bytes.readAsInt(cell.getTagsArray(), pos, TAG_LENGTH_SIZE);
-1627if (cell.getTagsArray()[pos + 
TAG_LENGTH_SIZE] == type) {
-1628  return new 
ArrayBackedTag(cell.getTagsArray(), pos, tagLen + TAG_LENGTH_SIZE);
-1629}
-1630  }
-1631  pos += TAG_LENGTH_SIZE + tagLen;
-1632}
-1633return null;
-1634  }
-1635
-1636  /**
-1637   * Returns true if the first range 
start1...end1 overlaps with the second range
-1638   * start2...end2, assuming the byte 
arrays represent row keys
-1639   */
-1640  public static boolean 
overlappingKeys(final byte[] start1, final byte[] end1,
-1641  final byte[] start2, final byte[] 
end2) {
-1642return (end2.length == 0 || 
start1.length == 0 || Bytes.compareTo(start1,
-1643end2) < 0)
-1644&& (end1.length == 0 || 
start2.length == 0 || Bytes.compareTo(start2,
-1645end1) < 0);
-1646  }
-1647
-1648  /**
-1649   * Sets the given seqId to the cell.
-1650   * Marked as audience Private

[23/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/namespace/NamespaceAuditor.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/namespace/NamespaceAuditor.html 
b/devapidocs/org/apache/hadoop/hbase/namespace/NamespaceAuditor.html
index e3b5f2c..ee5bf70 100644
--- a/devapidocs/org/apache/hadoop/hbase/namespace/NamespaceAuditor.html
+++ b/devapidocs/org/apache/hadoop/hbase/namespace/NamespaceAuditor.html
@@ -134,21 +134,13 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 Field and Description
 
 
-(package private) static int
-DEFAULT_NS_AUDITOR_INIT_TIMEOUT 
-
-
 private static 
org.apache.commons.logging.Log
 LOG 
 
-
+
 private MasterServices
 masterServices 
 
-
-(package private) static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-NS_AUDITOR_INIT_TIMEOUT 
-
 
 private NamespaceStateManager
 stateManager 
@@ -278,39 +270,13 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 private static final org.apache.commons.logging.Log LOG
 
 
-
-
-
-
-
-NS_AUDITOR_INIT_TIMEOUT
-static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String NS_AUDITOR_INIT_TIMEOUT
-
-See Also:
-Constant
 Field Values
-
-
-
-
-
-
-
-
-DEFAULT_NS_AUDITOR_INIT_TIMEOUT
-static final int DEFAULT_NS_AUDITOR_INIT_TIMEOUT
-
-See Also:
-Constant
 Field Values
-
-
-
 
 
 
 
 
 stateManager
-private NamespaceStateManager 
stateManager
+private NamespaceStateManager 
stateManager
 
 
 
@@ -319,7 +285,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 masterServices
-private MasterServices masterServices
+private MasterServices masterServices
 
 
 
@@ -336,7 +302,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 NamespaceAuditor
-public NamespaceAuditor(MasterServices masterServices)
+public NamespaceAuditor(MasterServices masterServices)
 
 
 
@@ -353,7 +319,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 start
-public void start()
+public void start()
throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 
 Throws:
@@ -367,7 +333,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 checkQuotaToCreateTable
-public void checkQuotaToCreateTable(TableName tName,
+public void checkQuotaToCreateTable(TableName tName,
 int regions)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Check quota to create table.
@@ -389,7 +355,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 checkQuotaToUpdateRegion
-public void checkQuotaToUpdateRegion(TableName tName,
+public void checkQuotaToUpdateRegion(TableName tName,
  int regions)
   throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Check and update region count quota for an existing 
table.
@@ -408,7 +374,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 checkTableTypeAndThrowException
-private void checkTableTypeAndThrowException(TableName name)
+private void checkTableTypeAndThrowException(TableName name)
   throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 
 Throws:
@@ -422,7 +388,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 getRegionCountOfTable
-public int getRegionCountOfTable(TableName tName)
+public int getRegionCountOfTable(TableName tName)
   throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 Get region count for table
 
@@ -441,7 +407,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 checkQuotaToSplitRegion
-public void checkQuotaToSplitRegion(HRegionInfo hri)
+public void checkQuotaToSplitRegion(HRegionInfo hri)
  throws http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException
 
 Throws:
@@ -455,7 +421,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 updateQuotaForRegionMerge
-public void updateQuotaForRegionMerge(HRegionInfo mergedRegion)
+public void updateQuotaForRegionMerge(HRegionInfo mergedRegion)

[11/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/src-html/org/apache/hadoop/hbase/CellComparator.RowComparator.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellComparator.RowComparator.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/CellComparator.RowComparator.html
deleted file mode 100644
index 965fa83..000
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/CellComparator.RowComparator.html
+++ /dev/null
@@ -1,726 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-Source code
-
-
-
-
-001/*
-002 * Licensed to the Apache Software 
Foundation (ASF) under one
-003 * or more contributor license 
agreements.  See the NOTICE file
-004 * distributed with this work for 
additional information
-005 * regarding copyright ownership.  The 
ASF licenses this file
-006 * to you under the Apache License, 
Version 2.0 (the
-007 * "License"); you may not use this file 
except in compliance
-008 * with the License.  You may obtain a 
copy of the License at
-009 *
-010 * 
http://www.apache.org/licenses/LICENSE-2.0
-011 *
-012 * Unless required by applicable law or 
agreed to in writing, software
-013 * distributed under the License is 
distributed on an "AS IS" BASIS,
-014 * WITHOUT WARRANTIES OR CONDITIONS OF 
ANY KIND, either express or implied.
-015 * See the License for the specific 
language governing permissions and
-016 * limitations under the License.
-017 */
-018
-019package org.apache.hadoop.hbase;
-020
-021import java.io.Serializable;
-022import java.util.Comparator;
-023
-024import org.apache.commons.logging.Log;
-025import 
org.apache.commons.logging.LogFactory;
-026import 
org.apache.hadoop.hbase.KeyValue.Type;
-027import 
org.apache.hadoop.hbase.classification.InterfaceAudience;
-028import 
org.apache.hadoop.hbase.classification.InterfaceStability;
-029import 
org.apache.hadoop.hbase.filter.ByteArrayComparable;
-030import 
org.apache.hadoop.hbase.util.ByteBufferUtils;
-031import 
org.apache.hadoop.hbase.util.Bytes;
-032
-033import 
org.apache.hadoop.hbase.shaded.com.google.common.primitives.Longs;
-034
-035/**
-036 * Compare two HBase cells.  Do not use 
this method comparing -ROOT- or
-037 * hbase:meta 
cells.  Cells from these tables need a specialized comparator, one that
-038 * takes account of the special 
formatting of the row where we have commas to delimit table from
-039 * regionname, from row.  See KeyValue 
for how it has a special comparator to do hbase:meta cells
-040 * and yet another for -ROOT-.
-041 * While using this comparator for 
{{@link #compareRows(Cell, Cell)} et al, the hbase:meta cells
-042 * format should be taken into 
consideration, for which the instance of this comparator
-043 * should be used.  In all other cases 
the static APIs in this comparator would be enough
-044 */
-045@edu.umd.cs.findbugs.annotations.SuppressWarnings(
-046value="UNKNOWN",
-047justification="Findbugs doesn't like 
the way we are negating the result of a compare in below")
-048@InterfaceAudience.Private
-049@InterfaceStability.Evolving
-050public class CellComparator implements 
Comparator, Serializable {
-051  static final Log LOG = 
LogFactory.getLog(CellComparator.class);
-052  private static final long 
serialVersionUID = -8760041766259623329L;
-053
-054  /**
-055   * Comparator for plain key/values; 
i.e. non-catalog table key/values. Works on Key portion
-056   * of KeyValue only.
-057   */
-058  public static final CellComparator 
COMPARATOR = new CellComparator();
-059  /**
-060   * A {@link CellComparator} for 
hbase:meta catalog table
-061   * {@link KeyValue}s.
-062   */
-063  public static final CellComparator 
META_COMPARATOR = new MetaCellComparator();
-064
-065  @Override
-066  public int compare(Cell a, Cell b) {
-067return compare(a, b, false);
-068  }
-069
-070  /**
-071   * Compares only the key portion of a 
cell. It does not include the sequence id/mvcc of the
-072   * cell 
-073   * @param left
-074   * @param right
-075   * @return an int greater than 0 if 
left > than right
-076   *lesser than 0 if left 
< than right
-077   *equal to 0 if left is 
equal to right
-078   */
-079  public final int 
compareKeyIgnoresMvcc(Cell left, Cell right) {
-080return compare(left, right, true);
-081  }
-082
-083  /**
-084   * Used when a cell needs to be 
compared with a key byte[] such as cases of
-085   * finding the index from the index 
block, bloom keys from the bloom blocks
-086   * This byte[] is expected to be 
serialized in the KeyValue serialization format
-087   * If the KeyValue (Cell's) 
serialization format changes this method cannot be used.
-088   * @param left the cell to be 
compared
-089   * @param key the serialized key part 
of a KeyValue
-090   * @param offset the offset in the key 
byte[]
-091   * @param length the length of the key 
byte[]
-092   *

[36/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index e7a7de1..3fa82c9 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase – Reactor Dependency Convergence
 
@@ -290,13 +290,13 @@
 41
 
 Number of dependencies (NOD):
-308
+304
 
 Number of unique artifacts (NOA):
-333
+329
 
 Number of version-conflicting artifacts (NOC):
-16
+17
 
 Number of SNAPSHOT artifacts (NOS):
 0
@@ -334,48 +334,65 @@
 org.apache.hbase:hbase-spark-it:jar:3.0.0-SNAPSHOT+- org.apache.spark:spark-core_2.10:jar:1.6.0:provided|  +- org.apache.spark:spark-network-shuffle_2.10:jar:1.6.0:provided|  |  \- (com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:provided
 - omitted for duplicate)|  +- com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:provided|  \- com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.4.4:provided| \- (com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:provided
 - omitted for duplicate)\- org.apache.spark:spark-sql_2.10:jar:1.6.0:provided   \- (com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:provided
 - omitted for duplicate)
 org.apache.hbase:hbase-spark:jar:3.0.0-SNAPSHOT+- org.apache.spark:spark-core_2.10:jar:1.6.0:provided|  +- org.apache.spark:spark-network-shuffle_2.10:jar:1.6.0:provided|  |  \- (com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:provided
 - omitted for duplicate)|  +- com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:provided|  \- com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.4.4:provided| \- (com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:provided
 - omitted for duplicate)\- org.apache.spark:spark-sql_2.10:jar:1.6.0:provided   \- (com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:provided
 - omitted for duplicate)
 
-com.google.guava:guava
+com.google.errorprone:javac
 
 
 
 
 
 
+9-dev-r4023-2
+
+
+org.apache.hbase:hbase-error-prone:jar:3.0.0-SNAPSHOT\- com.google.errorprone:error_prone_check_api:jar:2.0.21:provided   \- (com.google.errorprone:javac:jar:9-dev-r4023-2:provided
 - omitted for conflict with 9-dev-r4023-3)
+
+9-dev-r4023-3
+
+
+org.apache.hbase:hbase-error-prone:jar:3.0.0-SNAPSHOT\- com.google.errorprone:javac:jar:9-dev-r4023-3:provided
+
+com.google.guava:guava
+
+
+
+
+
+
 11.0.2
 
 
 org.apache.hbase:hbase-spark-it:jar:3.0.0-SNAPSHOT\- org.apache.hbase:hbase-common:jar:3.0.0-SNAPSHOT:compile   \- org.apache.hadoop:hadoop-common:jar:2.7.1:compile  \- com.google.guava:guava:jar:11.0.2:compile
 org.apache.hbase:hbase-spark:jar:3.0.0-SNAPSHOT+- org.apache.hadoop:hadoop-client:jar:2.7.1:compile|  +- org.apache.hadoop:hadoop-hdfs:jar:2.7.1:compile|  |  \- (com.google.guava:guava:jar:11.0.2:compile 
- omitted for conflict with 14.0.1)|  +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.1:compile|  |  \- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.1:compile|  | +- org.apache.hadoop:hadoop-yarn-client:jar:2.7.1:compile|  | |  \- (com.google.guava:guava:jar:11.0.2:compile
 - omitted for conflict with 14.0.1)|  | \- org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.1:compile|  |\- (com.google.guava:guava:jar:11.0.2:comp
 ile - omitted for conflict with 14.0.1)|  +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.1:compile|  |  \- (com.google.guava:guava:jar:11.0.2:compile 
- omitted for conflict with 14.0.1)|  \- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.1:compile| \- org.apache.hadoop:hadoop-yarn-common:jar:2.7.1:compile|\- (com.google.guava:guava:jar:11.0.2:compile
 - omitted for conflict with 14.0.1)+- org.apache.hadoop:hadoop-common:jar:2.7.1:compile|  \- com.google.guava:guava:jar:11.0.2:compile+- org.apache.hadoop:hadoop-common:test-jar:tests:2.7.1:test|  \- (com.google.guava:guava:jar:11.0.2:test - omitted for 
duplicate)\- org.apache.hadoop:hadoop-hdfs:test-jar:tests:2.7.1:test   \- (com.google.guava:guava:jar:11.0.2:te
 st - omitted for duplicate)
-
+
 14.0.1
 
 
 org.apache.hbase:hbase-spark-it:jar:3.0.0-SNAPSHOT\- org.apache.spark:spark-core_2.10:jar:1.6.0:provided   \- org.tachyonproject:tachyon-client:jar:0.8.2:provided  +- (com.google.guava:guava:jar:14.0.1:provided
 - omitted for conflict with 11.0.2)  +- org.tachyonproject:tachyon-underfs-hdfs:jar:0.8.2:provided  |  \- (com.google.guava:guava:jar:14.0.1:provided
 - omitted for conflict with 11.0.2)  +- org.tachyonproject:tachyon-underfs-s3:jar:0.8.2:provided  |  \- (com.google.guava:guava:jar:14.0.1:provided
 - omitted for conflict with 11.0.2)  \- org.tachyonproject:tachyon-underfs-local:jar:0.8.2:provided
 0;\- (com.google.guava:guava:jar:14.0.1:provided - omitted for conflict 
with 11.0.2)
 org.apache.hbase:hbase-spark:jar:3.0.0-SNAPSHOT\- org.apache.spark:spark-core_2.10:jar:1.6.0

[29/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/HConstants.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/HConstants.html 
b/devapidocs/org/apache/hadoop/hbase/HConstants.html
index bc5230e..d7d8361 100644
--- a/devapidocs/org/apache/hadoop/hbase/HConstants.html
+++ b/devapidocs/org/apache/hadoop/hbase/HConstants.html
@@ -44,7 +44,7 @@
 
 
 Prev Class
-Next Class
+Next Class
 
 
 Frames
@@ -127,12 +127,6 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 static class 
-HConstants.Modify
-modifyTable op for replacing the table descriptor
-
-
-
-static class 
 HConstants.OperationStatusCode
 Status codes used for return values of bulk 
operations.
 
@@ -252,315 +246,305 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 static boolean
-CLUSTER_IS_DISTRIBUTED
-Cluster is fully-distributed
-
-
-
-static boolean
 CLUSTER_IS_LOCAL
 Cluster is standalone or pseudo-distributed
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 COMPACTION_KV_MAX
 Parameter name for the maximum batch of KVs to be used in 
flushes and compactions
 
 
-
+
 static int
 COMPACTION_KV_MAX_DEFAULT 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CONFIGURATION 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CORRUPT_DIR_NAME 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_INCLUSION_KEY 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true";
 title="class or interface in java.util.regex">Pattern
 CP_HTD_ATTR_KEY_PATTERN 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true";
 title="class or interface in java.util.regex">Pattern
 CP_HTD_ATTR_VALUE_PARAM_PATTERN 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html?is-external=true";
 title="class or interface in java.util.regex">Pattern
 CP_HTD_ATTR_VALUE_PATTERN
 
  Pattern that matches a coprocessor specification.
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_ALTERNATE_KEY_ALGORITHM_CONF_KEY
 Configuration key for the name of the alternate cipher 
algorithm for the cluster, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_CIPHERPROVIDER_CONF_KEY
 Configuration key for the crypto algorithm provider, a 
class name
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEY_ALGORITHM_CONF_KEY
 Configuration key for the algorithm used for creating jks 
key, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEYPROVIDER_CONF_KEY
 Configuration key for the crypto key provider, a class 
name
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_KEYPROVIDER_PARAMETERS_KEY
 Configuration key for the crypto key provider 
parameters
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_MASTERKEY_ALTERNATE_NAME_CONF_KEY
 Configuration key for the name of the alternate master key 
for the cluster, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_MASTERKEY_NAME_CONF_KEY
 Configuration key for the name of the master key for the 
cluster, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 CRYPTO_WAL_ALGORITHM_CONF_KEY
 Configuration key for the algorithm to use when encrypting 
the WAL, a string
 
 
-
+
 static http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or int

[40/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html
--
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html 
b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html
index dc85290..c15ed05 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html
@@ -1518,1149 +1518,1104 @@
 1510  }
 1511
 1512  /**
-1513   * Returns true if x1 is less than 
x2, when both values are treated as
-1514   * unsigned long.
-1515   * Both values are passed as is 
read by Unsafe. When platform is Little Endian, have to
-1516   * convert to corresponding Big 
Endian value and then do compare. We do all writes in
-1517   * Big Endian format.
-1518   */
-1519  static boolean 
lessThanUnsignedLong(long x1, long x2) {
-1520if (UnsafeAccess.littleEndian) 
{
-1521  x1 = Long.reverseBytes(x1);
-1522  x2 = Long.reverseBytes(x2);
-1523}
-1524return (x1 + Long.MIN_VALUE) 
< (x2 + Long.MIN_VALUE);
-1525  }
+1513   * Lexicographically compare two 
arrays.
+1514   *
+1515   * @param buffer1 left operand
+1516   * @param buffer2 right operand
+1517   * @param offset1 Where to start 
comparing in the left buffer
+1518   * @param offset2 Where to start 
comparing in the right buffer
+1519   * @param length1 How much to 
compare from the left buffer
+1520   * @param length2 How much to 
compare from the right buffer
+1521   * @return 0 if equal, < 0 if 
left is less than right, etc.
+1522   */
+1523  @Override
+1524  public int compareTo(byte[] 
buffer1, int offset1, int length1,
+1525  byte[] buffer2, int offset2, 
int length2) {
 1526
-1527  /**
-1528   * Returns true if x1 is less than 
x2, when both values are treated as
-1529   * unsigned int.
-1530   * Both values are passed as is 
read by Unsafe. When platform is Little Endian, have to
-1531   * convert to corresponding Big 
Endian value and then do compare. We do all writes in
-1532   * Big Endian format.
-1533   */
-1534  static boolean 
lessThanUnsignedInt(int x1, int x2) {
-1535if (UnsafeAccess.littleEndian) 
{
-1536  x1 = 
Integer.reverseBytes(x1);
-1537  x2 = 
Integer.reverseBytes(x2);
-1538}
-1539return (x1 & 0xL) 
< (x2 & 0xL);
-1540  }
-1541
-1542  /**
-1543   * Returns true if x1 is less than 
x2, when both values are treated as
-1544   * unsigned short.
-1545   * Both values are passed as is 
read by Unsafe. When platform is Little Endian, have to
-1546   * convert to corresponding Big 
Endian value and then do compare. We do all writes in
-1547   * Big Endian format.
-1548   */
-1549  static boolean 
lessThanUnsignedShort(short x1, short x2) {
-1550if (UnsafeAccess.littleEndian) 
{
-1551  x1 = Short.reverseBytes(x1);
-1552  x2 = Short.reverseBytes(x2);
-1553}
-1554return (x1 & 0x) < 
(x2 & 0x);
-1555  }
-1556
-1557  /**
-1558   * Lexicographically compare two 
arrays.
-1559   *
-1560   * @param buffer1 left operand
-1561   * @param buffer2 right operand
-1562   * @param offset1 Where to start 
comparing in the left buffer
-1563   * @param offset2 Where to start 
comparing in the right buffer
-1564   * @param length1 How much to 
compare from the left buffer
-1565   * @param length2 How much to 
compare from the right buffer
-1566   * @return 0 if equal, < 0 if 
left is less than right, etc.
-1567   */
-1568  @Override
-1569  public int compareTo(byte[] 
buffer1, int offset1, int length1,
-1570  byte[] buffer2, int offset2, 
int length2) {
-1571
-1572// Short circuit equal case
-1573if (buffer1 == buffer2 
&&
-1574offset1 == offset2 
&&
-1575length1 == length2) {
-1576  return 0;
-1577}
-1578final int stride = 8;
-1579final int minLength = 
Math.min(length1, length2);
-1580int strideLimit = minLength 
& ~(stride - 1);
-1581final long offset1Adj = offset1 
+ UnsafeAccess.BYTE_ARRAY_BASE_OFFSET;
-1582final long offset2Adj = offset2 
+ UnsafeAccess.BYTE_ARRAY_BASE_OFFSET;
-1583int i;
-1584
-1585/*
-1586 * Compare 8 bytes at a time. 
Benchmarking on x86 shows a stride of 8 bytes is no slower
-1587 * than 4 bytes even on 32-bit. 
On the other hand, it is substantially faster on 64-bit.
-1588 */
-1589for (i = 0; i < strideLimit; 
i += stride) {
-1590  long lw = 
theUnsafe.getLong(buffer1, offset1Adj + (long) i);
-1591  long rw = 
theUnsafe.getLong(buffer2, offset2Adj + (long) i);
-1592  if (lw != rw) {
-1593
if(!Unsaf

[22/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/quotas/QuotaSnapshotStore.ViolationState.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/QuotaSnapshotStore.ViolationState.html
 
b/devapidocs/org/apache/hadoop/hbase/quotas/QuotaSnapshotStore.ViolationState.html
deleted file mode 100644
index 505476b..000
--- 
a/devapidocs/org/apache/hadoop/hbase/quotas/QuotaSnapshotStore.ViolationState.html
+++ /dev/null
@@ -1,348 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-
-
-
-QuotaSnapshotStore.ViolationState (Apache HBase 3.0.0-SNAPSHOT 
API)
-
-
-
-
-
-var methods = {"i0":9,"i1":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev Class
-Next Class
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
-
-
-
-
-Summary: 
-Nested | 
-Enum Constants | 
-Field | 
-Method
-
-
-Detail: 
-Enum Constants | 
-Field | 
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase.quotas
-Enum 
QuotaSnapshotStore.ViolationState
-
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">java.lang.Enum
-
-
-org.apache.hadoop.hbase.quotas.QuotaSnapshotStore.ViolationState
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable, http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable
-
-
-Enclosing interface:
-QuotaSnapshotStore
-
-
-
-@InterfaceAudience.Private
-public static enum QuotaSnapshotStore.ViolationState
-extends http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum
-The current state of a table with respect to the policy set 
forth by a quota.
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants 
-
-Enum Constant and Description
-
-
-IN_OBSERVANCE 
-
-
-IN_VIOLATION 
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods 
-
-Modifier and Type
-Method and Description
-
-
-static QuotaSnapshotStore.ViolationState
-valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
-Returns the enum constant of this type with the specified 
name.
-
-
-
-static QuotaSnapshotStore.ViolationState[]
-values()
-Returns an array containing the constants of this enum 
type, in
-the order they are declared.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum
-http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--";
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-";
 title="class or interface in java.lang">compareTo, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--";
 title="class or interface in java.lang">getDeclaringClass, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/8/docs/
 api/java/lang/Enum.html?is-external=true#name--" title="class or interface in 
java.lang">name, http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--";
 title="class or interface in java.lang">ordinal, http://docs.oracle

[32/51] [partial] hbase-site git commit: Published site at .

2017-09-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/devapidocs/org/apache/hadoop/hbase/CellComparator.RowComparator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/CellComparator.RowComparator.html 
b/devapidocs/org/apache/hadoop/hbase/CellComparator.RowComparator.html
deleted file mode 100644
index 98b622a..000
--- a/devapidocs/org/apache/hadoop/hbase/CellComparator.RowComparator.html
+++ /dev/null
@@ -1,342 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-
-
-
-CellComparator.RowComparator (Apache HBase 3.0.0-SNAPSHOT API)
-
-
-
-
-
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev Class
-Next Class
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
-
-
-
-
-Summary: 
-Nested | 
-Field | 
-Constr | 
-Method
-
-
-Detail: 
-Field | 
-Constr | 
-Method
-
-
-
-
-
-
-
-
-org.apache.hadoop.hbase
-Class 
CellComparator.RowComparator
-
-
-
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object
-
-
-org.apache.hadoop.hbase.CellComparator
-
-
-org.apache.hadoop.hbase.CellComparator.RowComparator
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable, http://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator
-
-
-Enclosing class:
-CellComparator
-
-
-
-public static class CellComparator.RowComparator
-extends CellComparator
-Comparator that compares row component only of a Cell
-
-See Also:
-Serialized
 Form
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from 
class org.apache.hadoop.hbase.CellComparator
-CellComparator.MetaCellComparator, CellComparator.RowComparator
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-Fields inherited from class org.apache.hadoop.hbase.CellComparator
-COMPARATOR,
 LOG, 
META_COMPARATOR
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors 
-
-Constructor and Description
-
-
-RowComparator() 
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods 
-
-Modifier and Type
-Method and Description
-
-
-int
-compare(Cell a,
-   Cell b) 
-
-
-
-
-
-
-Methods inherited from class org.apache.hadoop.hbase.CellComparator
-compare,
 compareColumns,
 compareFamilies,
 compareFamily,
 compareKeyBasedOnColHint,
 compareKeyIgnoresMvcc, compareQualifier,
 compareQualifiers,
 compareQualifiers,
 compareRow,
 compareRows,
 compareRows<
 /a>, compareTimestamps,
 compareTimestamps,
 compareValue,
 compareWithoutRow
-
-
-
-
-
-Methods inherited from class java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString, http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait, htt

hbase git commit: HBASE-17826 Backup: submit M/R job to a particular Yarn queue - addendum fixes variable name (Vladimir Rodionov)

2017-09-01 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/master fb537fe73 -> 7a1c12167


HBASE-17826 Backup: submit M/R job to a particular Yarn queue - addendum fixes 
variable name (Vladimir Rodionov)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7a1c1216
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7a1c1216
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7a1c1216

Branch: refs/heads/master
Commit: 7a1c1216782d534efa409d2c5b3c1dc69b19160b
Parents: fb537fe
Author: tedyu 
Authored: Fri Sep 1 08:43:55 2017 -0700
Committer: tedyu 
Committed: Fri Sep 1 08:43:55 2017 -0700

--
 .../java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/7a1c1216/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
--
diff --git 
a/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
 
b/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
index eaba049..5b91e34 100644
--- 
a/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
+++ 
b/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
@@ -324,9 +324,9 @@ public final class BackupCommands {
   .getOptionValue(OPTION_WORKERS)) : -1;
 
   if (cmdline.hasOption(OPTION_YARN_QUEUE_NAME)) {
-String poolName = cmdline.getOptionValue(OPTION_YARN_QUEUE_NAME);
+String queueName = cmdline.getOptionValue(OPTION_YARN_QUEUE_NAME);
 // Set system property value for MR job
-System.setProperty("mapreduce.job.queuename", poolName);
+System.setProperty("mapreduce.job.queuename", queueName);
   }
 
   try (BackupAdminImpl admin = new BackupAdminImpl(conn);) {



hbase git commit: HBASE-17826 Backup: submit M/R job to a particular Yarn queue - addendum fixes variable name (Vladimir Rodionov)

2017-09-01 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-2 43c4bc576 -> 45470e72f


HBASE-17826 Backup: submit M/R job to a particular Yarn queue - addendum fixes 
variable name (Vladimir Rodionov)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/45470e72
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/45470e72
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/45470e72

Branch: refs/heads/branch-2
Commit: 45470e72f8e63b9cd36ed12ee88a981b13ef4d1d
Parents: 43c4bc5
Author: tedyu 
Authored: Fri Sep 1 08:45:39 2017 -0700
Committer: tedyu 
Committed: Fri Sep 1 08:45:39 2017 -0700

--
 .../java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/45470e72/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
--
diff --git 
a/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
 
b/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
index eaba049..5b91e34 100644
--- 
a/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
+++ 
b/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java
@@ -324,9 +324,9 @@ public final class BackupCommands {
   .getOptionValue(OPTION_WORKERS)) : -1;
 
   if (cmdline.hasOption(OPTION_YARN_QUEUE_NAME)) {
-String poolName = cmdline.getOptionValue(OPTION_YARN_QUEUE_NAME);
+String queueName = cmdline.getOptionValue(OPTION_YARN_QUEUE_NAME);
 // Set system property value for MR job
-System.setProperty("mapreduce.job.queuename", poolName);
+System.setProperty("mapreduce.job.queuename", queueName);
   }
 
   try (BackupAdminImpl admin = new BackupAdminImpl(conn);) {



hbase git commit: HBASE-18724 Close stale github PRs

2017-09-01 Thread busbey
Repository: hbase
Updated Branches:
  refs/heads/master 7a1c12167 -> 7550c64ac


HBASE-18724 Close stale github PRs

* closes #48 work continued on HBASE-17906
* closes #49 work continued on HBASE-17906
* closes #53 as mistake pull request
* closes #54 as mistake pull request
* closes #55 as mistake pull request

Signed-off-by: Peter Somogyi 
Signed-off-by: Chia-Ping Tsai 


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7550c64a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7550c64a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7550c64a

Branch: refs/heads/master
Commit: 7550c64ac28eeeaa73352264ffb0a91f42fda832
Parents: 7a1c121
Author: Sean Busbey 
Authored: Thu Aug 31 09:01:10 2017 -0700
Committer: Sean Busbey 
Committed: Fri Sep 1 09:34:16 2017 -0700

--

--




hbase git commit: HBASE-18646 [Backup] LogRollMasterProcedureManager: make procedure timeout, thread pool size configurable (Vladimir Rodionov)

2017-09-01 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/master 7550c64ac -> 19bb4ef48


HBASE-18646 [Backup] LogRollMasterProcedureManager: make procedure timeout, 
thread pool size configurable (Vladimir Rodionov)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/19bb4ef4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/19bb4ef4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/19bb4ef4

Branch: refs/heads/master
Commit: 19bb4ef487407cdf59a3f3c5bbef6dd8b917b682
Parents: 7550c64
Author: tedyu 
Authored: Fri Sep 1 10:16:48 2017 -0700
Committer: tedyu 
Committed: Fri Sep 1 10:16:48 2017 -0700

--
 .../master/LogRollMasterProcedureManager.java   | 28 +++-
 1 file changed, 22 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/19bb4ef4/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
--
diff --git 
a/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
 
b/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
index 47e428c..88c3455 100644
--- 
a/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
+++ 
b/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
@@ -25,6 +25,7 @@ import java.util.concurrent.ThreadPoolExecutor;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.hbase.CoordinatedStateManagerFactory;
 import org.apache.hadoop.hbase.ServerName;
 import org.apache.hadoop.hbase.backup.BackupRestoreConstants;
@@ -50,11 +51,17 @@ import org.apache.zookeeper.KeeperException;
  */
 @InterfaceAudience.Private
 public class LogRollMasterProcedureManager extends MasterProcedureManager {
+  private static final Log LOG = 
LogFactory.getLog(LogRollMasterProcedureManager.class);
 
   public static final String ROLLLOG_PROCEDURE_SIGNATURE = "rolllog-proc";
   public static final String ROLLLOG_PROCEDURE_NAME = "rolllog";
-  private static final Log LOG = 
LogFactory.getLog(LogRollMasterProcedureManager.class);
+  public static final String BACKUP_WAKE_MILLIS_KEY = 
"hbase.backup.logroll.wake.millis";
+  public static final String BACKUP_TIMEOUT_MILLIS_KEY = 
"hbase.backup.logroll.timeout.millis";
+  public static final String BACKUP_POOL_THREAD_NUMBER_KEY = 
"hbase.backup.logroll.pool.thread.number";
 
+  public static final int BACKUP_WAKE_MILLIS_DEFAULT = 500;
+  public static final int BACKUP_TIMEOUT_MILLIS_DEFAULT = 18;
+  public static final int BACKUP_POOL_THREAD_NUMBER_DEFAULT = 8;
   private MasterServices master;
   private ProcedureCoordinator coordinator;
   private boolean done;
@@ -77,16 +84,25 @@ public class LogRollMasterProcedureManager extends 
MasterProcedureManager {
 
 // setup the default procedure coordinator
 String name = master.getServerName().toString();
-ThreadPoolExecutor tpool = ProcedureCoordinator.defaultPool(name, 1);
+
+
+// get the configuration for the coordinator
+Configuration conf = master.getConfiguration();
+long wakeFrequency = conf.getInt(BACKUP_WAKE_MILLIS_KEY, 
BACKUP_WAKE_MILLIS_DEFAULT);
+long timeoutMillis = 
conf.getLong(BACKUP_TIMEOUT_MILLIS_KEY,BACKUP_TIMEOUT_MILLIS_DEFAULT);
+int opThreads = conf.getInt(BACKUP_POOL_THREAD_NUMBER_KEY,
+BACKUP_POOL_THREAD_NUMBER_DEFAULT);
+
+// setup the default procedure coordinator
+ThreadPoolExecutor tpool = ProcedureCoordinator.defaultPool(name, 
opThreads);
 BaseCoordinatedStateManager coordManager =
 (BaseCoordinatedStateManager) CoordinatedStateManagerFactory
-.getCoordinatedStateManager(master.getConfiguration());
+.getCoordinatedStateManager(master.getConfiguration());
 coordManager.initialize(master);
-
 ProcedureCoordinatorRpcs comms =
 coordManager.getProcedureCoordinatorRpcs(getProcedureSignature(), 
name);
+this.coordinator = new ProcedureCoordinator(comms, tpool, timeoutMillis, 
wakeFrequency);
 
-this.coordinator = new ProcedureCoordinator(comms, tpool);
   }
 
   @Override
@@ -152,4 +168,4 @@ public class LogRollMasterProcedureManager extends 
MasterProcedureManager {
 return done;
   }
 
-}
\ No newline at end of file
+}



hbase git commit: HBASE-18646 [Backup] LogRollMasterProcedureManager: make procedure timeout, thread pool size configurable (Vladimir Rodionov)

2017-09-01 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-2 45470e72f -> a253e8770


HBASE-18646 [Backup] LogRollMasterProcedureManager: make procedure timeout, 
thread pool size configurable (Vladimir Rodionov)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a253e877
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a253e877
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a253e877

Branch: refs/heads/branch-2
Commit: a253e87704b34ce12c4a17919465980ea62e2687
Parents: 45470e7
Author: tedyu 
Authored: Fri Sep 1 10:18:18 2017 -0700
Committer: tedyu 
Committed: Fri Sep 1 10:18:18 2017 -0700

--
 .../master/LogRollMasterProcedureManager.java   | 28 +++-
 1 file changed, 22 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/a253e877/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
--
diff --git 
a/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
 
b/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
index 47e428c..88c3455 100644
--- 
a/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
+++ 
b/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/LogRollMasterProcedureManager.java
@@ -25,6 +25,7 @@ import java.util.concurrent.ThreadPoolExecutor;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.hbase.CoordinatedStateManagerFactory;
 import org.apache.hadoop.hbase.ServerName;
 import org.apache.hadoop.hbase.backup.BackupRestoreConstants;
@@ -50,11 +51,17 @@ import org.apache.zookeeper.KeeperException;
  */
 @InterfaceAudience.Private
 public class LogRollMasterProcedureManager extends MasterProcedureManager {
+  private static final Log LOG = 
LogFactory.getLog(LogRollMasterProcedureManager.class);
 
   public static final String ROLLLOG_PROCEDURE_SIGNATURE = "rolllog-proc";
   public static final String ROLLLOG_PROCEDURE_NAME = "rolllog";
-  private static final Log LOG = 
LogFactory.getLog(LogRollMasterProcedureManager.class);
+  public static final String BACKUP_WAKE_MILLIS_KEY = 
"hbase.backup.logroll.wake.millis";
+  public static final String BACKUP_TIMEOUT_MILLIS_KEY = 
"hbase.backup.logroll.timeout.millis";
+  public static final String BACKUP_POOL_THREAD_NUMBER_KEY = 
"hbase.backup.logroll.pool.thread.number";
 
+  public static final int BACKUP_WAKE_MILLIS_DEFAULT = 500;
+  public static final int BACKUP_TIMEOUT_MILLIS_DEFAULT = 18;
+  public static final int BACKUP_POOL_THREAD_NUMBER_DEFAULT = 8;
   private MasterServices master;
   private ProcedureCoordinator coordinator;
   private boolean done;
@@ -77,16 +84,25 @@ public class LogRollMasterProcedureManager extends 
MasterProcedureManager {
 
 // setup the default procedure coordinator
 String name = master.getServerName().toString();
-ThreadPoolExecutor tpool = ProcedureCoordinator.defaultPool(name, 1);
+
+
+// get the configuration for the coordinator
+Configuration conf = master.getConfiguration();
+long wakeFrequency = conf.getInt(BACKUP_WAKE_MILLIS_KEY, 
BACKUP_WAKE_MILLIS_DEFAULT);
+long timeoutMillis = 
conf.getLong(BACKUP_TIMEOUT_MILLIS_KEY,BACKUP_TIMEOUT_MILLIS_DEFAULT);
+int opThreads = conf.getInt(BACKUP_POOL_THREAD_NUMBER_KEY,
+BACKUP_POOL_THREAD_NUMBER_DEFAULT);
+
+// setup the default procedure coordinator
+ThreadPoolExecutor tpool = ProcedureCoordinator.defaultPool(name, 
opThreads);
 BaseCoordinatedStateManager coordManager =
 (BaseCoordinatedStateManager) CoordinatedStateManagerFactory
-.getCoordinatedStateManager(master.getConfiguration());
+.getCoordinatedStateManager(master.getConfiguration());
 coordManager.initialize(master);
-
 ProcedureCoordinatorRpcs comms =
 coordManager.getProcedureCoordinatorRpcs(getProcedureSignature(), 
name);
+this.coordinator = new ProcedureCoordinator(comms, tpool, timeoutMillis, 
wakeFrequency);
 
-this.coordinator = new ProcedureCoordinator(comms, tpool);
   }
 
   @Override
@@ -152,4 +168,4 @@ public class LogRollMasterProcedureManager extends 
MasterProcedureManager {
 return done;
   }
 
-}
\ No newline at end of file
+}



hbase git commit: HBASE-18507 [C++] Support for MultiPuts in AsyncBatchRpcRetryingCaller class (Sudeep Sunthankar)

2017-09-01 Thread enis
Repository: hbase
Updated Branches:
  refs/heads/HBASE-14850 c60340b8a -> 63374e779


HBASE-18507 [C++] Support for MultiPuts in AsyncBatchRpcRetryingCaller class 
(Sudeep Sunthankar)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/63374e77
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/63374e77
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/63374e77

Branch: refs/heads/HBASE-14850
Commit: 63374e7793d4bb75af780bcc0e0bea89dbd0f3f5
Parents: c60340b
Author: Enis Soztutar 
Authored: Fri Sep 1 10:55:57 2017 -0700
Committer: Enis Soztutar 
Committed: Fri Sep 1 10:55:57 2017 -0700

--
 hbase-native-client/core/action.h   |   9 +-
 .../core/async-batch-rpc-retrying-caller.cc | 128 +
 .../core/async-batch-rpc-retrying-caller.h  |  12 +-
 .../core/async-batch-rpc-retrying-test.cc   | 275 ++-
 .../core/async-rpc-retrying-caller-factory.h|  20 +-
 hbase-native-client/core/client-test.cc | 148 ++
 hbase-native-client/core/raw-async-table.cc |  31 ++-
 hbase-native-client/core/raw-async-table.h  |   7 +-
 hbase-native-client/core/request-converter.cc   |  18 +-
 hbase-native-client/core/table.cc   |  13 +
 hbase-native-client/core/table.h|   6 +-
 11 files changed, 506 insertions(+), 161 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/63374e77/hbase-native-client/core/action.h
--
diff --git a/hbase-native-client/core/action.h 
b/hbase-native-client/core/action.h
index 21a0181..a00f079 100644
--- a/hbase-native-client/core/action.h
+++ b/hbase-native-client/core/action.h
@@ -20,22 +20,21 @@
 #pragma once
 
 #include 
-#include "core/get.h"
+#include "core/row.h"
 
 namespace hbase {
-
 class Action {
  public:
-  Action(std::shared_ptr action, int32_t original_index)
+  Action(std::shared_ptr action, int32_t original_index)
   : action_(action), original_index_(original_index) {}
   ~Action() {}
 
   int32_t original_index() const { return original_index_; }
 
-  std::shared_ptr action() const { return action_; }
+  std::shared_ptr action() const { return action_; }
 
  private:
-  std::shared_ptr action_;
+  std::shared_ptr action_;
   int32_t original_index_;
   int64_t nonce_ = -1;
   int32_t replica_id_ = -1;

http://git-wip-us.apache.org/repos/asf/hbase/blob/63374e77/hbase-native-client/core/async-batch-rpc-retrying-caller.cc
--
diff --git a/hbase-native-client/core/async-batch-rpc-retrying-caller.cc 
b/hbase-native-client/core/async-batch-rpc-retrying-caller.cc
index 0d67b17..dfbf7e7 100644
--- a/hbase-native-client/core/async-batch-rpc-retrying-caller.cc
+++ b/hbase-native-client/core/async-batch-rpc-retrying-caller.cc
@@ -32,11 +32,12 @@ using std::chrono::milliseconds;
 
 namespace hbase {
 
-AsyncBatchRpcRetryingCaller::AsyncBatchRpcRetryingCaller(
+template 
+AsyncBatchRpcRetryingCaller::AsyncBatchRpcRetryingCaller(
 std::shared_ptr conn, 
std::shared_ptr retry_timer,
-std::shared_ptr table_name, const std::vector 
&actions,
-nanoseconds pause_ns, int32_t max_attempts, nanoseconds 
operation_timeout_ns,
-nanoseconds rpc_timeout_ns, int32_t start_log_errors_count)
+std::shared_ptr table_name, const std::vector &actions, 
nanoseconds pause_ns,
+int32_t max_attempts, nanoseconds operation_timeout_ns, nanoseconds 
rpc_timeout_ns,
+int32_t start_log_errors_count)
 : conn_(conn),
   retry_timer_(retry_timer),
   table_name_(table_name),
@@ -56,29 +57,31 @@ AsyncBatchRpcRetryingCaller::AsyncBatchRpcRetryingCaller(
   max_attempts_ = ConnectionUtils::Retries2Attempts(max_attempts);
   uint32_t index = 0;
   for (auto row : actions) {
-
actions_.push_back(std::make_shared(std::make_shared(row), 
index));
-Promise> prom{};
-action2promises_.insert(
-std::pair>>(index, 
std::move(prom)));
+actions_.push_back(std::make_shared(row, index));
+Promise prom{};
+action2promises_.insert(std::pair>(index, 
std::move(prom)));
 action2futures_.push_back(action2promises_[index++].getFuture());
   }
 }
 
-AsyncBatchRpcRetryingCaller::~AsyncBatchRpcRetryingCaller() {}
+template 
+AsyncBatchRpcRetryingCaller::~AsyncBatchRpcRetryingCaller() {}
 
-Future>>> 
AsyncBatchRpcRetryingCaller::Call() {
+template 
+Future>> AsyncBatchRpcRetryingCaller::Call() {
   GroupAndSend(actions_, 1);
   return collectAll(action2futures_);
 }
 
-int64_t AsyncBatchRpcRetryingCaller::RemainingTimeNs() {
+template 
+int64_t AsyncBatchRpcRetryingCaller::RemainingTimeNs() {
   return operation_timeout_ns_.count() - (TimeUtil::GetNowNanos() - start_ns_);
 }
 
-void AsyncBatchRpcRetryingCaller::LogExceptio

hbase git commit: HBASE-18739 Make all TimeRange Constructors InterfaceAudience Private

2017-09-01 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/master 19bb4ef48 -> e1eb53296


HBASE-18739 Make all TimeRange Constructors InterfaceAudience Private


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e1eb5329
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e1eb5329
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e1eb5329

Branch: refs/heads/master
Commit: e1eb53296d984ea34cb5c2db5289412062b0c753
Parents: 19bb4ef
Author: Michael Stack 
Authored: Fri Sep 1 11:28:58 2017 -0700
Committer: Michael Stack 
Committed: Fri Sep 1 12:36:31 2017 -0700

--
 .../org/apache/hadoop/hbase/io/TimeRange.java   | 23 +++-
 1 file changed, 17 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/e1eb5329/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
--
diff --git 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
index 764b2a0..0d418d4 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
@@ -29,7 +29,8 @@ import org.apache.hadoop.hbase.util.Bytes;
  * Evaluated according to minStamp <= timestamp < maxStamp
  * or [minStamp,maxStamp) in interval notation.
  * 
- * Only used internally; should not be accessed directly by clients.
+ * Can be returned and read by clients.  Should not be directly created by 
clients.
+ * Thus, all constructors are purposely @InterfaceAudience.Private.
  *Immutable. Thread-safe.
  */
 @InterfaceAudience.Public
@@ -43,9 +44,11 @@ public class TimeRange {
   /**
* Default constructor.
* Represents interval [0, Long.MAX_VALUE) (allTime)
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange() {
 this(INITIAL_MIN_TIMESTAMP, INITIAL_MAX_TIMESTAMP);
   }
@@ -53,9 +56,11 @@ public class TimeRange {
   /**
* Represents interval [minStamp, Long.MAX_VALUE)
* @param minStamp the minimum timestamp value, inclusive
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange(long minStamp) {
 this(minStamp, INITIAL_MAX_TIMESTAMP);
   }
@@ -63,9 +68,11 @@ public class TimeRange {
   /**
* Represents interval [minStamp, Long.MAX_VALUE)
* @param minStamp the minimum timestamp value, inclusive
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange(byte [] minStamp) {
 this(Bytes.toLong(minStamp));
   }
@@ -74,9 +81,11 @@ public class TimeRange {
* Represents interval [minStamp, maxStamp)
* @param minStamp the minimum timestamp, inclusive
* @param maxStamp the maximum timestamp, exclusive
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange(byte [] minStamp, byte [] maxStamp) {
 this(Bytes.toLong(minStamp), Bytes.toLong(maxStamp));
   }
@@ -86,9 +95,11 @@ public class TimeRange {
* @param minStamp the minimum timestamp, inclusive
* @param maxStamp the maximum timestamp, exclusive
* @throws IllegalArgumentException if either <0,
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange(long minStamp, long maxStamp) {
 check(minStamp, maxStamp);
 this.minStamp = minStamp;



hbase git commit: HBASE-18739 Make all TimeRange Constructors InterfaceAudience Private

2017-09-01 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/branch-2 a253e8770 -> 9dd458a8c


HBASE-18739 Make all TimeRange Constructors InterfaceAudience Private


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9dd458a8
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9dd458a8
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9dd458a8

Branch: refs/heads/branch-2
Commit: 9dd458a8c79e341510cf4e983e5b88ae4e0ed8be
Parents: a253e87
Author: Michael Stack 
Authored: Fri Sep 1 11:28:58 2017 -0700
Committer: Michael Stack 
Committed: Fri Sep 1 12:37:04 2017 -0700

--
 .../org/apache/hadoop/hbase/io/TimeRange.java   | 23 +++-
 1 file changed, 17 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/9dd458a8/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
--
diff --git 
a/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java 
b/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
index 764b2a0..0d418d4 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
@@ -29,7 +29,8 @@ import org.apache.hadoop.hbase.util.Bytes;
  * Evaluated according to minStamp <= timestamp < maxStamp
  * or [minStamp,maxStamp) in interval notation.
  * 
- * Only used internally; should not be accessed directly by clients.
+ * Can be returned and read by clients.  Should not be directly created by 
clients.
+ * Thus, all constructors are purposely @InterfaceAudience.Private.
  *Immutable. Thread-safe.
  */
 @InterfaceAudience.Public
@@ -43,9 +44,11 @@ public class TimeRange {
   /**
* Default constructor.
* Represents interval [0, Long.MAX_VALUE) (allTime)
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange() {
 this(INITIAL_MIN_TIMESTAMP, INITIAL_MAX_TIMESTAMP);
   }
@@ -53,9 +56,11 @@ public class TimeRange {
   /**
* Represents interval [minStamp, Long.MAX_VALUE)
* @param minStamp the minimum timestamp value, inclusive
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange(long minStamp) {
 this(minStamp, INITIAL_MAX_TIMESTAMP);
   }
@@ -63,9 +68,11 @@ public class TimeRange {
   /**
* Represents interval [minStamp, Long.MAX_VALUE)
* @param minStamp the minimum timestamp value, inclusive
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange(byte [] minStamp) {
 this(Bytes.toLong(minStamp));
   }
@@ -74,9 +81,11 @@ public class TimeRange {
* Represents interval [minStamp, maxStamp)
* @param minStamp the minimum timestamp, inclusive
* @param maxStamp the maximum timestamp, exclusive
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange(byte [] minStamp, byte [] maxStamp) {
 this(Bytes.toLong(minStamp), Bytes.toLong(maxStamp));
   }
@@ -86,9 +95,11 @@ public class TimeRange {
* @param minStamp the minimum timestamp, inclusive
* @param maxStamp the maximum timestamp, exclusive
* @throws IllegalArgumentException if either <0,
-   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above
+   * @deprecated This is made @InterfaceAudience.Private in the 2.0 line and 
above and may be
+   * changed to private or removed in 3.0.
*/
   @Deprecated
+  @InterfaceAudience.Private
   public TimeRange(long minStamp, long maxStamp) {
 check(minStamp, maxStamp);
 this.minStamp = minStamp;