Uses of Interface
io.vertx.core.shareddata.AsyncMap
Packages that use AsyncMap
Package
Description
-
Uses of AsyncMap in io.vertx.core.spi.cluster
Method parameters in io.vertx.core.spi.cluster with type arguments of type AsyncMapModifier and TypeMethodDescription<K,V> void ClusterManager.getAsyncMap(String name, Completable<AsyncMap<K, V>> promise) Return anAsyncMapfor the givenname. -
Uses of AsyncMap in io.vertx.ext.cluster.infinispan
Methods in io.vertx.ext.cluster.infinispan with parameters of type AsyncMapModifier and TypeMethodDescriptionstatic <K,V> InfinispanAsyncMap <K, V> Unwraps a genericAsyncMapto anInfinispanAsyncMap.Method parameters in io.vertx.ext.cluster.infinispan with type arguments of type AsyncMapModifier and TypeMethodDescription<K,V> void InfinispanClusterManager.getAsyncMap(String name, Completable<AsyncMap<K, V>> promise) -
Uses of AsyncMap in io.vertx.spi.cluster.hazelcast
Method parameters in io.vertx.spi.cluster.hazelcast with type arguments of type AsyncMapModifier and TypeMethodDescription<K,V> void HazelcastClusterManager.getAsyncMap(String name, Completable<AsyncMap<K, V>> promise) -
Uses of AsyncMap in io.vertx.spi.cluster.hazelcast.spi
Methods in io.vertx.spi.cluster.hazelcast.spi that return AsyncMapModifier and TypeMethodDescription<K,V> AsyncMap <K, V> HazelcastObjectProvider.getAsyncMap(String name) ReturnAsyncMapfor the given name -
Uses of AsyncMap in io.vertx.spi.cluster.ignite
Method parameters in io.vertx.spi.cluster.ignite with type arguments of type AsyncMapModifier and TypeMethodDescription<K,V> void IgniteClusterManager.getAsyncMap(String name, Completable<AsyncMap<K, V>> promise) -
Uses of AsyncMap in io.vertx.spi.cluster.zookeeper
Method parameters in io.vertx.spi.cluster.zookeeper with type arguments of type AsyncMapModifier and TypeMethodDescription<K,V> void ZookeeperClusterManager.getAsyncMap(String name, Completable<AsyncMap<K, V>> promise)