Class NodeInfoSettings
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoSettings
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoSettings.Builder,NodeInfoSettings>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoSettings
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoSettings.Builder,NodeInfoSettings>
The configuration settings for the node.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettings> Json deserializer forNodeInfoSettings -
Method Summary
Modifier and TypeMethodDescriptionfinal NodeInfoActionaction()API name:actionfinal NodeInfoBootstrapAPI name:bootstrapstatic NodeInfoSettings.Builderbuilder()final NodeInfoClientclient()Required - API name:clientfinal NodeInfoSettingsClustercluster()Required - API name:clusterfinal NodeInfoDiscoveryAPI name:discoverybooleaninthashCode()final NodeInfoSettingsHttphttp()Required - API name:httpfinal NodeInfoSettingsIndexindex()API name:indexfinal NodeInfoSettingsIngestingest()API name:ingestfinal NodeInfoSettingsNetworknetwork()API name:networkfinal NodeInfoSettingsNodenode()Required - API name:nodestatic NodeInfoSettingsfinal NodeInfoPathpath()Required - API name:pathplugins()API name:pluginsfinal NodeInfoRepositoriesAPI name:repositoriesfinal NodeInfoScriptscript()API name:scriptfinal NodeInfoSearchsearch()API name:searchvoidserialize(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.Required - API name:transportMethods 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 forNodeInfoSettings
-
-
Method Details
-
of
public static NodeInfoSettings of(Function<NodeInfoSettings.Builder, ObjectBuilder<NodeInfoSettings>> fn) -
action
API name:action -
bootstrap
API name:bootstrap -
client
Required - API name:client -
cluster
Required - API name:cluster -
discovery
API name:discovery -
http
Required - API name:http -
index
API name:index -
ingest
API name:ingest -
network
API name:network -
node
Required - API name:node -
path
Required - API name:path -
plugins
API name:plugins -
repositories
API name:repositories -
script
API name:script -
search
API name:search -
transport
Required - API name:transport -
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<NodeInfoSettings.Builder,NodeInfoSettings> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoSettingsDeserializer
protected static void setupNodeInfoSettingsDeserializer(ObjectDeserializer<NodeInfoSettings.Builder> op) -
hashCode
public int hashCode() -
equals
-