Package | Description |
---|---|
io.vertx.core.shareddata | |
io.vertx.core.spi.cluster | |
io.vertx.rxjava.core.shareddata | |
io.vertx.spi.cluster.hazelcast | |
io.vertx.spi.cluster.ignite | |
io.vertx.spi.cluster.jgroups |
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) |
Modifier and Type | Method and Description |
---|---|
void |
IgniteClusterManager.getCounter(String name,
Handler<AsyncResult<Counter>> handler) |
Modifier and Type | Method and Description |
---|---|
void |
JGroupsClusterManager.getCounter(String name,
Handler<AsyncResult<Counter>> handler) |
Copyright © 2016. All rights reserved.