It turns out this annotation is also present in .Net and works the same
way as the Java annotation.

Eg:
    [Serializable]
    [ComputeTaskNoResultCache]
    class MyComputeTask : IComputeTask<String, String, String>
{
}

Sweet! :)

-----Original Message-----
From: vkulichenko [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
results in a single collection. Not sure there is such an option for .NET
though.

-Val



--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Continuous-reduce-in-Ignite
-tp10552p10553.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to