Apache Ignite.NET
Apache.Ignite.Core.Compute.ComputeTaskNoResultCacheAttribute Class Reference

This attribute disables caching of task results when attached to IComputeTask<A,T,R> instance. Use it when number of jobs within task grows too big, or jobs themselves are too large to keep in memory throughout task execution. By default all results are cached and passed into IComputeTask<TA,T,TR>.OnResult and IComputeTask<A,T,R>.Reduce methods. When this attribute is attached to a task class, then this list of job results will always be empty. More...

Inheritance diagram for Apache.Ignite.Core.Compute.ComputeTaskNoResultCacheAttribute:

Detailed Description