Class GetBasicStatusRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, TransportRequest

public class GetBasicStatusRequest extends LocalClusterStateRequest
  • Constructor Details

    • GetBasicStatusRequest

      public GetBasicStatusRequest(org.elasticsearch.core.TimeValue masterNodeTimeout)
    • GetBasicStatusRequest

      public GetBasicStatusRequest(StreamInput in) throws IOException
      Prior to 9.3 TransportGetBasicStatusAction was a TransportMasterNodeReadAction so for BwC we need to be able to read this from the transport layer until we no longer need to support calling this action remotely.
      Throws:
      IOException