You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by ji...@apache.org on 2020/09/09 07:40:44 UTC

[incubator-pegasus-website] branch master updated: update java delRange

This is an automated email from the ASF dual-hosted git repository.

jiashuo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c0efbc5  update java delRange
c0efbc5 is described below

commit c0efbc5691aa1c5695bfc43b6a6f926e7becde80
Author: JiaShuo <js...@live.com>
AuthorDate: Wed Sep 9 15:40:28 2020 +0800

    update java delRange
---
 _clients/java-client.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_clients/java-client.md b/_clients/java-client.md
index abc3627..f2044cb 100755
--- a/_clients/java-client.md
+++ b/_clients/java-client.md
@@ -736,7 +736,7 @@ public int batchMultiDel2(String tableName, List<Pair<byte[], List<byte[]>>> key
  * 注意:该方法不是原子的,有可能出现部分成功部分失败的情况,用户可以选择只使用成功的结果。
 
 ### delRange
-删除同一HashKey下,SortKey值在startSortKey和stopSortKey范围内的数据。该函数首先从server获取当前在该范围内存在SortKey集合, 再分批次删除(100个SortKey作为一次, 最后不足100的作为一次)。删除过程中若发生错误,不影响已经删除的数据,同时会标记该范围内未删除的第一个SortKey。
+删除同一HashKey下,SortKey值在startSortKey和stopSortKey范围内的数据。删除过程中若发生错误,不影响已经删除的数据,同时会标记该范围内未删除的第一个SortKey。
 ```java
 /**
    * Delete key-values within range of startSortKey and stopSortKey under hashKey. Will terminate


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org