Class NodeInfoSettings
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoSettings
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class NodeInfoSettings extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
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:nodestatic NodeInfoSettingsof(java.util.function.Function<NodeInfoSettings.Builder,ObjectBuilder<NodeInfoSettings>> fn)NodeInfoPathpath()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(ObjectDeserializer<NodeInfoSettings.Builder> op)java.lang.StringtoString()NodeInfoSettingsTransporttransport()Required - API name:transportNodeInfoXpackxpack()API name:xpackMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoSettings
-
-
Method Details
-
of
public static NodeInfoSettings of(java.util.function.Function<NodeInfoSettings.Builder,ObjectBuilder<NodeInfoSettings>> fn) -
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
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupNodeInfoSettingsDeserializer
protected static void setupNodeInfoSettingsDeserializer(ObjectDeserializer<NodeInfoSettings.Builder> op)
-