Search Results for

    Show / Hide Table of Contents

    Namespace Apache.Ignite.Core.Resource

    Classes

    InstanceResourceAttribute

    Attribute which injects IIgnite instance. Can be defined inside implementors of IComputeTask<TArg, TJobRes, TRes> and IComputeJob<TRes> interfaces. Can be applied to non-static fields, properties and methods returning void and accepting a single parameter.

    StoreSessionResourceAttribute

    Annotates a field or a setter method for injection of current ICacheStoreSession instance. It can be injected into ICacheStore.

    TaskSessionResourceAttribute

    Injects IComputeTaskSession into implementations of IComputeTask<TJobRes, TReduceRes> and IComputeJob<TRes>.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation