Class NodeInfoSettings
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoSettings
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
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:bootstrapfinal NodeInfoClientclient()API name:clientfinal NodeInfoSettingsClustercluster()Required - API name:clusterfinal NodeInfoDiscoverAPI name:discoveryfinal NodeInfoSettingsHttphttp()Required - API name:httpfinal NodeInfoSettingsIngestingest()API name:ingestfinal NodeInfoSettingsNetworknetwork()API name:networkfinal NodeInfoSettingsNodenode()Required - API name:nodestatic NodeInfoSettingsfinal NodeInfoPathpath()API name:pathfinal 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 voidtoString()Required - API name:transportfinal NodeInfoXpackxpack()API name:xpack
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoSettings
-
-
Method Details
-
of
public static NodeInfoSettings of(Function<NodeInfoSettings.Builder, ObjectBuilder<NodeInfoSettings>> fn) -
cluster
Required - API name:cluster -
node
Required - API name:node -
path
API name:path -
repositories
API name:repositories -
discovery
API name:discovery -
action
API name:action -
client
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
-
setupNodeInfoSettingsDeserializer
protected static void setupNodeInfoSettingsDeserializer(ObjectDeserializer<NodeInfoSettings.Builder> op)
-