java.lang.Object
org.springframework.data.elasticsearch.client.util.ScrollState

public class ScrollState extends Object
Mutable state object holding scrollId to be used for scroll requests.
Since:
3.2
Author:
Christoph Strobl, Peter-Josef Meisch
  • Constructor Details

    • ScrollState

      public ScrollState()
    • ScrollState

      public ScrollState(String scrollId)
  • Method Details