java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfo
All Implemented Interfaces:
ToJsonp

public final class NodeInfo
extends java.lang.Object
implements ToJsonp
  • Field Details

  • Constructor Details

  • Method Details

    • attributes

      public java.util.Map<java.lang.String,​java.lang.String> attributes()
      API name: attributes
    • buildFlavor

      public java.lang.String buildFlavor()
      API name: build_flavor
    • buildHash

      public java.lang.String buildHash()
      Short hash of the last git commit in this release. API name: build_hash
    • buildType

      public java.lang.String buildType()
      API name: build_type
    • host

      public java.lang.String host()
      The node's host name. API name: host
    • http

      @Nullable public NodeInfoHttp http()
      API name: http
    • ip

      public java.lang.String ip()
      The node's IP address. API name: ip
    • jvm

      @Nullable public NodeJvmInfo jvm()
      API name: jvm
    • name

      public java.lang.String name()
      The node's name API name: name
    • network

      @Nullable public NodeInfoNetwork network()
      API name: network
    • os

      @Nullable public NodeOperatingSystemInfo os()
      API name: os
    • plugins

      @Nullable public java.util.List<PluginStats> plugins()
      API name: plugins
    • process

      @Nullable public NodeProcessInfo process()
      API name: process
    • roles

      public java.util.List<jakarta.json.JsonValue> roles()
      API name: roles
    • settings

      @Nullable public NodeInfoSettings settings()
      API name: settings
    • threadPool

      @Nullable public java.util.Map<java.lang.String,​NodeThreadPoolInfo> threadPool()
      API name: thread_pool
    • totalIndexingBuffer

      @Nullable public java.lang.Number totalIndexingBuffer()
      Total heap allowed to be used to hold recently indexed documents before they must be written to disk. This size is a shared pool across all shards on this node, and is controlled by Indexing Buffer settings. API name: total_indexing_buffer
    • totalIndexingBufferInBytes

      @Nullable public jakarta.json.JsonValue totalIndexingBufferInBytes()
      Same as total_indexing_buffer, but expressed in bytes. API name: total_indexing_buffer_in_bytes
    • transport

      @Nullable public NodeInfoTransport transport()
      API name: transport
    • transportAddress

      public java.lang.String transportAddress()
      Host and port where transport HTTP connections are accepted. API name: transport_address
    • version

      public java.lang.String version()
      Elasticsearch version running on this node. API name: version
    • modules

      @Nullable public java.util.List<PluginStats> modules()
      API name: modules
    • ingest

      @Nullable public NodeInfoIngest ingest()
      API name: ingest
    • aggregations

      @Nullable public java.util.Map<java.lang.String,​NodeInfoAggregation> aggregations()
      API name: aggregations
    • toJsonp

      public void toJsonp​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      toJsonp in interface ToJsonp
    • toJsonpInternal

      protected void toJsonpInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupNodeInfoDeserializer

      protected static void setupNodeInfoDeserializer​(DelegatingDeserializer<NodeInfo.Builder> op)