public class HazelcastMessageListStorage<K,M extends net.morimekta.providence.PMessage<M>> extends Object implements net.morimekta.providence.storage.MessageListStore<K,M>
HazelcastMessageBuilderStorage instead.| Constructor and Description |
|---|
HazelcastMessageListStorage(com.hazelcast.core.IMap<K,List<M>> hazelcastMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(K key) |
Map<K,List<M>> |
getAll(Collection<K> keys) |
Collection<K> |
keys() |
void |
putAll(Map<K,List<M>> values) |
void |
removeAll(Collection<K> keys) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitputAllBuilders, putBuildersCopyright © 2015–2020 morimekta.net. All rights reserved.