hazelcast/hazelcast

Add getAll to MultiMap

Open

#3840 opened on Oct 13, 2014

View on GitHub
 (24 comments) (0 reactions) (0 assignees)Java (5,737 stars) (1,795 forks)batch import
Module: MultiMapPriority: MediumSource: CommunityTeam: CoreType: Enhancementgood first issue

Description

Please add a getAll method to MultiMap to allow bulk retreval.

The signature should be:

public MultiMap<K, V> getAll(Set<K> keys)

And should behave like IMap.getAll(Set<K>)

Contributor guide