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 |
JGroupsClusterManager.getCounter(String name,
Handler<AsyncResult<Counter>> handler) |
Modifier and Type | Class and Description |
---|---|
class |
ClusteredCounterImpl |
Copyright © 2015. All rights reserved.