Uses of Class
io.vertx.reactivex.core.shareddata.Counter
-
Packages that use Counter Package Description io.vertx.reactivex.core.shareddata -
-
Uses of Counter in io.vertx.reactivex.core.shareddata
Fields in io.vertx.reactivex.core.shareddata with type parameters of type Counter Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Counter>
Counter. __TYPE_ARG
Methods in io.vertx.reactivex.core.shareddata that return Counter Modifier and Type Method Description static Counter
Counter. newInstance(Counter arg)
Methods in io.vertx.reactivex.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.Single<Counter>
SharedData. rxGetCounter(String name)
Get an asynchronous counter.Single<Counter>
SharedData. rxGetLocalCounter(String name)
Get an asynchronous local counter.
-