Class GetLifecycleAction.Request

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

public static class GetLifecycleAction.Request extends LocalClusterStateRequest
  • Constructor Details

    • Request

      public Request(org.elasticsearch.core.TimeValue masterNodeTimeout, String... policyNames)
    • 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