Search Results for

    Show / Hide Table of Contents

    Class NodeThreadPoolInfo

    Inheritance
    object
    NodeThreadPoolInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class NodeThreadPoolInfo

    Properties

    | Edit this page View Source

    Core

    The configured core number of active threads allowed in the current thread pool

    Declaration
    [DataMember(Name = "core")]
    public int? Core { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    KeepAlive

    The configured keep alive time for threads

    Declaration
    [DataMember(Name = "keep_alive")]
    public string KeepAlive { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Max

    The configured maximum number of active threads allowed in the current thread pool

    Declaration
    [DataMember(Name = "max")]
    public int? Max { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    QueueSize

    The maximum number of tasks permitted in the queue for the current thread pool

    Declaration
    [DataMember(Name = "queue_size")]
    public int? QueueSize { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Size

    The configured fixed number of active threads allowed in the current thread pool

    Declaration
    [DataMember(Name = "size")]
    public int? Size { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Type

    The type of thread pool

    Declaration
    [DataMember(Name = "type")]
    public string Type { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Core
      • KeepAlive
      • Max
      • QueueSize
      • Size
      • Type
    • Extension Methods
    Back to top Generated by DocFX