hazelcast/hazelcast

Add getAll to MultiMap

Open

#3,840 opened on Oct 13, 2014

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

Repository metrics

Stars
 (5,737 stars)
PR merge metrics
 (No merged PRs in 30d)

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