RE: Continuous reduce in Ignite

2017-02-12 Thread Raymond Wilson
chenko [mailto:valentin.kuliche...@gmail.com] Sent: Saturday, February 11, 2017 11:19 AM To: user@ignite.apache.org Subject: Re: Continuous reduce in Ignite Hi Raymond, Are you implementing tasks in Java or .NET? For Java there is a special @ComputeTaskNoResultCache annotation that prevents from caching all job r

Re: Continuous reduce in Ignite

2017-02-10 Thread Raymond Wilson
Hi Val, This would be from .Net. Is there an option for extending the .Net client to support this? Thanks, Raymond. Sent from my iPhone > On 11/02/2017, at 11:19 AM, vkulichenko wrote: > > Hi Raymond, > > Are you implementing tasks in Java or .NET? For Java

Re: Continuous reduce in Ignite

2017-02-10 Thread vkulichenko
Hi Raymond, Are you implementing tasks in Java or .NET? For Java there is a special @ComputeTaskNoResultCache annotation that prevents from caching all job results in a single collection. Not sure there is such an option for .NET though. -Val -- View this message in context: