Package | Description |
---|---|
io.vertx.core.shareddata | |
io.vertx.core.spi.cluster |
Modifier and Type | Method and Description |
---|---|
void |
SharedData.getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler)
Get an asynchronous counter.
|
void |
SharedData.getLocalCounter(String name,
Handler<AsyncResult<Counter>> resultHandler)
Get an asynchronous local counter.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterManager.getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler) |
Copyright © 2019 Eclipse. All rights reserved.