Class NodeInfo
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfo
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfo.Builder,NodeInfo>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfo
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfo.Builder,NodeInfo>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfo> Json deserializer forNodeInfo -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String, NodeInfoAggregation> Information about available aggregation types.The custom attributes of the node.static NodeInfo.Builderbuilder()final StringAPI name:build_flavorfinal StringRequired - Short hash of the last git commit in this release.final StringRequired - The type of build, such astar,docker,rpm.booleaninthashCode()final Stringhost()API name:hostfinal NodeInfoHttphttp()API name:httpfinal NodeInfoIngestingest()API name:ingestfinal Stringip()API name:ipfinal NodeJvmInfojvm()API name:jvmfinal List<PluginStats> modules()The list of modules installed on the node.final Stringname()Required - API name:namefinal NodeInfoNetworknetwork()API name:networkstatic NodeInfofinal NodeOperatingSystemInfoos()API name:osfinal List<PluginStats> plugins()The list of plugins installed on the node.final NodeProcessInfoprocess()API name:processroles()Required - API name:rolesfinal NodeInfoSearchPipelinesAPI name:search_pipelinesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final NodeInfoSettingssettings()API name:settingsprotected static voidfinal Map<String, NodeThreadPoolInfo> Information about thread pool configurations.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final JsonDataTotal heap allowed to be used to hold recently indexed documents before they must be written to disk.final JsonDataAPI name:total_indexing_buffer_in_bytesfinal NodeInfoTransportAPI name:transportfinal StringAPI name:transport_addressfinal Stringversion()Required - API name:versionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfo
-
-
Method Details
-
of
-
aggregations
Information about available aggregation types.API name:
aggregations -
attributes
The custom attributes of the node.API name:
attributes -
buildFlavor
API name:build_flavor -
buildHash
Required - Short hash of the last git commit in this release.API name:
build_hash -
buildType
Required - The type of build, such astar,docker,rpm.API name:
build_type -
host
API name:host -
http
API name:http -
ingest
API name:ingest -
ip
API name:ip -
jvm
API name:jvm -
modules
The list of modules installed on the node.API name:
modules -
name
Required - API name:name -
network
API name:network -
os
API name:os -
plugins
The list of plugins installed on the node.API name:
plugins -
process
API name:process -
roles
Required - API name:roles -
searchPipelines
API name:search_pipelines -
settings
API name:settings -
threadPool
Information about thread pool configurations.API name:
thread_pool -
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
API name:total_indexing_buffer_in_bytes -
transport
API name:transport -
transportAddress
API name:transport_address -
version
Required - API name:version -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeInfo.Builder,NodeInfo> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoDeserializer
-
hashCode
public int hashCode() -
equals
-