I'm trying to store a list of objects in a Hazelcast MultiMap. Each object has a name and other attributes. That name should be unique for the given key in this Map. How can I configure MultiMap that it doesn't store twice or more the same name? I'm using Java as the programming language. We are using Hazelcast version 3.12.7.
Asked
Active
Viewed 102 times
1 Answers
0
I'd say start here: https://docs.hazelcast.com/imdg/latest/data-structures/multimap.html
You will learn about all the options wrt to data-type available to store in MultiMap.

wildnez
- 1,078
- 1
- 6
- 10