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.