Class UpgradeStatusRequest

java.lang.Object
org.opensearch.core.transport.TransportMessage
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:
  • Constructor Details

    • UpgradeStatusRequest

      public UpgradeStatusRequest()
    • UpgradeStatusRequest

      public UpgradeStatusRequest(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Throws:
      IOException
    • UpgradeStatusRequest

      public UpgradeStatusRequest(String... indices)