38394041424344
public AsyncDataStructure(String address, String name, Vertx vertx) { this.address = address; this.name = name; this.vertx = vertx; this.clusterLocator = new ClusterLocator(vertx); }