public class HazelcastMessageSetStorage<Key,Message extends net.morimekta.providence.PMessage<Message>> extends Object implements net.morimekta.providence.storage.MessageSetStore<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 |
|---|
HazelcastMessageSetStorage(Function<Message,Key> messageToKey,
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(Collection<Message> values) |
void |
removeAll(Collection<Key> keys) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitputAllBuilders, putBuilderpublic void putAll(@Nonnull Collection<Message> values)
public void removeAll(Collection<Key> keys)
@Nonnull public Collection<Key> keys()
Copyright © 2015–2020 morimekta.net. All rights reserved.