Package org.elasticsearch.action.search
Class SearchProgressActionListener
java.lang.Object
org.elasticsearch.action.search.SearchProgressListener
org.elasticsearch.action.search.SearchProgressActionListener
- All Implemented Interfaces:
ActionListener<SearchResponse>
public abstract class SearchProgressActionListener extends SearchProgressListener implements ActionListener<SearchResponse>
An
ActionListener for search requests that allows to track progress of the SearchAction.
See SearchProgressListener.-
Field Summary
-
Constructor Summary
Constructors Constructor Description SearchProgressActionListener() -
Method Summary
Methods inherited from class org.elasticsearch.action.search.SearchProgressListener
notifyFinalReduce, onFetchFailure, onFetchResult, onFinalReduce, onListShards, onPartialReduce, onQueryFailure, onQueryResult
-
Constructor Details
-
SearchProgressActionListener
public SearchProgressActionListener()
-