Class NodeStats
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
|
Edit this page
View Source
Breakers
Declaration
[DataMember(Name = "breakers")]
public IReadOnlyDictionary<string, BreakerStats> Breakers { get; }
Property Value
|
Edit this page
View Source
FileSystem
Declaration
[DataMember(Name = "fs")]
public FileSystemStats FileSystem { get; }
Property Value
|
Edit this page
View Source
Host
Declaration
[DataMember(Name = "host")]
public string Host { get; }
Property Value
|
Edit this page
View Source
Http
Declaration
[DataMember(Name = "http")]
public HttpStats Http { get; }
Property Value
|
Edit this page
View Source
IndexingPressure
Declaration
[DataMember(Name = "indexing_pressure")]
public IndexingPressureStats IndexingPressure { get; }
Property Value
|
Edit this page
View Source
Ingest
Declaration
[DataMember(Name = "ingest")]
public NodeIngestStats Ingest { get; }
Property Value
|
Edit this page
View Source
Ip
Declaration
[DataMember(Name = "ip")]
public IEnumerable<string> Ip { get; }
Property Value
|
Edit this page
View Source
Jvm
Declaration
[DataMember(Name = "jvm")]
public NodeJvmStats Jvm { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
|
Edit this page
View Source
OperatingSystem
Declaration
[DataMember(Name = "os")]
public OperatingSystemStats OperatingSystem { get; }
Property Value
|
Edit this page
View Source
Process
Declaration
[DataMember(Name = "process")]
public ProcessStats Process { get; }
Property Value
|
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
|
Edit this page
View Source
Script
Declaration
[DataMember(Name = "script")]
public ScriptStats Script { get; }
Property Value
|
Edit this page
View Source
ScriptCache
Declaration
[DataMember(Name = "script_cache")]
public ScriptCacheStats ScriptCache { get; }
Property Value
|
Edit this page
View Source
ThreadPool
Declaration
[DataMember(Name = "thread_pool")]
public IReadOnlyDictionary<string, ThreadCountStats> ThreadPool { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public long Timestamp { get; }
Property Value
|
Edit this page
View Source
Transport
Declaration
[DataMember(Name = "transport")]
public TransportStats Transport { get; }
Property Value
|
Edit this page
View Source
TransportAddress
Declaration
[DataMember(Name = "transport_address")]
public string TransportAddress { get; }
Property Value
Extension Methods