Search Results for

    Show / Hide Table of Contents

    Class ExecutorConfiguration

    Custom thread pool configuration for compute tasks. See WithExecutor(string).

    Inheritance
    object
    ExecutorConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    string

    Size

    Gets or sets the thread pool size. Defaults to DefaultThreadPoolSize

    Declaration
    public int Size { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation