Class GetStatusAction.Request

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

public static class GetStatusAction.Request extends LocalClusterStateRequest
  • Constructor Details

    • Request

      public Request(org.elasticsearch.core.TimeValue masterTimeout)
    • Request

      public Request(StreamInput in) throws IOException
      NB prior to 9.1 this was a TransportMasterNodeAction so for BwC we must remain able to read these requests until we no longer need to support calling this action remotely.
      Throws:
      IOException
  • Method Details