Class ClusterNodes
java.lang.Object
org.opensearch.client.opensearch.cluster.stats.ClusterNodes
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ClusterNodes.Builder,ClusterNodes>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ClusterNodes
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ClusterNodes.Builder,ClusterNodes>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterNodes> Json deserializer forClusterNodes -
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterNodes.Builderbuilder()final ClusterNodeCountcount()Contains counts for nodes selected by the request's node filters.Contains statistics about the discovery types used by selected nodes.booleanfinal ClusterFileSystemfs()Contains statistics about file stores by selected nodes.inthashCode()final IndexingPressureAPI name:indexing_pressurefinal ClusterIngestingest()API name:ingestfinal ClusterJvmjvm()Contains statistics about the Java Virtual Machines (JVMs) used by selected nodes.final ClusterNetworkTypesContains statistics about the transport and HTTP networks used by selected nodes.static ClusterNodesfinal ClusterOperatingSystemos()Contains statistics about the operating systems used by selected nodes.final List<NodePackagingType> Contains statistics about OpenSearch distributions installed on selected nodes.final List<PluginStats> plugins()Contains statistics about installed plugins and modules by selected nodes.final ClusterProcessprocess()Contains statistics about processes used by selected nodes.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.versions()Array of OpenSearch versions used on selected nodes.Methods 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 forClusterNodes
-
-
Method Details
-
of
-
count
Contains counts for nodes selected by the request's node filters.API name:
count -
discoveryTypes
Contains statistics about the discovery types used by selected nodes.API name:
discovery_types -
fs
Contains statistics about file stores by selected nodes.API name:
fs -
indexingPressure
API name:indexing_pressure -
ingest
API name:ingest -
jvm
Contains statistics about the Java Virtual Machines (JVMs) used by selected nodes.API name:
jvm -
networkTypes
Contains statistics about the transport and HTTP networks used by selected nodes.API name:
network_types -
os
Contains statistics about the operating systems used by selected nodes.API name:
os -
packagingTypes
Contains statistics about OpenSearch distributions installed on selected nodes.API name:
packaging_types -
plugins
Contains statistics about installed plugins and modules by selected nodes. If no plugins or modules are installed, this array is empty.API name:
plugins -
process
Contains statistics about processes used by selected nodes.API name:
process -
versions
Array of OpenSearch versions used on selected nodes.API name:
versions -
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<ClusterNodes.Builder,ClusterNodes> - Returns:
- a new builder instance.
-
builder
-
setupClusterNodesDeserializer
-
hashCode
public int hashCode() -
equals
-