Search Results for

    Show / Hide Table of Contents

    Class NodeStats

    Inheritance
    object
    NodeStats
    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 NodeStats

    Properties

    | Edit this page View Source

    AdaptiveSelection

    Declaration
    [DataMember(Name = "adaptive_selection")]
    public IReadOnlyDictionary<string, AdaptiveSelectionStats> AdaptiveSelection { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, AdaptiveSelectionStats>
    | Edit this page View Source

    Breakers

    Declaration
    [DataMember(Name = "breakers")]
    public IReadOnlyDictionary<string, BreakerStats> Breakers { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, BreakerStats>
    | Edit this page View Source

    FileSystem

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

    Host

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

    Http

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

    IndexingPressure

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

    Ingest

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

    Ip

    Declaration
    [DataMember(Name = "ip")]
    public IEnumerable<string> Ip { get; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Jvm

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

    Name

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

    OperatingSystem

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

    Process

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

    Roles

    All of the different roles that the node fulfills. An empty collection means that the node is a coordinating only node.

    Declaration
    [DataMember(Name = "roles")]
    public IEnumerable<NodeRole> Roles { get; }
    Property Value
    Type Description
    IEnumerable<NodeRole>
    | Edit this page View Source

    Script

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

    ScriptCache

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

    ThreadPool

    Declaration
    [DataMember(Name = "thread_pool")]
    public IReadOnlyDictionary<string, ThreadCountStats> ThreadPool { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, ThreadCountStats>
    | Edit this page View Source

    Timestamp

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

    Transport

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

    TransportAddress

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AdaptiveSelection
      • Breakers
      • FileSystem
      • Host
      • Http
      • IndexingPressure
      • Ingest
      • Ip
      • Jvm
      • Name
      • OperatingSystem
      • Process
      • Roles
      • Script
      • ScriptCache
      • ThreadPool
      • Timestamp
      • Transport
      • TransportAddress
    • Extension Methods
    Back to top Generated by DocFX