Search Results for

    Show / Hide Table of Contents

    Class ComputeTaskSessionFullSupportAttribute

    Enables distributing IComputeTaskSession's attributes from IComputeTask<TArg, TJobRes, TRes> to IComputeJob<TRes> that the task creates. IComputeTask<TArg, TJobRes, TRes> implementations must be annotated with the ComputeTaskSessionFullSupportAttribute to enable the features depending on the IComputeTaskSession attributes. By default attributes and checkpoints are disabled for performance reasons.

    Inheritance
    System.Object
    ComputeTaskSessionFullSupportAttribute
    Namespace: Apache.Ignite.Core.Compute
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public sealed class ComputeTaskSessionFullSupportAttribute : Attribute
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation