Skip navigation links
C E G I J K L N S U V 

C

ClusterHealthCheck - Interface in io.vertx.ext.cluster.infinispan
A helper to create Vert.x cluster HealthChecks procedures.
createProcedure(Vertx) - Static method in interface io.vertx.ext.cluster.infinispan.ClusterHealthCheck
createProcedure(Vertx, boolean) - Static method in interface io.vertx.ext.cluster.infinispan.ClusterHealthCheck
Creates a ready-to-use Vert.x cluster HealthChecks procedure.

E

entryStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
Get the entries of the map as a ReadStream.

G

getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getCacheContainer() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getNodeID() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getNodes() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getSyncMap(String) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 

I

InfinispanAsyncMap<K,V> - Interface in io.vertx.ext.cluster.infinispan
Extensions to the generic AsyncMap.
InfinispanClusterManager - Class in io.vertx.ext.cluster.infinispan
 
InfinispanClusterManager() - Constructor for class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
Creates a new cluster manager configured with infinispan.xml and jgroups.xml files.
InfinispanClusterManager(DefaultCacheManager) - Constructor for class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
Creates a new cluster manager with an existing DefaultCacheManager.
io.vertx.ext.cluster.infinispan - package io.vertx.ext.cluster.infinispan
 
isActive() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 

J

join(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 

K

keyStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
Get the keys of the map as a ReadStream.

L

leave(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 

N

nodeListener(NodeListener) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 

S

setVertx(Vertx) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 

U

unwrap(AsyncMap) - Static method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
Unwraps a generic AsyncMap to an InfinispanAsyncMap.

V

valueStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
Get the values of the map as a ReadStream.
C E G I J K L N S U V 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.