public class HazelcastMessageStorage<Key,Message extends net.morimekta.providence.PMessage<Message>> extends Object implements net.morimekta.providence.storage.MessageStore<Key,Message>
HazelcastMessageBuilderStorage instead.
On the other hand, this type of map is somewhat more efficient, and does not require the message to be generated with hazelcast portable support.
| Constructor and Description |
|---|
HazelcastMessageStorage(com.hazelcast.core.IMap<Key,Message> hazelcastMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Key key) |
Map<Key,Message> |
getAll(Collection<Key> keys) |
Collection<Key> |
keys() |
void |
putAll(Map<Key,Message> values) |
void |
removeAll(Collection<Key> keys) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitputAllBuilders, putBuilderpublic void removeAll(Collection<Key> keys)
@Nonnull public Collection<Key> keys()
Copyright © 2015–2020 morimekta.net. All rights reserved.