Re: Copying pdx types via client

2019-03-26 Thread Michael Stolz
Cool! Thanks Jake! -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Tue, Mar 26, 2019 at 2:42 PM Jacob Barrett wrote: > > > > On Mar 26, 2019, at 11:26 AM, Michael Stolz wrote: > > > > I may be mistaken, but I think that this feature attempts to address > cas

Re: Copying pdx types via client

2019-03-26 Thread Jacob Barrett
> On Mar 26, 2019, at 11:26 AM, Michael Stolz wrote: > > I may be mistaken, but I think that this feature attempts to address cases > where users want to selectively copy several items from one distributed > system to another. Not sure if the two separate implementations of > "ClientCache"

Re: Copying pdx types via client

2019-03-26 Thread Michael Stolz
I may be mistaken, but I think that this feature attempts to address cases where users want to selectively copy several items from one distributed system to another. Not sure if the two separate implementations of "ClientCache" actually achieves the same thing. Would like to discuss though. >

Re: Copying pdx types via client

2019-03-26 Thread Jacob Barrett
Perhaps for others on this list that aren’t familiar with the context you could fill in the blanks. It is assumed you are asking about the “feature” where PDX metadata is propagated from one connection pool to another in an attempt to support multiple distributed systems in the same client. Whi

Re: Copying pdx types via client

2019-03-26 Thread Michael Stolz
Thanks. I'm happy to hear that. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Tue, Mar 26, 2019, 12:46 PM Blake Bender wrote: > Okay, after a conversation here at the office with folks who know, I can > confirm the answer is "yes," NC has code to copy PDX ty

Re: Copying pdx types via client

2019-03-26 Thread Blake Bender
Okay, after a conversation here at the office with folks who know, I can confirm the answer is "yes," NC has code to copy PDX types in the manner you're asking after. Thanks, Blake On Tue, Mar 26, 2019 at 8:43 AM Blake Bender wrote: > Hi Mike, > > I'm not 100% certain what you're referring to

Re: Copying pdx types via client

2019-03-26 Thread Blake Bender
Hi Mike, I'm not 100% certain what you're referring to, but... PdxSerializable in NC has toData and fromData methods that allow you to copy objects via serialization. That what you're looking for? Thanks, Blake On Mon, Mar 25, 2019 at 12:53 PM Michael Stolz wrote: > Does this functionality

Copying pdx types via client

2019-03-25 Thread Michael Stolz
Does this functionality exist in the Native Client as well as the Java Client? -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771