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

@JsonpDeserializable
public class Jvm
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static Jvm of​(java.util.function.Function<Jvm.Builder,​ObjectBuilder<Jvm>> fn)
    • bufferPools

      public final java.util.Map<java.lang.String,​NodeBufferPool> bufferPools()
      API name: buffer_pools
    • classes

      @Nullable public final JvmClasses classes()
      API name: classes
    • gc

      @Nullable public final GarbageCollector gc()
      API name: gc
    • mem

      @Nullable public final JvmMemoryStats mem()
      API name: mem
    • threads

      @Nullable public final JvmThreads threads()
      API name: threads
    • timestamp

      @Nullable public final java.lang.Long timestamp()
      API name: timestamp
    • uptime

      @Nullable public final java.lang.String uptime()
      API name: uptime
    • uptimeInMillis

      @Nullable public final java.lang.Long uptimeInMillis()
      API name: uptime_in_millis
    • 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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupJvmDeserializer

      protected static void setupJvmDeserializer​(ObjectDeserializer<Jvm.Builder> op)