Class GetUpgradeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.GetUpgradeRequest
DEPRECATED Returns a progress status of current upgrade.
- 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<GetUpgradeRequest,GetUpgradeResponse, ErrorResponse> Endpoint "indices.get_upgrade". -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringindex()A comma-separated list of index names; use_allor empty string to perform the operation on all indicesstatic GetUpgradeRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "indices.get_upgrade".
-
-
Method Details
-
of
public static GetUpgradeRequest of(Function<GetUpgradeRequest.Builder, ObjectBuilder<GetUpgradeRequest>> fn) -
index
A comma-separated list of index names; use_allor empty string to perform the operation on all indicesAPI name:
index
-