HBASE-26404 Update javadoc for CellUtil#createCell with tags methods. (#3801)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Rushabh Shah 2021-11-01 03:58:31 -04:00 committed by GitHub
parent 60f01153f7
commit 19433ba677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -591,6 +591,7 @@ public final class CellUtil {
/**
* Note : Now only CPs can create cell with tags using the CP environment
* Within CP, use {@link RawCell#createCell(Cell, List)} method instead
* @return A new cell which is having the extra tags also added to it.
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
*
@ -602,6 +603,7 @@ public final class CellUtil {
/**
* Now only CPs can create cell with tags using the CP environment
* Within CP, use {@link RawCell#createCell(Cell, List)} method instead
* @return A new cell which is having the extra tags also added to it.
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
*/
@ -612,6 +614,7 @@ public final class CellUtil {
/**
* Now only CPs can create cell with tags using the CP environment
* Within CP, use {@link RawCell#createCell(Cell, List)} method instead
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
*/
@Deprecated