不为失败找理由,要为成功找方法。

Transport Client问题

Elasticsearch | 作者 redhat | 发布于2018年07月12日 | 阅读数:1590

The TransportClient connects remotely to an Elasticsearch cluster using the transport module. It does not join the cluster, but simply gets one or more initial transport addresses and communicates with them in round robin fashion on each action (though most actions will probably be "two hop" operations).
 
请问 though most actions will probably be "two hop" operations 这段是什么含义呀
已邀请:

要回复问题请先登录注册