Class IndicesSegmentsRequest

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

public class IndicesSegmentsRequest extends BroadcastRequest<IndicesSegmentsRequest>
  • Field Details

    • verbose

      protected boolean verbose
  • Constructor Details

    • IndicesSegmentsRequest

      public IndicesSegmentsRequest()
    • IndicesSegmentsRequest

      public IndicesSegmentsRequest(StreamInput in) throws IOException
      Throws:
      IOException
    • IndicesSegmentsRequest

      public IndicesSegmentsRequest(String... indices)
  • Method Details