public interface SharedData
Modifier and Type | Method and Description |
---|---|
<K,V> void |
getClusterWideMap(String name,
Handler<AsyncResult<AsyncMap<K,V>>> resultHandler) |
void |
getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler) |
<K,V> LocalMap<K,V> |
getLocalMap(String name)
Return a
Map with the specific name . |
void |
getLock(String name,
Handler<AsyncResult<Lock>> resultHandler) |
void |
getLockWithTimeout(String name,
long timeout,
Handler<AsyncResult<Lock>> resultHandler) |
<K,V> void getClusterWideMap(String name, Handler<AsyncResult<AsyncMap<K,V>>> resultHandler)
void getLock(String name, Handler<AsyncResult<Lock>> resultHandler)
void getLockWithTimeout(String name, long timeout, Handler<AsyncResult<Lock>> resultHandler)
void getCounter(String name, Handler<AsyncResult<Counter>> resultHandler)
Copyright © 2014. All Rights Reserved.