Package org.elasticsearch.action.search
Class ClearScrollController
java.lang.Object
org.elasticsearch.action.search.ClearScrollController
- All Implemented Interfaces:
Runnable
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeContexts(DiscoveryNodes nodes, SearchTransportService searchTransportService, Collection<SearchContextIdForNode> contextIds, ActionListener<Integer> listener)
Closes the given context id and reports the number of freed contexts via the listenervoid
run()
-
Method Details
-
run
public void run() -
closeContexts
public static void closeContexts(DiscoveryNodes nodes, SearchTransportService searchTransportService, Collection<SearchContextIdForNode> contextIds, ActionListener<Integer> listener)Closes the given context id and reports the number of freed contexts via the listener
-