Examples of runDiscovery()


Examples of com.linkedin.d2.discovery.util.D2ConfigTestUtil.runDiscovery()

  protected static void runDiscovery(String zkHosts,
                                     Map<String, List<String>> clusterData)
  throws Exception
  {
    D2ConfigTestUtil d2Conf = new D2ConfigTestUtil(clusterData);
    assertEquals(d2Conf.runDiscovery(zkHosts), 0);
  }

  protected static LoadBalancerEchoServer startEchoServer(String zkHost,
                                                          int zkPort,
                                                          String echoServerHost,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.