According to this answer ChronicleMap's entrySet().iterator() will dump all objects in memory.
I do not want to load all objects in memory and filter the entire map in memory - that defeats the purpose of chroniclemap.
So now, Given a chronicle map type <LongValue, Pojo>, and keys ranging from 0-1000 how would I -
- fetch keys ranging >= 500
- delete keys ranging <500