Package net.kuujo.vertigo.cluster.data.impl

Examples of net.kuujo.vertigo.cluster.data.impl.DefaultAsyncCounter


    return new DefaultAsyncQueue<T>(address, name, vertx);
  }

  @Override
  public AsyncCounter getCounter(String name) {
    return new DefaultAsyncCounter(address, name, vertx);
  }
View Full Code Here

TOP

Related Classes of net.kuujo.vertigo.cluster.data.impl.DefaultAsyncCounter

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.