Uses of Interface
io.vertx.core.shareddata.Counter
-
-
Uses of Counter in io.vertx.core.shareddata
Methods in io.vertx.core.shareddata that return types with arguments of type Counter Modifier and Type Method Description Future<Counter>
SharedData. getCounter(String name)
Get an asynchronous counter.Future<Counter>
SharedData. getLocalCounter(String name)
Get an asynchronous local counter. -
Uses of Counter in io.vertx.core.spi.cluster
Method parameters in io.vertx.core.spi.cluster with type arguments of type Counter Modifier and Type Method Description void
ClusterManager. getCounter(String name, Promise<Counter> promise)
Return aCounter
for the givenname
. -
Uses of Counter in io.vertx.ext.cluster.infinispan
Method parameters in io.vertx.ext.cluster.infinispan with type arguments of type Counter Modifier and Type Method Description void
InfinispanClusterManager. getCounter(String name, Promise<Counter> promise)
-
Uses of Counter in io.vertx.reactivex.core.shareddata
Methods in io.vertx.reactivex.core.shareddata that return Counter Modifier and Type Method Description Counter
Counter. getDelegate()
Methods in io.vertx.reactivex.core.shareddata with parameters of type Counter Modifier and Type Method Description static Counter
Counter. newInstance(Counter arg)
Constructors in io.vertx.reactivex.core.shareddata with parameters of type Counter Constructor Description Counter(Counter delegate)
-
Uses of Counter in io.vertx.rxjava3.core.shareddata
Methods in io.vertx.rxjava3.core.shareddata that return Counter Modifier and Type Method Description Counter
Counter. getDelegate()
Methods in io.vertx.rxjava3.core.shareddata with parameters of type Counter Modifier and Type Method Description static Counter
Counter. newInstance(Counter arg)
Constructors in io.vertx.rxjava3.core.shareddata with parameters of type Counter Constructor Description Counter(Counter delegate)
-
Uses of Counter in io.vertx.spi.cluster.hazelcast
Method parameters in io.vertx.spi.cluster.hazelcast with type arguments of type Counter Modifier and Type Method Description void
HazelcastClusterManager. getCounter(String name, Promise<Counter> promise)
-
Uses of Counter in io.vertx.spi.cluster.hazelcast.spi
Methods in io.vertx.spi.cluster.hazelcast.spi that return Counter Modifier and Type Method Description Counter
HazelcastObjectProvider. createCounter(String name)
Return Counter with given name, if the Counter doesn't exist it is initialized to 0 -
Uses of Counter in io.vertx.spi.cluster.ignite
Method parameters in io.vertx.spi.cluster.ignite with type arguments of type Counter Modifier and Type Method Description void
IgniteClusterManager. getCounter(String name, Promise<Counter> promise)
-
Uses of Counter in io.vertx.spi.cluster.zookeeper
Method parameters in io.vertx.spi.cluster.zookeeper with type arguments of type Counter Modifier and Type Method Description void
ZookeeperClusterManager. getCounter(String name, Promise<Counter> promise)
-