Example usage for io.vertx.core.spi.cluster AsyncMultiMap interface-usage

List of usage examples for io.vertx.core.spi.cluster AsyncMultiMap interface-usage

Introduction

In this page you can find the example usage for io.vertx.core.spi.cluster AsyncMultiMap interface-usage.

Usage

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

/**
 * MultiMap implementation.
 *
 * @author Andrey Gura
 */
public class AsyncMultiMapImpl<K, V> implements AsyncMultiMap<K, V> {

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

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

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

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