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

2017-04-09 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32aa5813/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 4526143..a332e0c 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1091,23 +1091,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-Append
-Append.add(Cell cell)
-Add column and value to this Append operation.
-
-
-
 Increment
 Increment.add(Cell cell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cell kv)
 Add the specified KeyValue to this Put operation.
 
 
+
+Append
+Append.add(Cell cell)
+Add column and value to this Append operation.
+
+
 
 Delete
 Delete.addDeleteMarker(Cell kv)
@@ -1185,13 +1185,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   boolean mayHaveMoreCellsInRow) 
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
-
-
 Increment
 Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
+
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+
 
 Mutation
 Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map)
@@ -1203,8 +1203,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
 
@@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-FilterList.getNextCellHint(Cell currentCell) 
+ColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
+TimestampsFilter.getNextCellHint(Cell currentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cell cell) 
+MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
 
 
-abstract Cell
-Filter.getNextCellHint(Cell currentCell)
-If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
- the next key it must seek to.
-
+Cell
+ColumnPaginationFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-ColumnPaginationFilter.getNextCellHint(Cell cell) 
+ColumnRangeFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(Cell currentCell) 
+FilterList.getNextCellHint(Cell currentCell) 
 
 
 Cell
-TimestampsFilter.getNextCellHint(Cell currentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
-Cell
-ColumnPrefixFilter.getNextCellHint(Cell cell) 
+abstract Cell
+Filter.getNextCellHint(Cell currentCell)
+If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
+ the next key it must seek to.
+
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
+FuzzyRowFilter.getNextCellHint(Cell currentCell) 
 
 
 Cell
-FilterList.transformCell(Cell c) 
+WhileMatchFilter.tran

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

2017-04-08 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e2af56d9/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index a332e0c..4526143 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1091,23 +1091,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
+Append
+Append.add(Cell cell)
+Add column and value to this Append operation.
+
+
+
 Increment
 Increment.add(Cell cell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cell kv)
 Add the specified KeyValue to this Put operation.
 
 
-
-Append
-Append.add(Cell cell)
-Add column and value to this Append operation.
-
-
 
 Delete
 Delete.addDeleteMarker(Cell kv)
@@ -1185,12 +1185,12 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   boolean mayHaveMoreCellsInRow) 
 
 
-Increment
-Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Increment
+Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
 Mutation
@@ -1203,8 +1203,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
 
@@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-ColumnPrefixFilter.getNextCellHint(Cell cell) 
+FilterList.getNextCellHint(Cell currentCell) 
 
 
 Cell
-TimestampsFilter.getNextCellHint(Cell currentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
+ColumnRangeFilter.getNextCellHint(Cell cell) 
 
 
-Cell
-ColumnPaginationFilter.getNextCellHint(Cell cell) 
+abstract Cell
+Filter.getNextCellHint(Cell currentCell)
+If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
+ the next key it must seek to.
+
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cell cell) 
+ColumnPaginationFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-FilterList.getNextCellHint(Cell currentCell) 
+FuzzyRowFilter.getNextCellHint(Cell currentCell) 
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
+TimestampsFilter.getNextCellHint(Cell currentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
-abstract Cell
-Filter.getNextCellHint(Cell currentCell)
-If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
- the next key it must seek to.
-
+Cell
+ColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(Cell currentCell) 
+MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
 
 
 Cell
-WhileMatchFilter.transformCell(Cell v) 
+Filter

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

2017-04-08 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/58d4ae69/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 4526143..a332e0c 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1091,23 +1091,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-Append
-Append.add(Cell cell)
-Add column and value to this Append operation.
-
-
-
 Increment
 Increment.add(Cell cell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cell kv)
 Add the specified KeyValue to this Put operation.
 
 
+
+Append
+Append.add(Cell cell)
+Add column and value to this Append operation.
+
+
 
 Delete
 Delete.addDeleteMarker(Cell kv)
@@ -1185,13 +1185,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   boolean mayHaveMoreCellsInRow) 
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
-
-
 Increment
 Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
+
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+
 
 Mutation
 Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map)
@@ -1203,8 +1203,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
 
@@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-FilterList.getNextCellHint(Cell currentCell) 
+ColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
+TimestampsFilter.getNextCellHint(Cell currentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cell cell) 
+MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
 
 
-abstract Cell
-Filter.getNextCellHint(Cell currentCell)
-If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
- the next key it must seek to.
-
+Cell
+ColumnPaginationFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-ColumnPaginationFilter.getNextCellHint(Cell cell) 
+ColumnRangeFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(Cell currentCell) 
+FilterList.getNextCellHint(Cell currentCell) 
 
 
 Cell
-TimestampsFilter.getNextCellHint(Cell currentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
-Cell
-ColumnPrefixFilter.getNextCellHint(Cell cell) 
+abstract Cell
+Filter.getNextCellHint(Cell currentCell)
+If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
+ the next key it must seek to.
+
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
+FuzzyRowFilter.getNextCellHint(Cell currentCell) 
 
 
 Cell
-FilterList.transformCell(Cell c) 
+WhileMatchFilter.tran