Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-05 Thread Katia Aresti
@Gustavo, Concerning put it should return void, yes ! :D a little copy/paste mistake in the mail from me, sorry ! On Tue, Apr 4, 2017 at 6:40 PM, William Burns wrote: > > > On Tue, Apr 4, 2017 at 11:45 AM Katia Aresti wrote: > >> Hi all, >> >> As you probably know, Will and I are working on th

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-05 Thread Radim Vansa
On 04/04/2017 06:40 PM, William Burns wrote: > > > On Tue, Apr 4, 2017 at 11:45 AM Katia Aresti > wrote: > > Hi all, > > As you probably know, Will and I are working on the vert-x > infinispan integration [1], where the primary goal is to make > infinispa

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-05 Thread Sebastian Laskawiec
I love the idea of starting with a simple interface, so +1000 from me. I'm also assuming that our new MultiMap will be accessible in both Embedded and Client/Server mode, am I correct? I also think CacheMultimap should extend Iterable. I suspect some of our users might want to use for-each loop wi

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-05 Thread Thomas SEGISMONT
Hi Katia, 2017-04-04 16:44 GMT+02:00 Katia Aresti : > Hi all, > > As you probably know, Will and I are working on the vert-x infinispan > integration [1], where the primary goal is to make infinispan the default > cluster management of vert-x. (yeah!) > This can't be the primary goal. Making it

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-05 Thread Tristan Tarrant
On 05/04/2017 10:05, Sebastian Laskawiec wrote: > I love the idea of starting with a simple interface, so +1000 from me. > > I'm also assuming that our new MultiMap will be accessible in both > Embedded and Client/Server mode, am I correct? Agreed. The design must take into account both varia

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-05 Thread William Burns
On Wed, Apr 5, 2017 at 4:30 AM Sebastian Laskawiec wrote: > I love the idea of starting with a simple interface, so +1000 from me. > > I'm also assuming that our new MultiMap will be accessible in both > Embedded and Client/Server mode, am I correct? I also think CacheMultimap > should extend Ite

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-05 Thread Katia Aresti
On Wed, Apr 5, 2017 at 9:56 AM, Radim Vansa wrote: > On 04/04/2017 06:40 PM, William Burns wrote: > > > > > > On Tue, Apr 4, 2017 at 11:45 AM Katia Aresti > > wrote: > > > > Hi all, > > > > As you probably know, Will and I are working on the vert-x > > infi