Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 110112009C6 for ; Tue, 31 May 2016 19:50:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0FA63160A44; Tue, 31 May 2016 17:50:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B9FA1160A4B for ; Tue, 31 May 2016 19:50:42 +0200 (CEST) Received: (qmail 39963 invoked by uid 500); 31 May 2016 17:50:34 -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 38383 invoked by uid 99); 31 May 2016 17:50:33 -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; Tue, 31 May 2016 17:50:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 188D0DFFD8; Tue, 31 May 2016 17:50:33 +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: Tue, 31 May 2016 17:51:15 -0000 Message-Id: In-Reply-To: <82dbf5538cd642e99f5f34b1c9def2cc@git.apache.org> References: <82dbf5538cd642e99f5f34b1c9def2cc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [44/52] [partial] hbase-site git commit: Published site at 75c23605430266da0f30eef04b97ebd4b30c60b8. archived-at: Tue, 31 May 2016 17:50:45 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/db523e4d/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 1fd6859..9ed6623 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -1015,15 +1015,15 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Append.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  +Increment +Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  + + Mutation Mutation.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)
Method for setting the put's familyMap
- -Increment -Increment.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  - Delete Delete.setFamilyCellMap(NavigableMap<byte[],List<Cell>> map)  @@ -1043,11 +1043,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. -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)  Cell @@ -1055,55 +1052,58 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Cell -MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  +FuzzyRowFilter.getNextCellHint(Cell currentCell)  Cell -FilterList.getNextCellHint(Cell currentCell)  +MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -ColumnPaginationFilter.getNextCellHint(Cell cell)  +TimestampsFilter.getNextCellHint(Cell currentCell) +
Pick the next cell that the scanner should seek to.
+ Cell -FuzzyRowFilter.getNextCellHint(Cell currentCell)  +FilterList.getNextCellHint(Cell currentCell)  Cell -ColumnRangeFilter.getNextCellHint(Cell cell)  +ColumnPaginationFilter.getNextCellHint(Cell cell)  Cell -TimestampsFilter.getNextCellHint(Cell currentCell) -
Pick the next cell that the scanner should seek to.
- +ColumnRangeFilter.getNextCellHint(Cell cell)  -Cell -MultiRowRangeFilter.getNextCellHint(Cell currentKV)  - - abstract Cell -Filter.transformCell(Cell v) -
Give the filter a chance to transform the passed KeyValue.
+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 +SkipFilter.transformCell(Cell v)  + Cell WhileMatchFilter.transformCell(Cell v)  Cell -FilterList.transformCell(Cell c)  +KeyOnlyFilter.transformCell(Cell cell)  Cell -KeyOnlyFilter.transformCell(Cell cell)  +FilterList.transformCell(Cell c)  -Cell -SkipFilter.transformCell(Cell v)  +abstract Cell +Filter.transformCell(Cell v) +
Give the filter a chance to transform the passed KeyValue.
+ @@ -1147,78 +1147,78 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. MultipleColumnPrefixFilter.filterColumn(Cell cell)  -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 +MultiRowRangeFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -ColumnPrefixFilter.filterKeyValue(Cell cell)  +DependentColumnFilter.filterKeyValue(Cell c)  Filter.ReturnCode -WhileMatchFilter.filterKeyValue(Cell v)  +RandomRowFilter.filterKeyValue(Cell v)  Filter.ReturnCode -PrefixFilter.filterKeyValue(Cell v)  +ColumnPrefixFilter.filterKeyValue(Cell cell)  Filter.ReturnCode -ColumnCountGetFilter.filterKeyValue(Cell v)  +SkipFilter.filterKeyValue(Cell v)  Filter.ReturnCode -FirstKeyOnlyFilter.filterKeyValue(Cell v)  +InclusiveStopFilter.filterKeyValue(Cell v)  Filter.ReturnCode -InclusiveStopFilter.filterKeyValue(Cell v)  +WhileMatchFilter.filterKeyValue(Cell v)  Filter.ReturnCode -MultipleColumnPrefixFilter.filterKeyValue(Cell kv)  +SingleColumnValueFilter.filterKeyValue(Cell c)  Filter.ReturnCode -FilterList.filterKeyValue(Cell c)  +QualifierFilter.filterKeyValue(Cell v)  Filter.ReturnCode -ValueFilter.filterKeyValue(Cell v)  +FuzzyRowFilter.filterKeyValue(Cell c)  Filter.ReturnCode -ColumnPaginationFilter.filterKeyValue(Cell v)  +KeyOnlyFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -KeyOnlyFilter.filterKeyValue(Cell ignored)  +PrefixFilter.filterKeyValue(Cell v)  Filter.ReturnCode -DependentColumnFilter.filterKeyValue(Cell c)  +MultipleColumnPrefixFilter.filterKeyValue(Cell kv)  Filter.ReturnCode -FuzzyRowFilter.filterKeyValue(Cell c)  +FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) +
Deprecated. 
Filter.ReturnCode -SkipFilter.filterKeyValue(Cell v)  +PageFilter.filterKeyValue(Cell ignored)  Filter.ReturnCode -ColumnRangeFilter.filterKeyValue(Cell kv)  +ColumnCountGetFilter.filterKeyValue(Cell v)  Filter.ReturnCode -TimestampsFilter.filterKeyValue(Cell v)  +FamilyFilter.filterKeyValue(Cell v)  Filter.ReturnCode -SingleColumnValueFilter.filterKeyValue(Cell c)  +TimestampsFilter.filterKeyValue(Cell v)  Filter.ReturnCode @@ -1226,71 +1226,61 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. Filter.ReturnCode -RandomRowFilter.filterKeyValue(Cell v)  +FilterList.filterKeyValue(Cell c)  Filter.ReturnCode -QualifierFilter.filterKeyValue(Cell v)  +FirstKeyOnlyFilter.filterKeyValue(Cell v)  Filter.ReturnCode -FamilyFilter.filterKeyValue(Cell v)  +ColumnPaginationFilter.filterKeyValue(Cell v)  Filter.ReturnCode -MultiRowRangeFilter.filterKeyValue(Cell ignored)  +ColumnRangeFilter.filterKeyValue(Cell kv)  Filter.ReturnCode -FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) -
Deprecated. 
-  +ValueFilter.filterKeyValue(Cell v)  -Filter.ReturnCode -PageFilter.filterKeyValue(Cell ignored)  - - -abstract boolean -Filter.filterRowKey(Cell firstRowCell) -
Filters a row based on the row key.
+abstract Filter.ReturnCode +Filter.filterKeyValue(Cell v) +
A way to filter based on the column family, column qualifier and/or the column value.
- -boolean -ColumnPrefixFilter.filterRowKey(Cell cell)  - boolean -WhileMatchFilter.filterRowKey(Cell cell)  +MultiRowRangeFilter.filterRowKey(Cell firstRowCell)  boolean -PrefixFilter.filterRowKey(Cell firstRowCell)  +CompareFilter.filterRowKey(Cell cell)  boolean -ColumnCountGetFilter.filterRowKey(Cell cell)  +RandomRowFilter.filterRowKey(Cell firstRowCell)  boolean -FirstKeyOnlyFilter.filterRowKey(Cell cell)  +ColumnPrefixFilter.filterRowKey(Cell cell)  boolean -InclusiveStopFilter.filterRowKey(Cell firstRowCell)  +SkipFilter.filterRowKey(Cell cell)  boolean -MultipleColumnPrefixFilter.filterRowKey(Cell cell)  +InclusiveStopFilter.filterRowKey(Cell firstRowCell)  boolean -FilterList.filterRowKey(Cell firstRowCell)  +WhileMatchFilter.filterRowKey(Cell cell)  boolean -ColumnPaginationFilter.filterRowKey(Cell cell)  +SingleColumnValueFilter.filterRowKey(Cell cell)  boolean @@ -1298,23 +1288,23 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. boolean -SkipFilter.filterRowKey(Cell cell)  +PrefixFilter.filterRowKey(Cell firstRowCell)  boolean -ColumnRangeFilter.filterRowKey(Cell cell)  +MultipleColumnPrefixFilter.filterRowKey(Cell cell)  boolean -CompareFilter.filterRowKey(Cell cell)  +PageFilter.filterRowKey(Cell cell)  boolean -TimestampsFilter.filterRowKey(Cell cell)  +ColumnCountGetFilter.filterRowKey(Cell cell)  boolean -SingleColumnValueFilter.filterRowKey(Cell cell)  +TimestampsFilter.filterRowKey(Cell cell)  boolean @@ -1322,78 +1312,88 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. boolean -RandomRowFilter.filterRowKey(Cell firstRowCell)  +FilterList.filterRowKey(Cell firstRowCell)  boolean -MultiRowRangeFilter.filterRowKey(Cell firstRowCell)  +FirstKeyOnlyFilter.filterRowKey(Cell cell)  boolean -PageFilter.filterRowKey(Cell cell)  +ColumnPaginationFilter.filterRowKey(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.
- +boolean +ColumnRangeFilter.filterRowKey(Cell cell)  -Cell -ColumnPrefixFilter.getNextCellHint(Cell cell)  +abstract boolean +Filter.filterRowKey(Cell firstRowCell) +
Filters a row based on the row key.
+ Cell -MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  +MultiRowRangeFilter.getNextCellHint(Cell currentKV)  Cell -FilterList.getNextCellHint(Cell currentCell)  +ColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -ColumnPaginationFilter.getNextCellHint(Cell cell)  +FuzzyRowFilter.getNextCellHint(Cell currentCell)  Cell -FuzzyRowFilter.getNextCellHint(Cell currentCell)  +MultipleColumnPrefixFilter.getNextCellHint(Cell cell)  Cell -ColumnRangeFilter.getNextCellHint(Cell cell)  - - -Cell TimestampsFilter.getNextCellHint(Cell currentCell)
Pick the next cell that the scanner should seek to.
+ +Cell +FilterList.getNextCellHint(Cell currentCell)  + Cell -MultiRowRangeFilter.getNextCellHint(Cell currentKV)  +ColumnPaginationFilter.getNextCellHint(Cell cell)  +Cell +ColumnRangeFilter.getNextCellHint(Cell cell)  + + abstract Cell -Filter.transformCell(Cell v) -
Give the filter a chance to transform the passed KeyValue.
+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 +SkipFilter.transformCell(Cell v)  + Cell WhileMatchFilter.transformCell(Cell v)  Cell -FilterList.transformCell(Cell c)  +KeyOnlyFilter.transformCell(Cell cell)  Cell -KeyOnlyFilter.transformCell(Cell cell)  +FilterList.transformCell(Cell c)  -Cell -SkipFilter.transformCell(Cell v)  +abstract Cell +Filter.transformCell(Cell v) +
Give the filter a chance to transform the passed KeyValue.
+ @@ -1405,25 +1405,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 -SingleColumnValueExcludeFilter.filterRowCells(List<Cell> kvs)  +DependentColumnFilter.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.
- + void -DependentColumnFilter.filterRowCells(List<Cell> kvs)  +SingleColumnValueExcludeFilter.filterRowCells(List<Cell> kvs)  + + +abstract void +Filter.filterRowCells(List<Cell> kvs) +
Chance to alter the list of Cells to be submitted.
+ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/db523e4d/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 6067066..82fe000 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html @@ -131,70 +131,6 @@
Finds the region on which the given row is being served.
- -HRegionLocation -HConnection.getRegionLocation(byte[] tableName, - byte[] row, - boolean reload) -
Deprecated.  -
internal method, do not use through HConnection
-
- - - -HRegionLocation -HConnection.getRegionLocation(TableName tableName, - byte[] row, - boolean reload) -
Deprecated.  -
internal method, do not use thru HConnection
-
- - - -HRegionLocation -HConnection.locateRegion(byte[] regionName) -
Deprecated.  -
internal method, do not use thru HConnection
-
- - - -HRegionLocation -HConnection.locateRegion(byte[] tableName, - byte[] row) -
Deprecated.  -
internal method, do not use through HConnection
-
- - - -HRegionLocation -HConnection.locateRegion(TableName tableName, - byte[] row) -
Deprecated.  -
internal method, do not use through HConnection
-
- - - -HRegionLocation -HConnection.relocateRegion(byte[] tableName, - byte[] row) -
Deprecated.  -
internal method, do not use through HConnection
-
- - - -HRegionLocation -HConnection.relocateRegion(TableName tableName, - byte[] row) -
Deprecated.  -
internal method, do not use through HConnection
-
- - @@ -210,81 +146,6 @@
Retrieves all of the regions associated with this table.
- - - - - - - - - - - - - - - - - -
List<HRegionLocation>HConnection.locateRegions(byte[] tableName) -
Deprecated.  -
internal method, do not use through HConnection
-
-
List<HRegionLocation>HConnection.locateRegions(byte[] tableName, - boolean useCache, - boolean offlined) -
Deprecated.  -
internal method, do not use through HConnection
-
-
List<HRegionLocation>HConnection.locateRegions(TableName tableName) -
Deprecated.  -
internal method, do not use thru HConnection
-
-
List<HRegionLocation>HConnection.locateRegions(TableName tableName, - boolean useCache, - boolean offlined) -
Deprecated.  -
internal method, do not use thru HConnection
-
-
- - - - - - - - - - - - - - - - - - -
Methods in org.apache.hadoop.hbase.client with parameters of type HRegionLocation 
Modifier and TypeMethod and Description
voidHConnection.deleteCachedRegionLocation(HRegionLocation location) -
Deprecated.  -
internal method, do not use thru HConnection
-
-
voidHConnection.updateCachedLocations(byte[] tableName, - byte[] rowkey, - Object exception, - HRegionLocation source) -
Deprecated.  -
internal method, do not use through HConnection
-
-
voidHConnection.updateCachedLocations(TableName tableName, - byte[] rowkey, - Object exception, - HRegionLocation source) -
Deprecated.  -
internal method, do not use through HConnection
-
-