Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-14 Thread Katia Aresti
Hi Galder ! Thanks for your comments and ideas ! I'm going to move the content you posted in the list to the design PR here : https://github.com/infinispan/ infinispan-designs/pull/3 ++ Katia On Thu, Apr 13, 2017 at 11:31 PM, Galder Zamarreño wrote: > > -- > Galder

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-13 Thread Galder Zamarreño
-- Galder Zamarreño Infinispan, Red Hat > On 5 Apr 2017, at 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

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-13 Thread Galder Zamarreño
-- Galder Zamarreño Infinispan, Red Hat > On 6 Apr 2017, at 11:04, Radim Vansa wrote: > > On 04/06/2017 12:15 AM, Katia Aresti wrote: >> >> >> On Wed, Apr 5, 2017 at 9:56 AM, Radim Vansa > > wrote: >> >> On 04/04/2017 06:40

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-10 Thread Katia Aresti
Hi all I've moved the discussion to infinispan-designs https://github.com/infinispan/infinispan-designs/pull/3 I think I put everything we said on this thread. Let me know if I forgot something important on the PR. Let's continue the design on Github, should be nicer to follow ! :) Cheers

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-06 Thread Katia Aresti
What if we move the discussion to https://github.com/infinispan/infinispan-designs ? Katia On Thu, Apr 6, 2017 at 11:04 AM, Radim Vansa wrote: > On 04/06/2017 12:15 AM, Katia Aresti wrote: > > > > > > On Wed, Apr 5, 2017 at 9:56 AM, Radim Vansa >

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-06 Thread Radim Vansa
On 04/06/2017 12:15 AM, Katia Aresti wrote: > > > 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

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-06 Thread Radim Vansa
On 04/05/2017 04:34 PM, William Burns wrote: > > > 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

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

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

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

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

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

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

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

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-04 Thread William Burns
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 infinispan the default > cluster management of vert-x. (yeah!) > Vert-x needs support

Re: [infinispan-dev] Native Infinispan Multimap support

2017-04-04 Thread Gustavo Fernandes
On Tue, Apr 4, 2017 at 3:44 PM, 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 infinispan the default > cluster management of vert-x. (yeah!) > Vert-x needs support