Class NodeInfoSettings
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoSettings
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class NodeInfoSettings extends java.lang.Object implements JsonpSerializable
-
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 forNodeInfoSettings -
Constructor Summary
Constructors Constructor Description NodeInfoSettings(NodeInfoSettings.Builder builder)NodeInfoSettings(java.util.function.Function<NodeInfoSettings.Builder,NodeInfoSettings.Builder> fn) -
Method Summary
Modifier and Type Method Description NodeInfoActionaction()API name:actionNodeInfoBootstrapbootstrap()API name:bootstrapNodeInfoClientclient()Required - API name:clientNodeInfoSettingsClustercluster()Required - API name:clusterNodeInfoDiscoverdiscovery()API name:discoveryNodeInfoSettingsHttphttp()Required - API name:httpNodeInfoSettingsIngestingest()API name:ingestNodeInfoSettingsNetworknetwork()API name:networkNodeInfoSettingsNodenode()Required - API name:nodeNodeInfoPathpath()Required - API name:pathNodeInfoRepositoriesrepositories()API name:repositoriesNodeInfoScriptscript()API name:scriptNodeInfoSearchsearch()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 voidsetupNodeInfoSettingsDeserializer(DelegatingDeserializer<NodeInfoSettings.Builder> op)NodeInfoSettingsTransporttransport()Required - API name:transportNodeInfoXpackxpack()API name:xpackMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoSettings
-
-
Constructor Details
-
NodeInfoSettings
-
NodeInfoSettings
public NodeInfoSettings(java.util.function.Function<NodeInfoSettings.Builder,NodeInfoSettings.Builder> fn)
-
-
Method Details
-
cluster
Required - API name:cluster -
node
Required - API name:node -
path
Required - API name:path -
repositories
API name:repositories -
discovery
API name:discovery -
action
API name:action -
client
Required - API name:client -
http
Required - API name:http -
bootstrap
API name:bootstrap -
transport
Required - API name:transport -
network
API name:network -
xpack
API name:xpack -
script
API name:script -
search
API name:search -
ingest
API name:ingest -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupNodeInfoSettingsDeserializer
protected static void setupNodeInfoSettingsDeserializer(DelegatingDeserializer<NodeInfoSettings.Builder> op)
-