Class GetWatcherSettingsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.watcher.GetWatcherSettingsRequest
Get Watcher index settings. Get settings for the Watcher internal index
(
.watches
). Only a subset of settings are shown, for example
index.auto_expand_replicas
and
index.number_of_replicas
.- 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 TypeFieldDescriptionEndpoint "watcher.get_settings
". -
Method Summary
Modifier and TypeMethodDescriptionfinal Time
The period to wait for a connection to the master node.static GetWatcherSettingsRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetWatcherSettingsRequest,GetWatcherSettingsResponse, _ENDPOINTErrorResponse> Endpoint "watcher.get_settings
".
-
-
Method Details
-
of
public static GetWatcherSettingsRequest of(Function<GetWatcherSettingsRequest.Builder, ObjectBuilder<GetWatcherSettingsRequest>> fn) -
masterTimeout
The period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout
-