Class NodeInfoBootstrap
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoBootstrap
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoBootstrap.Builder,NodeInfoBootstrap>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoBootstrap
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoBootstrap.Builder,NodeInfoBootstrap>
The bootstrap configuration settings for the node.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoBootstrap> Json deserializer forNodeInfoBootstrap -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeInfoBootstrap.Builderbuilder()booleaninthashCode()final StringRequired - The memory lock setting for the bootstrap process.static NodeInfoBootstrapvoidserialize(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 forNodeInfoBootstrap
-
-
Method Details
-
of
public static NodeInfoBootstrap of(Function<NodeInfoBootstrap.Builder, ObjectBuilder<NodeInfoBootstrap>> fn) -
memoryLock
Required - The memory lock setting for the bootstrap process.API name:
memory_lock -
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<NodeInfoBootstrap.Builder,NodeInfoBootstrap> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoBootstrapDeserializer
protected static void setupNodeInfoBootstrapDeserializer(ObjectDeserializer<NodeInfoBootstrap.Builder> op) -
hashCode
public int hashCode() -
equals
-