Class NodeInfoPath
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoPath
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoPath.Builder,NodeInfoPath>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoPath
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoPath.Builder,NodeInfoPath>
The
filesystem path configurations for the node.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoPath> Json deserializer forNodeInfoPath -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeInfoPath.Builderbuilder()data()The paths configured for data storage.booleaninthashCode()final Stringhome()Required - The OpenSearch home directory path.final Stringlogs()Required - The path to node log files.static NodeInfoPathrepo()The paths configured for snapshot repositories.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.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 forNodeInfoPath
-
-
Method Details
-
of
-
data
The paths configured for data storage.API name:
data -
home
Required - The OpenSearch home directory path.API name:
home -
logs
Required - The path to node log files.API name:
logs -
repo
The paths configured for snapshot repositories.API name:
repo -
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<NodeInfoPath.Builder,NodeInfoPath> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoPathDeserializer
-
hashCode
public int hashCode() -
equals
-