Search Results for

    Show / Hide Table of Contents

    Class NodesHotThreadsRequest

    Request for HotThreads

    https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-hot-threads/

    Inheritance
    object
    RequestBase<NodesHotThreadsRequestParameters>
    PlainRequestBase<NodesHotThreadsRequestParameters>
    NodesHotThreadsRequest
    Implements
    INodesHotThreadsRequest
    IRequest<NodesHotThreadsRequestParameters>
    IRequest
    Inherited Members
    PlainRequestBase<NodesHotThreadsRequestParameters>.RequestConfiguration
    PlainRequestBase<NodesHotThreadsRequestParameters>.ErrorTrace
    PlainRequestBase<NodesHotThreadsRequestParameters>.FilterPath
    PlainRequestBase<NodesHotThreadsRequestParameters>.Human
    PlainRequestBase<NodesHotThreadsRequestParameters>.Pretty
    PlainRequestBase<NodesHotThreadsRequestParameters>.SourceQueryString
    RequestBase<NodesHotThreadsRequestParameters>.HttpMethod
    RequestBase<NodesHotThreadsRequestParameters>.RequestState
    RequestBase<NodesHotThreadsRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<NodesHotThreadsRequestParameters>.Q<TOut>(string)
    RequestBase<NodesHotThreadsRequestParameters>.Q(string, object)
    RequestBase<NodesHotThreadsRequestParameters>.SetAcceptHeader(string)
    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
    public class NodesHotThreadsRequest : PlainRequestBase<NodesHotThreadsRequestParameters>, INodesHotThreadsRequest, IRequest<NodesHotThreadsRequestParameters>, IRequest

    Constructors

    | Edit this page View Source

    NodesHotThreadsRequest()

    /_nodes/hot_threads

    Declaration
    public NodesHotThreadsRequest()
    | Edit this page View Source

    NodesHotThreadsRequest(NodeIds)

    /_nodes/{node_id}/hot_threads

    Declaration
    public NodesHotThreadsRequest(NodeIds nodeId)
    Parameters
    Type Name Description
    NodeIds nodeId

    Optional, accepts null

    Properties

    | Edit this page View Source

    ContentType

    Declaration
    protected override string ContentType { get; }
    Property Value
    Type Description
    string
    Overrides
    RequestBase<NodesHotThreadsRequestParameters>.ContentType
    | Edit this page View Source

    IgnoreIdleThreads

    Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue.

    Declaration
    public bool? IgnoreIdleThreads { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Interval

    The interval for the second sampling of threads.

    Declaration
    public Time Interval { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    Self

    Declaration
    protected INodesHotThreadsRequest Self { get; }
    Property Value
    Type Description
    INodesHotThreadsRequest
    | Edit this page View Source

    Snapshots

    Number of samples of thread stack trace.

    Declaration
    public int? Snapshots { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Threads

    Specify the number of threads to provide information for.

    Declaration
    public int? Threads { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Timeout

    Operation timeout.

    Declaration
    public Time Timeout { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    Type

    The type to sample.

    Declaration
    public NodesSampleType? Type { get; set; }
    Property Value
    Type Description
    NodesSampleType?

    Methods

    | Edit this page View Source

    RequestDefaults(NodesHotThreadsRequestParameters)

    Allows a request implementation to set certain request parameter defaults, use sparingly!

    Declaration
    protected override sealed void RequestDefaults(NodesHotThreadsRequestParameters parameters)
    Parameters
    Type Name Description
    NodesHotThreadsRequestParameters parameters
    Overrides
    RequestBase<NodesHotThreadsRequestParameters>.RequestDefaults(NodesHotThreadsRequestParameters)

    Implements

    INodesHotThreadsRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • NodesHotThreadsRequest()
      • NodesHotThreadsRequest(NodeIds)
    • Properties
      • ContentType
      • IgnoreIdleThreads
      • Interval
      • Self
      • Snapshots
      • Threads
      • Timeout
      • Type
    • Methods
      • RequestDefaults(NodesHotThreadsRequestParameters)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX