Examples of EtcdClient


Examples of com.justinsb.etcd.EtcdClient

  EtcdClient client;

  @Before
  public void initialize() {
    this.prefix = "/unittest-" + UUID.randomUUID().toString();
    this.client = new EtcdClient(URI.create("http://127.0.0.1:4001/"));
  }
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.