Package com.justinsb.etcd

Examples of com.justinsb.etcd.EtcdClient$JsonResponse


  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

Related Classes of com.justinsb.etcd.EtcdClient$JsonResponse

Copyright © 2018 www.massapicom. 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.