Class UpgradeStatusRequest
java.lang.Object
org.opensearch.core.transport.TransportMessage
org.opensearch.transport.TransportRequest
org.opensearch.action.ActionRequest
org.opensearch.action.support.broadcast.BroadcastRequest<UpgradeStatusRequest>
org.opensearch.action.admin.indices.upgrade.get.UpgradeStatusRequest
- All Implemented Interfaces:
IndicesRequest
,IndicesRequest.Replaceable
,org.opensearch.core.common.io.stream.Writeable
,TaskAwareRequest
@PublicApi(since="1.0.0")
public class UpgradeStatusRequest
extends BroadcastRequest<UpgradeStatusRequest>
Transport Request for retrieving status of upgrading an Index
- Opensearch.api:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.transport.TransportRequest
TransportRequest.Empty
Nested classes/interfaces inherited from interface org.opensearch.action.IndicesRequest
IndicesRequest.Replaceable
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
-
Field Summary
Fields inherited from class org.opensearch.action.support.broadcast.BroadcastRequest
indices
-
Constructor Summary
ConstructorsConstructorDescriptionUpgradeStatusRequest
(String... indices) UpgradeStatusRequest
(org.opensearch.core.common.io.stream.StreamInput in) -
Method Summary
Methods inherited from class org.opensearch.action.support.broadcast.BroadcastRequest
includeDataStreams, indices, indices, indicesOptions, indicesOptions, timeout, timeout, timeout, validate, writeTo
Methods inherited from class org.opensearch.action.ActionRequest
getShouldStoreResult
Methods inherited from class org.opensearch.transport.TransportRequest
getParentTask, setParentTask
Methods inherited from class org.opensearch.core.transport.TransportMessage
remoteAddress, remoteAddress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Constructor Details
-
UpgradeStatusRequest
public UpgradeStatusRequest() -
UpgradeStatusRequest
- Throws:
IOException
-
UpgradeStatusRequest
-