Search Results for

    Show / Hide Table of Contents

    Class ExecutorConfiguration

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

    Inheritance
    System.Object
    ExecutorConfiguration
    Namespace: Apache.Ignite.Core.Configuration
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class ExecutorConfiguration : object

    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
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation