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

2016-09-06 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1d6655bb/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 3fcf822..8477f21 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1056,15 +1056,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 Append.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
+Increment
+Increment.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+
+
 Mutation
 Mutation.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 Method for setting the put's familyMap
 
 
-
-Increment
-Increment.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-
 
 Delete
 Delete.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
@@ -1084,11 +1084,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-abstract Cell
-Filter.getNextCellHint(CellcurrentCell)
-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(CellcurrentKV)
 
 
 Cell
@@ -1096,55 +1093,58 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
+FuzzyRowFilter.getNextCellHint(CellcurrentCell)
 
 
 Cell
-FilterList.getNextCellHint(CellcurrentCell)
+MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
 Cell
-ColumnPaginationFilter.getNextCellHint(Cellcell)
+TimestampsFilter.getNextCellHint(CellcurrentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(CellcurrentCell)
+FilterList.getNextCellHint(CellcurrentCell)
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cellcell)
+ColumnPaginationFilter.getNextCellHint(Cellcell)
 
 
 Cell
-TimestampsFilter.getNextCellHint(CellcurrentCell)
-Pick the next cell that the scanner should seek to.
-
+ColumnRangeFilter.getNextCellHint(Cellcell)
 
 
-Cell
-MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
-
-
 abstract Cell
-Filter.transformCell(Cellv)
-Give the filter a chance to transform the passed 
KeyValue.
+Filter.getNextCellHint(CellcurrentCell)
+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
+SkipFilter.transformCell(Cellv)
+
 
 Cell
 WhileMatchFilter.transformCell(Cellv)
 
 
 Cell
-FilterList.transformCell(Cellc)
+KeyOnlyFilter.transformCell(Cellcell)
 
 
 Cell
-KeyOnlyFilter.transformCell(Cellcell)
+FilterList.transformCell(Cellc)
 
 
-Cell
-SkipFilter.transformCell(Cellv)
+abstract Cell
+Filter.transformCell(Cellv)
+Give the filter a chance to transform the passed 
KeyValue.
+
 
 
 
@@ -1188,78 +1188,78 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 MultipleColumnPrefixFilter.filterColumn(Cellcell)
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cellv)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+MultiRowRangeFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cellcell)
+DependentColumnFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cellv)
+RandomRowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cellv)
+ColumnPrefixFilter.filterKeyValue(Cellcell)
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cellv)
+SkipFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode

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

2016-09-05 Thread dimaspivak
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fea47de/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 8477f21..3fcf822 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1056,15 +1056,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 Append.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-Increment
-Increment.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-
-
 Mutation
 Mutation.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 Method for setting the put's familyMap
 
 
+
+Increment
+Increment.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+
 
 Delete
 Delete.setFamilyCellMap(http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in java.util">NavigableMapbyte[],http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
@@ -1084,8 +1084,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Cell
-MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
+abstract Cell
+Filter.getNextCellHint(CellcurrentCell)
+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
@@ -1093,40 +1096,39 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(CellcurrentCell)
+MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
+FilterList.getNextCellHint(CellcurrentCell)
 
 
 Cell
-TimestampsFilter.getNextCellHint(CellcurrentCell)
-Pick the next cell that the scanner should seek to.
-
+ColumnPaginationFilter.getNextCellHint(Cellcell)
 
 
 Cell
-FilterList.getNextCellHint(CellcurrentCell)
+FuzzyRowFilter.getNextCellHint(CellcurrentCell)
 
 
 Cell
-ColumnPaginationFilter.getNextCellHint(Cellcell)
+ColumnRangeFilter.getNextCellHint(Cellcell)
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cellcell)
+TimestampsFilter.getNextCellHint(CellcurrentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
-abstract Cell
-Filter.getNextCellHint(CellcurrentCell)
-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(CellcurrentKV)
 
 
-Cell
-SkipFilter.transformCell(Cellv)
+abstract Cell
+Filter.transformCell(Cellv)
+Give the filter a chance to transform the passed 
KeyValue.
+
 
 
 Cell
@@ -1134,17 +1136,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-KeyOnlyFilter.transformCell(Cellcell)
+FilterList.transformCell(Cellc)
 
 
 Cell
-FilterList.transformCell(Cellc)
+KeyOnlyFilter.transformCell(Cellcell)
 
 
-abstract Cell
-Filter.transformCell(Cellv)
-Give the filter a chance to transform the passed 
KeyValue.
-
+Cell
+SkipFilter.transformCell(Cellv)
 
 
 
@@ -1188,78 +1188,78 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 MultipleColumnPrefixFilter.filterColumn(Cellcell)
 
 
-Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cellignored)
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cellv)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cellc)
+ColumnPrefixFilter.filterKeyValue(Cellcell)
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cellv)
+WhileMatchFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cellcell)
+PrefixFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cellv)