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
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.action.ActionListener
ActionListener.Delegating<Response,DelegateResponse>, ActionListener.DelegatingActionListener<T>, ActionListener.DelegatingFailureActionListener<T,R>, ActionListener.MappedActionListener<Response,MappedResponse>, ActionListener.RunAfterActionListener<T>, ActionListener.RunBeforeActionListener<T>
-
Field Summary
Fields inherited from class org.elasticsearch.action.search.SearchProgressListener
NOOP
-
Constructor Summary
-
Method Summary
Methods inherited from class org.elasticsearch.action.search.SearchProgressListener
notifyFinalReduce, onFetchFailure, onFetchResult, onFinalReduce, onListShards, onPartialReduce, onQueryFailure, onQueryResult
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.action.ActionListener
delegateFailure, delegateResponse, map, onFailure, onResponse
-
Constructor Details
-
SearchProgressActionListener
public SearchProgressActionListener()
-