Example usage for io.vertx.core.shareddata Counter interface-usage

List of usage examples for io.vertx.core.shareddata Counter interface-usage

Introduction

In this page you can find the example usage for io.vertx.core.shareddata Counter interface-usage.

Usage

From source file io.atomix.vertx.AtomixCounter.java

/**
 * Atomix counter.
 *
 * @author <a href="http://github.com/kuujo>Jordan Halterman</a>
 */
public class AtomixCounter implements Counter {

From source file io.vertx.spi.cluster.hazelcast.impl.HazelcastInternalAsyncCounter.java

/**
 *
 */
public class HazelcastInternalAsyncCounter implements Counter {

    private final AsyncAtomicLong atomicLong;

From source file net.kuujo.copycat.vertx.impl.CopycatCounter.java

/**
 * Copycat counter.
 *
 * @author <a href="http://github.com/kuujo">Jordan Halterman</a>
 */
public class CopycatCounter implements Counter {