Apache Ignite.NET
Apache.Ignite.Core.Compute.ICompute Member List

This is the complete list of members for Apache.Ignite.Core.Compute.ICompute, including all inherited members.

AffinityCall< TRes >(string cacheName, object affinityKey, IComputeFunc< TRes > clo)Apache.Ignite.Core.Compute.ICompute
AffinityCallAsync< TRes >(string cacheName, object affinityKey, IComputeFunc< TRes > clo)Apache.Ignite.Core.Compute.ICompute
AffinityCallAsync< TRes >(string cacheName, object affinityKey, IComputeFunc< TRes > clo, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
AffinityRun(string cacheName, object affinityKey, IComputeAction action)Apache.Ignite.Core.Compute.ICompute
AffinityRunAsync(string cacheName, object affinityKey, IComputeAction action)Apache.Ignite.Core.Compute.ICompute
AffinityRunAsync(string cacheName, object affinityKey, IComputeAction action, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
Apply< TArg, TFuncRes, TRes >(IComputeFunc< TArg, TFuncRes > clo, IEnumerable< TArg > args, IComputeReducer< TFuncRes, TRes > rdc)Apache.Ignite.Core.Compute.ICompute
Apply< TArg, TRes >(IComputeFunc< TArg, TRes > clo, TArg arg)Apache.Ignite.Core.Compute.ICompute
Apply< TArg, TRes >(IComputeFunc< TArg, TRes > clo, IEnumerable< TArg > args)Apache.Ignite.Core.Compute.ICompute
ApplyAsync< TArg, TFuncRes, TRes >(IComputeFunc< TArg, TFuncRes > clo, IEnumerable< TArg > args, IComputeReducer< TFuncRes, TRes > rdc)Apache.Ignite.Core.Compute.ICompute
ApplyAsync< TArg, TFuncRes, TRes >(IComputeFunc< TArg, TFuncRes > clo, IEnumerable< TArg > args, IComputeReducer< TFuncRes, TRes > rdc, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
ApplyAsync< TArg, TRes >(IComputeFunc< TArg, TRes > clo, TArg arg)Apache.Ignite.Core.Compute.ICompute
ApplyAsync< TArg, TRes >(IComputeFunc< TArg, TRes > clo, TArg arg, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
ApplyAsync< TArg, TRes >(IComputeFunc< TArg, TRes > clo, IEnumerable< TArg > args)Apache.Ignite.Core.Compute.ICompute
ApplyAsync< TArg, TRes >(IComputeFunc< TArg, TRes > clo, IEnumerable< TArg > args, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
Broadcast(IComputeAction action)Apache.Ignite.Core.Compute.ICompute
Broadcast< TArg, TRes >(IComputeFunc< TArg, TRes > clo, TArg arg)Apache.Ignite.Core.Compute.ICompute
Broadcast< TRes >(IComputeFunc< TRes > clo)Apache.Ignite.Core.Compute.ICompute
BroadcastAsync(IComputeAction action)Apache.Ignite.Core.Compute.ICompute
BroadcastAsync(IComputeAction action, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
BroadcastAsync< TArg, TRes >(IComputeFunc< TArg, TRes > clo, TArg arg)Apache.Ignite.Core.Compute.ICompute
BroadcastAsync< TArg, TRes >(IComputeFunc< TArg, TRes > clo, TArg arg, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
BroadcastAsync< TRes >(IComputeFunc< TRes > clo)Apache.Ignite.Core.Compute.ICompute
BroadcastAsync< TRes >(IComputeFunc< TRes > clo, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
Call< TFuncRes, TRes >(IEnumerable< IComputeFunc< TFuncRes >> clos, IComputeReducer< TFuncRes, TRes > reducer)Apache.Ignite.Core.Compute.ICompute
Call< TRes >(IComputeFunc< TRes > clo)Apache.Ignite.Core.Compute.ICompute
Call< TRes >(IEnumerable< IComputeFunc< TRes >> clos)Apache.Ignite.Core.Compute.ICompute
CallAsync< TFuncRes, TRes >(IEnumerable< IComputeFunc< TFuncRes >> clos, IComputeReducer< TFuncRes, TRes > reducer)Apache.Ignite.Core.Compute.ICompute
CallAsync< TFuncRes, TRes >(IEnumerable< IComputeFunc< TFuncRes >> clos, IComputeReducer< TFuncRes, TRes > reducer, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
CallAsync< TRes >(IComputeFunc< TRes > clo)Apache.Ignite.Core.Compute.ICompute
CallAsync< TRes >(IComputeFunc< TRes > clo, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
CallAsync< TRes >(IEnumerable< IComputeFunc< TRes >> clos)Apache.Ignite.Core.Compute.ICompute
CallAsync< TRes >(IEnumerable< IComputeFunc< TRes >> clos, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
ClusterGroupApache.Ignite.Core.Compute.ICompute
Execute< TArg, TJobRes, TRes >(IComputeTask< TArg, TJobRes, TRes > task, TArg taskArg)Apache.Ignite.Core.Compute.ICompute
Execute< TArg, TJobRes, TRes >(Type taskType, TArg taskArg)Apache.Ignite.Core.Compute.ICompute
Execute< TJobRes, TRes >(IComputeTask< TJobRes, TRes > task)Apache.Ignite.Core.Compute.ICompute
Execute< TJobRes, TRes >(Type taskType)Apache.Ignite.Core.Compute.ICompute
ExecuteAsync< TArg, TJobRes, TRes >(IComputeTask< TArg, TJobRes, TRes > task, TArg taskArg)Apache.Ignite.Core.Compute.ICompute
ExecuteAsync< TArg, TJobRes, TRes >(IComputeTask< TArg, TJobRes, TRes > task, TArg taskArg, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
ExecuteAsync< TArg, TJobRes, TRes >(Type taskType, TArg taskArg)Apache.Ignite.Core.Compute.ICompute
ExecuteAsync< TArg, TJobRes, TRes >(Type taskType, TArg taskArg, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
ExecuteAsync< TJobRes, TRes >(IComputeTask< TJobRes, TRes > task)Apache.Ignite.Core.Compute.ICompute
ExecuteAsync< TJobRes, TRes >(IComputeTask< TJobRes, TRes > task, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
ExecuteAsync< TJobRes, TRes >(Type taskType)Apache.Ignite.Core.Compute.ICompute
ExecuteAsync< TJobRes, TRes >(Type taskType, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
ExecuteJavaTask< TRes >(string taskName, object taskArg)Apache.Ignite.Core.Compute.ICompute
ExecuteJavaTaskAsync< TRes >(string taskName, object taskArg)Apache.Ignite.Core.Compute.ICompute
ExecuteJavaTaskAsync< TRes >(string taskName, object taskArg, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
Run(IComputeAction action)Apache.Ignite.Core.Compute.ICompute
Run(IEnumerable< IComputeAction > actions)Apache.Ignite.Core.Compute.ICompute
RunAsync(IComputeAction action)Apache.Ignite.Core.Compute.ICompute
RunAsync(IComputeAction action, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
RunAsync(IEnumerable< IComputeAction > actions)Apache.Ignite.Core.Compute.ICompute
RunAsync(IEnumerable< IComputeAction > actions, CancellationToken cancellationToken)Apache.Ignite.Core.Compute.ICompute
WithKeepBinary()Apache.Ignite.Core.Compute.ICompute
WithNoFailover()Apache.Ignite.Core.Compute.ICompute
WithTimeout(long timeout)Apache.Ignite.Core.Compute.ICompute