Class JvmClasses

java.lang.Object
co.elastic.clients.elasticsearch.nodes.JvmClasses
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class JvmClasses extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • currentLoadedCount

      @Nullable public final Long currentLoadedCount()
      Number of classes currently loaded by JVM.

      API name: current_loaded_count

    • totalLoadedCount

      @Nullable public final Long totalLoadedCount()
      Total number of classes loaded since the JVM started.

      API name: total_loaded_count

    • totalUnloadedCount

      @Nullable public final Long totalUnloadedCount()
      Total number of classes unloaded since the JVM started.

      API name: total_unloaded_count

    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupJvmClassesDeserializer

      protected static void setupJvmClassesDeserializer(ObjectDeserializer<JvmClasses.Builder> op)