public class CacheManager extends org.jgroups.ReceiverAdapter implements LambdaLogger
| Constructor and Description |
|---|
CacheManager(Vertx vertx,
org.jgroups.JChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> AsyncMap<K,V> |
createAsyncMap(String name) |
<K,V> AsyncMultiMap<K,V> |
createAsyncMultiMap(String name) |
<K,V> Map<K,V> |
createSyncMap(String name) |
void |
getState(OutputStream output) |
Logger |
log() |
void |
setState(InputStream input) |
void |
start() |
void |
stop() |
block, receive, suspect, unblock, viewAcceptedpublic CacheManager(Vertx vertx, org.jgroups.JChannel channel)
public <K,V> AsyncMultiMap<K,V> createAsyncMultiMap(String name)
public Logger log()
log in interface LambdaLoggerpublic void getState(OutputStream output) throws Exception
getState in interface org.jgroups.MessageListenergetState in class org.jgroups.ReceiverAdapterExceptionpublic void setState(InputStream input) throws Exception
setState in interface org.jgroups.MessageListenersetState in class org.jgroups.ReceiverAdapterExceptionpublic void start()
public void stop()
Copyright © 2015. All rights reserved.