Search Results for

    Show / Hide Table of Contents

    Class NodeJvmInfo

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

    Properties

    | Edit this page View Source

    GcCollectors

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

    Memory

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

    MemoryPools

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

    Pid

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

    StartTime

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

    VMName

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

    VMVendor

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

    VMVersion

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

    Version

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • GcCollectors
      • Memory
      • MemoryPools
      • Pid
      • StartTime
      • VMName
      • VMVendor
      • VMVersion
      • Version
    • Extension Methods
    Back to top Generated by DocFX