Modifier and Type | Method and Description |
---|---|
Future<Counter> |
SharedData.getCounter(String name)
Same as
SharedData.getCounter(String, Handler) but returns a Future of the asynchronous result |
Future<Counter> |
SharedData.getLocalCounter(String name)
Same as
SharedData.getLocalCounter(String, Handler) but returns a Future of the asynchronous result |
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,
Promise<Counter> promise)
Return a
Counter for the given name . |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanClusterManager.getCounter(String name,
Promise<Counter> promise) |
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,
Promise<Counter> promise) |
Modifier and Type | Method and Description |
---|---|
void |
IgniteClusterManager.getCounter(String name,
Promise<Counter> promise) |
Modifier and Type | Method and Description |
---|---|
void |
ZookeeperClusterManager.getCounter(String name,
Promise<Counter> promise) |
Copyright © 2021 Eclipse. All rights reserved.