Class ClearScrollRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, TaskAwareRequest

public class ClearScrollRequest
extends ActionRequest
implements org.elasticsearch.common.xcontent.ToXContentObject
  • Constructor Details

    • ClearScrollRequest

      public ClearScrollRequest()
    • ClearScrollRequest

      public ClearScrollRequest​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • getScrollIds

      public java.util.List<java.lang.String> getScrollIds()
    • setScrollIds

      public void setScrollIds​(java.util.List<java.lang.String> scrollIds)
    • addScrollId

      public void addScrollId​(java.lang.String scrollId)
    • scrollIds

      public java.util.List<java.lang.String> scrollIds()
    • scrollIds

      public void scrollIds​(java.util.List<java.lang.String> scrollIds)
    • validate

      Specified by:
      validate in class ActionRequest
    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class ActionRequest
      Throws:
      java.io.IOException
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      java.io.IOException
    • fromXContent

      public void fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException