Skip to content
#

scalability

Here are 323 public repositories matching this topic...

robinroos
robinroos commented Oct 16, 2020

Targetting 4.1

Proposal

Take the existing:

hazelcast/hazelcast/src/main/java/com/hazelcast/map/impl/proxy/MapProxyImpl.java

Line 916 in 4fed159

 public <R> Iterator<R> iterator(int fetchSize, int partitionId, Projection<Map.Entry<K, V>, R> projection, 

And create a public API in IMap which differs from the above in that it:

  1. does not require partitionId but work

Improve this page

Add a description, image, and links to the scalability topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scalability topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.