Uses of Interface
io.vertx.core.shareddata.AsyncMap
-
-
Uses of AsyncMap in io.vertx.core.shareddata
Methods in io.vertx.core.shareddata that return types with arguments of type AsyncMap Modifier and Type Method Description <K,V>
Future<AsyncMap<K,V>>SharedData. getAsyncMap(String name)
Get theAsyncMap
with the specified name.<K,V>
Future<AsyncMap<K,V>>SharedData. getClusterWideMap(String name)
Get the cluster wide map with the specified name.<K,V>
Future<AsyncMap<K,V>>SharedData. getLocalAsyncMap(String name)
Get theAsyncMap
with the specified name. -
Uses of AsyncMap in io.vertx.core.spi.cluster
Method parameters in io.vertx.core.spi.cluster with type arguments of type AsyncMap Modifier and Type Method Description <K,V>
voidClusterManager. getAsyncMap(String name, Promise<AsyncMap<K,V>> promise)
Return anAsyncMap
for the givenname
. -
Uses of AsyncMap in io.vertx.ext.cluster.infinispan
Methods in io.vertx.ext.cluster.infinispan with parameters of type AsyncMap Modifier and Type Method Description static <K,V>
InfinispanAsyncMap<K,V>InfinispanAsyncMap. unwrap(AsyncMap asyncMap)
Unwraps a genericAsyncMap
to anInfinispanAsyncMap
.Method parameters in io.vertx.ext.cluster.infinispan with type arguments of type AsyncMap Modifier and Type Method Description <K,V>
voidInfinispanClusterManager. getAsyncMap(String name, Promise<AsyncMap<K,V>> promise)
-
Uses of AsyncMap in io.vertx.reactivex.core.shareddata
Methods in io.vertx.reactivex.core.shareddata that return AsyncMap Modifier and Type Method Description AsyncMap
AsyncMap. getDelegate()
Methods in io.vertx.reactivex.core.shareddata with parameters of type AsyncMap Modifier and Type Method Description static <K,V>
AsyncMap<K,V>AsyncMap. newInstance(AsyncMap arg)
static <K,V>
AsyncMap<K,V>AsyncMap. newInstance(AsyncMap arg, io.vertx.lang.rx.TypeArg<K> __typeArg_K, io.vertx.lang.rx.TypeArg<V> __typeArg_V)
Constructors in io.vertx.reactivex.core.shareddata with parameters of type AsyncMap Constructor Description AsyncMap(AsyncMap delegate)
-
Uses of AsyncMap in io.vertx.rxjava3.core.shareddata
Methods in io.vertx.rxjava3.core.shareddata that return AsyncMap Modifier and Type Method Description AsyncMap
AsyncMap. getDelegate()
Methods in io.vertx.rxjava3.core.shareddata with parameters of type AsyncMap Modifier and Type Method Description static <K,V>
AsyncMap<K,V>AsyncMap. newInstance(AsyncMap arg)
static <K,V>
AsyncMap<K,V>AsyncMap. newInstance(AsyncMap arg, io.vertx.lang.rx.TypeArg<K> __typeArg_K, io.vertx.lang.rx.TypeArg<V> __typeArg_V)
Constructors in io.vertx.rxjava3.core.shareddata with parameters of type AsyncMap Constructor Description AsyncMap(AsyncMap delegate)
-
Uses of AsyncMap in io.vertx.spi.cluster.hazelcast
Method parameters in io.vertx.spi.cluster.hazelcast with type arguments of type AsyncMap Modifier and Type Method Description <K,V>
voidHazelcastClusterManager. getAsyncMap(String name, Promise<AsyncMap<K,V>> promise)
-
Uses of AsyncMap in io.vertx.spi.cluster.hazelcast.spi
Methods in io.vertx.spi.cluster.hazelcast.spi that return AsyncMap Modifier and Type Method Description <K,V>
AsyncMap<K,V>HazelcastObjectProvider. getAsyncMap(String name)
ReturnAsyncMap
for 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 AsyncMap Modifier and Type Method Description <K,V>
voidIgniteClusterManager. getAsyncMap(String name, Promise<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 AsyncMap Modifier and Type Method Description <K,V>
voidZookeeperClusterManager. getAsyncMap(String name, Promise<AsyncMap<K,V>> promise)
-