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) |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanClusterManager.getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler) |
Modifier and Type | Method and Description |
---|---|
Counter |
Counter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Counter |
Counter.newInstance(Counter arg) |
Constructor and Description |
---|
Counter(Counter delegate) |
Modifier and Type | Method and Description |
---|---|
Counter |
Counter.getDelegate() |
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 |
ZookeeperClusterManager.getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler) |
Copyright © 2023 Eclipse. All rights reserved.