Hi, I just came across ClusterNodeLocalMap interface and cannot figure out why we need to have it. It essentially extends java.util.ConcurrentMap and adds 2 silly methods on top of it.
I propose to remove it and simply return ConcurrentMap instead, like so: --- public ConcurrentMap nodeLocalMap(); --- Thoughts? D.
