你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
rochy - rochy_he
赞同来自:
Settings settings = Settings.builder() .put("cluster.name", "myClusterName").build(); TransportClient client = new PreBuiltTransportClient(settings) .addTransportAddress(new TransportAddress(InetAddress.getByName("host1"), 9300)) .addTransportAddress(new TransportAddress(InetAddress.getByName("host2"), 9300));
suddenly - 90后IT男
Extreme_
要回复问题请先登录或注册
3 个回复
rochy - rochy_he
赞同来自:
suddenly - 90后IT男
赞同来自:
Extreme_
赞同来自:
.addTransportAddress(new InetSocketTransportAddress(InetAddress.getByName("localhost"), 9300));