Class JvmClasses
java.lang.Object
co.elastic.clients.elasticsearch.nodes.JvmClasses
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<JvmClasses>Json deserializer forJvmClasses -
Method Summary
Modifier and TypeMethodDescriptionfinal LongNumber of classes currently loaded by JVM.static JvmClassesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final LongTotal number of classes loaded since the JVM started.final LongTotal number of classes unloaded since the JVM started.
-
Field Details
-
_DESERIALIZER
Json deserializer forJvmClasses
-
-
Method Details
-
of
-
currentLoadedCount
Number of classes currently loaded by JVM.API name:
current_loaded_count -
totalLoadedCount
Total number of classes loaded since the JVM started.API name:
total_loaded_count -
totalUnloadedCount
Total number of classes unloaded since the JVM started.API name:
total_unloaded_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupJvmClassesDeserializer
-