HBASE-21030: Changed javadoc for append operation.
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
This commit is contained in:
parent
f05f116327
commit
8e1002913d
|
@ -563,8 +563,7 @@ public interface Table extends Closeable {
|
||||||
* under a single row lock, so write operations to a row are synchronized, and
|
* under a single row lock, so write operations to a row are synchronized, and
|
||||||
* readers are guaranteed to see this operation fully completed.
|
* readers are guaranteed to see this operation fully completed.
|
||||||
*
|
*
|
||||||
* @param append object that specifies the columns and amounts to be used
|
* @param append object that specifies the columns and values to be appended
|
||||||
* for the increment operations
|
|
||||||
* @throws IOException e
|
* @throws IOException e
|
||||||
* @return values of columns after the append operation (maybe null)
|
* @return values of columns after the append operation (maybe null)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue