Class ReloadSecureSettingsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.nodes.ReloadSecureSettingsRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class ReloadSecureSettingsRequest
extends RequestBase
implements JsonpSerializable
Reloads the keystore on nodes in the cluster.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ReloadSecureSettingsRequest>Json deserializer forReloadSecureSettingsRequestEndpoint "nodes.reload_secure_settings". -
Method Summary
Modifier and TypeMethodDescriptionnodeId()The names of particular nodes in the cluster to target.static ReloadSecureSettingsRequestfinal StringThe password for the Elasticsearch keystore.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupReloadSecureSettingsRequestDeserializer(ObjectDeserializer<ReloadSecureSettingsRequest.Builder> op) final Timetimeout()Period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
Json deserializer forReloadSecureSettingsRequest -
_ENDPOINT
public static final Endpoint<ReloadSecureSettingsRequest,ReloadSecureSettingsResponse, _ENDPOINTErrorResponse> Endpoint "nodes.reload_secure_settings".
-
-
Method Details
-
of
-
nodeId
The names of particular nodes in the cluster to target.API name:
node_id -
secureSettingsPassword
The password for the Elasticsearch keystore.API name:
secure_settings_password -
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupReloadSecureSettingsRequestDeserializer
protected static void setupReloadSecureSettingsRequestDeserializer(ObjectDeserializer<ReloadSecureSettingsRequest.Builder> op)
-