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

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

Introduction

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

Usage

From source file com.usebilbo.vertx.cluster.manager.impl.AsyncMapImpl.java

/**
 * Async wrapper for {@link MapImpl}.
 *
 * @author Andrey Gura
 */
public class AsyncMapImpl<K, V> implements AsyncMap<K, V> {

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

/**
 * Atomix async map.
 *
 * @author <a href="http://github.com/kuujo>Jordan Halterman</a>
 */
public class AtomixAsyncMap<K, V> implements AsyncMap<K, V> {

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

/**
 * Copycat asynchronous map.
 *
 * @author <a href="http://github.com/kuujo">Jordan Halterman</a>
 */
public class CopycatAsyncMap<K, V> implements AsyncMap<K, V> {