Class ExecutorConfiguration
Custom thread pool configuration for compute tasks. See WithExecutor(String).
Inheritance
System.Object
ExecutorConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Apache.Ignite.Core.Configuration
Assembly: Apache.Ignite.Core.dll
Syntax
public class ExecutorConfiguration
Properties
Name
Gets or sets the thread pool name. Can not be null and should be unique with respect to other custom executors.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Gets or sets the thread pool size. Defaults to DefaultThreadPoolSize
Declaration
public int Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |