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. >
