Class NodeInfoSettingsNode
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsNode
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoSettingsNode.Builder,NodeInfoSettingsNode>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoSettingsNode
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoSettingsNode.Builder,NodeInfoSettingsNode>
The node-specific configuration settings.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettingsNode> Json deserializer forNodeInfoSettingsNode -
Method Summary
Modifier and TypeMethodDescriptionattr()The custom attributes assigned to the node.static NodeInfoSettingsNode.Builderbuilder()booleaninthashCode()final StringThe maximum number of nodes allowed to store data locallyfinal Stringname()Required - API name:namestatic NodeInfoSettingsNodevoidserialize(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.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 forNodeInfoSettingsNode
-
-
Method Details
-
of
public static NodeInfoSettingsNode of(Function<NodeInfoSettingsNode.Builder, ObjectBuilder<NodeInfoSettingsNode>> fn) -
attr
The custom attributes assigned to the node.API name:
attr -
maxLocalStorageNodes
The maximum number of nodes allowed to store data locallyAPI name:
max_local_storage_nodes -
name
Required - API name:name -
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<NodeInfoSettingsNode.Builder,NodeInfoSettingsNode> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoSettingsNodeDeserializer
protected static void setupNodeInfoSettingsNodeDeserializer(ObjectDeserializer<NodeInfoSettingsNode.Builder> op) -
hashCode
public int hashCode() -
equals
-