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

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

  • Method Details

    • of

      public static Stats of(Function<Stats.Builder,ObjectBuilder<Stats>> fn)
    • adaptiveSelection

      public final Map<String,AdaptiveSelection> adaptiveSelection()
      API name: adaptive_selection
    • breakers

      public final Map<String,Breaker> breakers()
      API name: breakers
    • fs

      @Nullable public final FileSystem fs()
      API name: fs
    • host

      @Nullable public final String host()
      API name: host
    • http

      @Nullable public final Http http()
      API name: http
    • ingest

      @Nullable public final Ingest ingest()
      API name: ingest
    • ip

      public final List<String> ip()
      API name: ip
    • jvm

      @Nullable public final Jvm jvm()
      API name: jvm
    • name

      @Nullable public final String name()
      API name: name
    • os

      @Nullable public final OperatingSystem os()
      API name: os
    • process

      @Nullable public final Process process()
      API name: process
    • roles

      public final List<NodeRole> roles()
      API name: roles
    • script

      @Nullable public final Scripting script()
      API name: script
    • scriptCache

      public final Map<String,List<ScriptCache>> scriptCache()
      API name: script_cache
    • threadPool

      public final Map<String,ThreadCount> threadPool()
      API name: thread_pool
    • timestamp

      @Nullable public final Long timestamp()
      API name: timestamp
    • transport

      @Nullable public final Transport transport()
      API name: transport
    • transportAddress

      @Nullable public final String transportAddress()
      API name: transport_address
    • attributes

      public final Map<String,String> attributes()
      API name: attributes
    • discovery

      @Nullable public final Discovery discovery()
      API name: discovery
    • indexingPressure

      @Nullable public final IndexingPressure indexingPressure()
      API name: indexing_pressure
    • indices

      @Nullable public final ShardStats indices()
      API name: indices
    • 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
    • setupStatsDeserializer

      protected static void setupStatsDeserializer(ObjectDeserializer<Stats.Builder> op)