HBASE-26404 Update javadoc for CellUtil#createCell with tags methods. (#3801)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
60f01153f7
commit
19433ba677
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue