Class RerouteRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cluster.RerouteRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest,JsonpSerializable
@JsonpDeserializable public final class RerouteRequest extends RequestBase implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRerouteRequest.BuilderBuilder forRerouteRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<RerouteRequest>_DESERIALIZERJson deserializer forRerouteRequeststatic Endpoint<RerouteRequest,RerouteResponse,ElasticsearchError>ENDPOINTEndpoint "cluster.reroute". -
Constructor Summary
Constructors Constructor Description RerouteRequest(RerouteRequest.Builder builder)RerouteRequest(java.util.function.Function<RerouteRequest.Builder,RerouteRequest.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<Command>commands()Defines the commands to perform.java.lang.BooleandryRun()If true, then the request simulates the operation only and returns the resulting state.java.lang.Booleanexplain()If true, then the response contains an explanation of why the commands can or cannot be executed.java.lang.StringmasterTimeout()Period to wait for a connection to the master node.java.util.List<java.lang.String>metric()Limits the information returned to the specified metrics.java.lang.BooleanretryFailed()If true, then retries allocation of shards that are blocked due to too many subsequent allocation failures.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupRerouteRequestDeserializer(DelegatingDeserializer<RerouteRequest.Builder> op)java.lang.Stringtimeout()Period to wait for a response.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forRerouteRequest -
ENDPOINT
Endpoint "cluster.reroute".
-
-
Constructor Details
-
RerouteRequest
-
RerouteRequest
public RerouteRequest(java.util.function.Function<RerouteRequest.Builder,RerouteRequest.Builder> fn)
-
-
Method Details
-
dryRun
@Nullable public java.lang.Boolean dryRun()If true, then the request simulates the operation only and returns the resulting state.API name:
dry_run -
explain
@Nullable public java.lang.Boolean explain()If true, then the response contains an explanation of why the commands can or cannot be executed.API name:
explain -
metric
@Nullable public java.util.List<java.lang.String> metric()Limits the information returned to the specified metrics.API name:
metric -
retryFailed
@Nullable public java.lang.Boolean retryFailed()If true, then retries allocation of shards that are blocked due to too many subsequent allocation failures.API name:
retry_failed -
masterTimeout
@Nullable public java.lang.String masterTimeout()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 -
timeout
@Nullable public java.lang.String 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 -
commands
Defines the commands to perform.API name:
commands -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupRerouteRequestDeserializer
protected static void setupRerouteRequestDeserializer(DelegatingDeserializer<RerouteRequest.Builder> op)
-