Class NodeInfoSettings
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoSettings
- All Implemented Interfaces:
ToJsonp
public final class NodeInfoSettings extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeInfoSettings.BuilderBuilder forNodeInfoSettings. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeInfoSettings>DESERIALIZERJson deserializer for NodeInfoSettings -
Constructor Summary
Constructors Modifier Constructor Description protectedNodeInfoSettings(NodeInfoSettings.Builder builder) -
Method Summary
Modifier and Type Method Description NodeInfoActionaction()API name:actionNodeInfoBootstrapbootstrap()API name:bootstrapNodeInfoClientclient()API name:clientNodeInfoSettingsClustercluster()API name:clusterNodeInfoDiscoverdiscovery()API name:discoveryNodeInfoSettingsHttphttp()API name:httpNodeInfoSettingsNetworknetwork()API name:networkNodeInfoSettingsNodenode()API name:nodeNodeInfoPathpath()API name:pathNodeInfoRepositoriesrepositories()API name:repositoriesNodeInfoScriptscript()API name:scriptNodeInfoSearchsearch()API name:searchprotected static voidsetupNodeInfoSettingsDeserializer(DelegatingDeserializer<NodeInfoSettings.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)NodeInfoSettingsTransporttransport()API name:transport
-
Field Details
-
DESERIALIZER
Json deserializer for NodeInfoSettings
-
-
Constructor Details
-
Method Details
-
cluster
API name:cluster -
node
API name:node -
path
API name:path -
repositories
API name:repositories -
discovery
API name:discovery -
action
API name:action -
client
API name:client -
http
API name:http -
bootstrap
API name:bootstrap -
transport
API name:transport -
network
API name:network -
script
API name:script -
search
API name:search -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupNodeInfoSettingsDeserializer
protected static void setupNodeInfoSettingsDeserializer(DelegatingDeserializer<NodeInfoSettings.Builder> op)
-