Uses of Interface
io.vertx.core.shareddata.Counter
Packages that use Counter
Package
Description
-
Uses of Counter in io.vertx.core.spi.cluster
Method parameters in io.vertx.core.spi.cluster with type arguments of type CounterModifier and TypeMethodDescriptionvoidClusterManager.getCounter(String name, Completable<Counter> promise) Return aCounterfor the givenname. -
Uses of Counter in io.vertx.ext.cluster.infinispan
Method parameters in io.vertx.ext.cluster.infinispan with type arguments of type CounterModifier and TypeMethodDescriptionvoidInfinispanClusterManager.getCounter(String name, Completable<Counter> promise) -
Uses of Counter in io.vertx.spi.cluster.hazelcast
Method parameters in io.vertx.spi.cluster.hazelcast with type arguments of type CounterModifier and TypeMethodDescriptionvoidHazelcastClusterManager.getCounter(String name, Completable<Counter> promise) -
Uses of Counter in io.vertx.spi.cluster.hazelcast.spi
Methods in io.vertx.spi.cluster.hazelcast.spi that return CounterModifier and TypeMethodDescriptionHazelcastObjectProvider.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 CounterModifier and TypeMethodDescriptionvoidIgniteClusterManager.getCounter(String name, Completable<Counter> promise) -
Uses of Counter in io.vertx.spi.cluster.zookeeper
Method parameters in io.vertx.spi.cluster.zookeeper with type arguments of type CounterModifier and TypeMethodDescriptionvoidZookeeperClusterManager.getCounter(String name, Completable<Counter> promise)