Module org.elasticsearch.server
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 TransportSearchAction.
See SearchProgressListener.-
Field Summary
Fields inherited from class org.elasticsearch.action.search.SearchProgressListener
NOOP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.action.search.SearchProgressListener
notifyFinalReduce, onClusterResponseMinimizeRoundtrips, onFetchFailure, onFetchResult, onFinalReduce, onListShards, onPartialReduce, onQueryFailure, onQueryResult, onRankFeatureFailure, onRankFeatureResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.action.ActionListener
delegateFailure, delegateFailureAndWrap, delegateFailureIgnoreResponseAndWrap, delegateResponse, map, onFailure, onResponse, safeMap
-
Constructor Details
-
SearchProgressActionListener
public SearchProgressActionListener()
-