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 cd075d3 fix link
cd075d3 is described below
commit cd075d3e9d4799fa20ac7c5fdeb8f9b2885d3e5e
Author: JiaShuo <[email protected]>
AuthorDate: Mon Dec 7 11:20:20 2020 +0800
fix link
---
_docs/zh/clients/java-client.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs/zh/clients/java-client.md b/_docs/zh/clients/java-client.md
index 101d191..70a95c9 100755
--- a/_docs/zh/clients/java-client.md
+++ b/_docs/zh/clients/java-client.md
@@ -134,7 +134,7 @@ Java客户端的类都在```com.xiaomi.infra.pegasus.client```包下面,主要
* Client接口直接在参数中指定表名,省去了打开表的动作,使用更便捷。
* Table接口同时支持**同步和异步API**,而Client接口只支持**同步API**。
* Table接口可以为每个操作设置单独的超时,而Client接口无法单独指定超时,只能使用配置文件中的默认超时。
-*
Table接口在2.0.0中增加了backupRequestDelayMs参数,可以开启backup-request功能,以提高读性能,详情参见:[Backup-Request](/_docs/zh/administration/backup-request.md)
+*
Table接口在2.0.0中增加了backupRequestDelayMs参数,可以开启backup-request功能,以提高读性能,详情参见:[Backup-Request](/administration/backup-request.md)
* Table接口的超时更准确,而Client接口在首次读写请求时可能需要在内部初始化Table对象,所以首次读写的超时可能不太准确。
* 推荐用户首选Table接口。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]