Package | Description |
---|---|
io.vertx.core.shareddata | |
io.vertx.core.spi.cluster | |
io.vertx.rxjava.core.shareddata | |
io.vertx.spi.cluster.hazelcast |
Modifier and Type | Method and Description |
---|---|
void |
SharedData.getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler)
Get a cluster wide counter.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterManager.getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler) |
Modifier and Type | Method and Description |
---|---|
static Counter |
Counter.newInstance(Counter arg) |
Constructor and Description |
---|
Counter(Counter delegate) |
Modifier and Type | Method and Description |
---|---|
void |
HazelcastClusterManager.getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler) |
Copyright © 2015. All Rights Reserved.