Uses of Interface
io.vertx.core.shareddata.Counter
-
Packages that use Counter Package Description io.vertx.core.shareddata io.vertx.core.spi.cluster -
-
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 voidClusterManager. getCounter(String name, Completable<Counter> promise)Return aCounterfor the givenname.
-