public class HazelcastMessageListStorage<K,M extends PMessage<M,F>,F extends PField> extends Object implements MessageListStore<K,M,F>
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() |
Map<K,List<M>> |
putAll(Map<K,List<M>> values) |
Map<K,List<M>> |
removeAll(Collection<K> keys) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitputAllBuilders, putBuildersgetAllBuilders, getBuildersput, removegetpublic boolean containsKey(@Nonnull K key)
containsKey in interface ReadOnlyStore<K,List<M extends PMessage<M,F>>>Copyright © 2015–2018 morimekta.net. All rights reserved.