Class NodeJvmStats.JvmClassesStats
Inheritance
NodeJvmStats.JvmClassesStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeJvmStats.JvmClassesStats
Properties
|
Edit this page
View Source
CurrentLoadedCount
Declaration
[DataMember(Name = "current_loaded_count")]
public long CurrentLoadedCount { get; }
Property Value
|
Edit this page
View Source
TotalLoadedCount
Declaration
[DataMember(Name = "total_loaded_count")]
public long TotalLoadedCount { get; }
Property Value
|
Edit this page
View Source
TotalUnloadedCount
Declaration
[DataMember(Name = "total_unloaded_count")]
public long TotalUnloadedCount { get; }
Property Value
Extension Methods