Class UnfreezeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.UnfreezeRequest
Deprecated.
7.14.0
Unfreeze an index. When a frozen index is unfrozen, the index goes through
the normal recovery process and becomes writeable again.
- 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 Endpoint<UnfreezeRequest,
UnfreezeResponse, ErrorResponse> Deprecated.Endpoint "indices.unfreeze
". -
Method Summary
Modifier and TypeMethodDescriptionfinal Boolean
Deprecated.Iffalse
, the request returns an error if any wildcard expression, index alias, or_all
value targets only missing or closed indices.final List<ExpandWildcard>
Deprecated.Type of index that wildcard patterns can match.final Boolean
Deprecated.Iffalse
, the request returns an error if it targets a missing or closed index.final String
index()
Deprecated.Required - Identifier for the index.final Time
Deprecated.Period to wait for a connection to the master node.static UnfreezeRequest
Deprecated.final Time
timeout()
Deprecated.Period to wait for a response.final String
Deprecated.The number of shard copies that must be active before proceeding with the operation.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Deprecated.Endpoint "indices.unfreeze
".
-
-
Method Details
-
of
public static UnfreezeRequest of(Function<UnfreezeRequest.Builder, ObjectBuilder<UnfreezeRequest>> fn) Deprecated. -
allowNoIndices
Deprecated.Iffalse
, the request returns an error if any wildcard expression, index alias, or_all
value targets only missing or closed indices. This behavior applies even if the request targets other open indices.API name:
allow_no_indices
-
expandWildcards
Deprecated.Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such asopen,hidden
. Valid values are:all
,open
,closed
,hidden
,none
.API name:
expand_wildcards
-
index
Deprecated.Required - Identifier for the index.API name:
index
-
masterTimeout
Deprecated.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
Deprecated.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
-
waitForActiveShards
Deprecated.The number of shard copies that must be active before proceeding with the operation. Set toall
or any positive integer up to the total number of shards in the index (number_of_replicas+1
).API name:
wait_for_active_shards
-