Class Stats

    • Method Detail

      • adaptiveSelection

        @Nullable
        public final java.util.Map<java.lang.String,​AdaptiveSelection> adaptiveSelection()
        API name: adaptive_selection
      • breakers

        @Nullable
        public final java.util.Map<java.lang.String,​Breaker> breakers()
        API name: breakers
      • fs

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

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

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

        @Nullable
        public final IndexStats indices()
        API name: indices
      • ingest

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

        public final java.util.List<java.lang.String> ip()
        Required - API name: ip
      • jvm

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

        public final java.lang.String name()
        Required - API name: name
      • process

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

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

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

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

        public final long timestamp()
        Required - API name: timestamp
      • transport

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

        public final java.lang.String transportAddress()
        Required - API name: transport_address
      • attributes

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