Yakov, This seems like a simple change. Can you add it to the release?
Dmitriy > On Feb 15, 2015, at 10:52 PM, Valentin Kulichenko > <[email protected]> wrote: > > Agree. > > On Sun, Feb 15, 2015 at 5:10 PM, Dmitriy Setrakyan <[email protected]> > wrote: > >> 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. >>
