Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9708D18F48 for ; Wed, 16 Dec 2015 18:54:03 +0000 (UTC) Received: (qmail 94427 invoked by uid 500); 16 Dec 2015 18:53:50 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 94352 invoked by uid 500); 16 Dec 2015 18:53:50 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 92214 invoked by uid 99); 16 Dec 2015 18:53:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 18:53:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 64C0ADFF46; Wed, 16 Dec 2015 18:53:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Wed, 16 Dec 2015 18:54:35 -0000 Message-Id: In-Reply-To: <0cdec4d426f4477a9825b5d34a5fc078@git.apache.org> References: <0cdec4d426f4477a9825b5d34a5fc078@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [49/51] [partial] hbase-site git commit: Added back lots of missing javadoc files http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/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 e3765f3..dc41318 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -2,7 +2,7 @@ - + Uses of Interface org.apache.hadoop.hbase.Cell (Apache HBase 2.0.0-SNAPSHOT API) @@ -904,17 +904,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. -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.
+ +Increment +Increment.add(Cell cell) +
Add the specified KeyValue to this operation.
+ + Append Append.add(Cell cell) @@ -998,17 +998,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. boolean partial)  -Increment -Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - - Put Put.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - -Append -Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - Mutation Mutation.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map) @@ -1016,9 +1008,17 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. +Increment +Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + + Delete Delete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + +Append +Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + @@ -1038,23 +1038,23 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. 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 +MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -ColumnPaginationFilter.getNextCellHint(Cell cell)  +FuzzyRowFilter.getNextCellHint(Cell currentCell)  Cell -FuzzyRowFilter.getNextCellHint(Cell currentCell)  +FilterList.getNextCellHint(Cell currentCell)  -Cell -MultipleColumnPrefixFilter.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 @@ -1066,29 +1066,29 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Cell -FilterList.getNextCellHint(Cell currentCell)  +ColumnPaginationFilter.getNextCellHint(Cell cell)  -abstract Cell -Filter.transformCell(Cell v) -
Give the filter a chance to transform the passed KeyValue.
- +Cell +WhileMatchFilter.transformCell(Cell v)  Cell -WhileMatchFilter.transformCell(Cell v)  +SkipFilter.transformCell(Cell v)  Cell -SkipFilter.transformCell(Cell v)  +KeyOnlyFilter.transformCell(Cell cell)  Cell FilterList.transformCell(Cell c)  -Cell -KeyOnlyFilter.transformCell(Cell cell)  +abstract Cell +Filter.transformCell(Cell v) +
Give the filter a chance to transform the passed KeyValue.
+ @@ -1133,169 +1133,169 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Filter.ReturnCode -QualifierFilter.filterKeyValue(Cell v)  +WhileMatchFilter.filterKeyValue(Cell v)  Filter.ReturnCode -MultiRowRangeFilter.filterKeyValue(Cell ignored)  +ValueFilter.filterKeyValue(Cell v)  Filter.ReturnCode TimestampsFilter.filterKeyValue(Cell v)  -abstract Filter.ReturnCode -Filter.filterKeyValue(Cell v) -
A way to filter based on the column family, column qualifier and/or the column value.
- +Filter.ReturnCode +SkipFilter.filterKeyValue(Cell v)  Filter.ReturnCode -FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) -
Deprecated. 
-  +SingleColumnValueFilter.filterKeyValue(Cell c)  Filter.ReturnCode -PrefixFilter.filterKeyValue(Cell v)  +RowFilter.filterKeyValue(Cell v)  Filter.ReturnCode -ColumnPaginationFilter.filterKeyValue(Cell v)  +RandomRowFilter.filterKeyValue(Cell v)  Filter.ReturnCode -FirstKeyOnlyFilter.filterKeyValue(Cell v)  +QualifierFilter.filterKeyValue(Cell v)  Filter.ReturnCode -WhileMatchFilter.filterKeyValue(Cell v)  +PrefixFilter.filterKeyValue(Cell v)  Filter.ReturnCode -RowFilter.filterKeyValue(Cell v)  +PageFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -DependentColumnFilter.filterKeyValue(Cell c)  +MultiRowRangeFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -FuzzyRowFilter.filterKeyValue(Cell c)  +MultipleColumnPrefixFilter.filterKeyValue(Cell kv)  Filter.ReturnCode -FamilyFilter.filterKeyValue(Cell v)  +KeyOnlyFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -MultipleColumnPrefixFilter.filterKeyValue(Cell kv)  +InclusiveStopFilter.filterKeyValue(Cell v)  Filter.ReturnCode -InclusiveStopFilter.filterKeyValue(Cell v)  +FuzzyRowFilter.filterKeyValue(Cell c)  Filter.ReturnCode -ColumnCountGetFilter.filterKeyValue(Cell v)  +FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) +
Deprecated. 
Filter.ReturnCode -PageFilter.filterKeyValue(Cell ignored)  +FirstKeyOnlyFilter.filterKeyValue(Cell v)  Filter.ReturnCode -SingleColumnValueFilter.filterKeyValue(Cell c)  +FilterList.filterKeyValue(Cell c)  -Filter.ReturnCode -ColumnRangeFilter.filterKeyValue(Cell kv)  +abstract Filter.ReturnCode +Filter.filterKeyValue(Cell v) +
A way to filter based on the column family, column qualifier and/or the column value.
+ Filter.ReturnCode -ValueFilter.filterKeyValue(Cell v)  +FamilyFilter.filterKeyValue(Cell v)  Filter.ReturnCode -SkipFilter.filterKeyValue(Cell v)  +DependentColumnFilter.filterKeyValue(Cell c)  Filter.ReturnCode -ColumnPrefixFilter.filterKeyValue(Cell cell)  +ColumnRangeFilter.filterKeyValue(Cell kv)  Filter.ReturnCode -FilterList.filterKeyValue(Cell c)  +ColumnPrefixFilter.filterKeyValue(Cell cell)  Filter.ReturnCode -KeyOnlyFilter.filterKeyValue(Cell ignored)  +ColumnPaginationFilter.filterKeyValue(Cell v)  Filter.ReturnCode -RandomRowFilter.filterKeyValue(Cell v)  +ColumnCountGetFilter.filterKeyValue(Cell v)  boolean -MultiRowRangeFilter.filterRowKey(Cell firstRowCell)  +WhileMatchFilter.filterRowKey(Cell cell)  boolean TimestampsFilter.filterRowKey(Cell cell)  -abstract boolean -Filter.filterRowKey(Cell firstRowCell) -
Filters a row based on the row key.
- +boolean +SkipFilter.filterRowKey(Cell cell)  boolean -PrefixFilter.filterRowKey(Cell firstRowCell)  +SingleColumnValueFilter.filterRowKey(Cell cell)  boolean -ColumnPaginationFilter.filterRowKey(Cell cell)  +RowFilter.filterRowKey(Cell firstRowCell)  boolean -FirstKeyOnlyFilter.filterRowKey(Cell cell)  +RandomRowFilter.filterRowKey(Cell firstRowCell)  boolean -WhileMatchFilter.filterRowKey(Cell cell)  +PrefixFilter.filterRowKey(Cell firstRowCell)  boolean -RowFilter.filterRowKey(Cell firstRowCell)  +PageFilter.filterRowKey(Cell cell)  boolean -MultipleColumnPrefixFilter.filterRowKey(Cell cell)  +MultiRowRangeFilter.filterRowKey(Cell firstRowCell)  boolean -InclusiveStopFilter.filterRowKey(Cell firstRowCell)  +MultipleColumnPrefixFilter.filterRowKey(Cell cell)  boolean -ColumnCountGetFilter.filterRowKey(Cell cell)  +KeyOnlyFilter.filterRowKey(Cell cell)  boolean -PageFilter.filterRowKey(Cell cell)  +InclusiveStopFilter.filterRowKey(Cell firstRowCell)  boolean -SingleColumnValueFilter.filterRowKey(Cell cell)  +FirstKeyOnlyFilter.filterRowKey(Cell cell)  boolean -ColumnRangeFilter.filterRowKey(Cell cell)  +FilterList.filterRowKey(Cell firstRowCell)  -boolean -SkipFilter.filterRowKey(Cell cell)  +abstract boolean +Filter.filterRowKey(Cell firstRowCell) +
Filters a row based on the row key.
+ boolean @@ -1303,42 +1303,42 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. boolean -ColumnPrefixFilter.filterRowKey(Cell cell)  +ColumnRangeFilter.filterRowKey(Cell cell)  boolean -FilterList.filterRowKey(Cell firstRowCell)  +ColumnPrefixFilter.filterRowKey(Cell cell)  boolean -KeyOnlyFilter.filterRowKey(Cell cell)  +ColumnPaginationFilter.filterRowKey(Cell cell)  boolean -RandomRowFilter.filterRowKey(Cell firstRowCell)  +ColumnCountGetFilter.filterRowKey(Cell 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 +MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -ColumnPaginationFilter.getNextCellHint(Cell cell)  +FuzzyRowFilter.getNextCellHint(Cell currentCell)  Cell -FuzzyRowFilter.getNextCellHint(Cell currentCell)  +FilterList.getNextCellHint(Cell currentCell)  -Cell -MultipleColumnPrefixFilter.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 @@ -1350,29 +1350,29 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Cell -FilterList.getNextCellHint(Cell currentCell)  +ColumnPaginationFilter.getNextCellHint(Cell cell)  -abstract Cell -Filter.transformCell(Cell v) -
Give the filter a chance to transform the passed KeyValue.
- +Cell +WhileMatchFilter.transformCell(Cell v)  Cell -WhileMatchFilter.transformCell(Cell v)  +SkipFilter.transformCell(Cell v)  Cell -SkipFilter.transformCell(Cell v)  +KeyOnlyFilter.transformCell(Cell cell)  Cell FilterList.transformCell(Cell c)  -Cell -KeyOnlyFilter.transformCell(Cell cell)  +abstract Cell +Filter.transformCell(Cell v) +
Give the filter a chance to transform the passed KeyValue.
+ @@ -1384,25 +1384,25 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. -abstract void -Filter.filterRowCells(List<Cell> kvs) -
Chance to alter the list of Cells to be submitted.
- - - void -DependentColumnFilter.filterRowCells(List<Cell> kvs)  +SingleColumnValueExcludeFilter.filterRowCells(List<Cell> kvs)  - + void FilterList.filterRowCells(List<Cell> cells)
Filters that never filter by modifying the returned List of Cells can inherit this implementation that does nothing.
+ +abstract void +Filter.filterRowCells(List<Cell> kvs) +
Chance to alter the list of Cells to be submitted.
+ + void -SingleColumnValueExcludeFilter.filterRowCells(List<Cell> kvs)  +DependentColumnFilter.filterRowCells(List<Cell> kvs)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/CellUtil.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/CellUtil.html b/apidocs/org/apache/hadoop/hbase/class-use/CellUtil.html index 11b9547..03c59b0 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/CellUtil.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/CellUtil.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.CellUtil (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html b/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html index 23ae79c..ad60277 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/ClockOutOfSyncException.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.ClockOutOfSyncException (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html b/apidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html index 268975c..a24f253 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.ClusterStatus (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/DoNotRetryIOException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/DoNotRetryIOException.html b/apidocs/org/apache/hadoop/hbase/class-use/DoNotRetryIOException.html index d029007..a862236 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/DoNotRetryIOException.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/DoNotRetryIOException.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.DoNotRetryIOException (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/DroppedSnapshotException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/DroppedSnapshotException.html b/apidocs/org/apache/hadoop/hbase/class-use/DroppedSnapshotException.html index a2805d0..e5c633d 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/DroppedSnapshotException.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/DroppedSnapshotException.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.DroppedSnapshotException (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.html b/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.html index b39dd27..1fd8035 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/HBaseConfiguration.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.HBaseConfiguration (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.html b/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.html index eb04557..e8e817d 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/HBaseIOException.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.HBaseIOException (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/HBaseInterfaceAudience.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HBaseInterfaceAudience.html b/apidocs/org/apache/hadoop/hbase/class-use/HBaseInterfaceAudience.html index 91ba300..1c3af7c 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/HBaseInterfaceAudience.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/HBaseInterfaceAudience.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.HBaseInterfaceAudience (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html b/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html index dbf27ff..8588ad1 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/HColumnDescriptor.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.HColumnDescriptor (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/HConstants.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HConstants.html b/apidocs/org/apache/hadoop/hbase/class-use/HConstants.html index 3554a5d..12c4bd2 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/HConstants.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/HConstants.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.HConstants (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html b/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html index 40b288b..c195333 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.HRegionInfo (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html b/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html index c48806a..9f1cfa5 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.HRegionLocation (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html b/apidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html index 2b6225a..6aa4a06 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/HTableDescriptor.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.HTableDescriptor (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/InvalidFamilyOperationException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/InvalidFamilyOperationException.html b/apidocs/org/apache/hadoop/hbase/class-use/InvalidFamilyOperationException.html index f752759..57ec4de 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/InvalidFamilyOperationException.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/InvalidFamilyOperationException.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.InvalidFamilyOperationException (Apache HBase 2.0.0-SNAPSHOT API) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/effc9f6f/apidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html b/apidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html index 2205da9..5fa36ba 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/KeepDeletedCells.html @@ -2,7 +2,7 @@ - + Uses of Class org.apache.hadoop.hbase.KeepDeletedCells (Apache HBase 2.0.0-SNAPSHOT API)