Class ScrollContext
- java.lang.Object
-
- org.elasticsearch.search.internal.ScrollContext
-
public final class ScrollContext extends Object
Wrapper around information that needs to stay around when scrolling.
-
-
Constructor Summary
Constructors Constructor Description ScrollContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetFromContext(String key)Returns the object ornullif the given key does not have a value in the contextvoidputInContext(String key, Object value)Puts the object into the context
-