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

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

  • Method Details

    • of

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

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

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

      public final java.lang.String buildHash()
      Required - Short hash of the last git commit in this release.

      API name: build_hash

    • buildType

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

      public final java.lang.String host()
      Required - The node’s host name.

      API name: host

    • http

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

      public final java.lang.String ip()
      Required - The node’s IP address.

      API name: ip

    • jvm

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

      public final java.lang.String name()
      Required - The node's name

      API name: name

    • network

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

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

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

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

      public final java.util.List<NodeRole> roles()
      Required - API name: roles
    • settings

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

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

      @Nullable public final java.lang.Long 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 final java.lang.String totalIndexingBufferInBytes()
      Same as total_indexing_buffer, but expressed in bytes.

      API name: total_indexing_buffer_in_bytes

    • transport

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

      public final java.lang.String transportAddress()
      Required - Host and port where transport HTTP connections are accepted.

      API name: transport_address

    • version

      public final java.lang.String version()
      Required - Elasticsearch version running on this node.

      API name: version

    • modules

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

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

      public final java.util.Map<java.lang.String,​NodeInfoAggregation> aggregations()
      API name: aggregations
    • 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)
    • setupNodeInfoDeserializer

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