Class GetPipelineRequest

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest

public class GetPipelineRequest extends LocalClusterStateRequest
  • Constructor Details

    • GetPipelineRequest

      public GetPipelineRequest(TimeValue masterNodeTimeout, boolean summary, String... ids)
    • GetPipelineRequest

      public GetPipelineRequest(TimeValue masterNodeTimeout, String... ids)
    • GetPipelineRequest

      public GetPipelineRequest(StreamInput in) throws IOException
      NB prior to 9.0 this was a TransportMasterNodeReadAction 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