Package org.elasticsearch.action
Class ActionListener.Delegating<Response,DelegateResponse>
java.lang.Object
org.elasticsearch.action.ActionListener.Delegating<Response,DelegateResponse>
- All Implemented Interfaces:
ActionListener<Response>
- Direct Known Subclasses:
ActionListener.DelegatingActionListener,ActionListener.DelegatingFailureActionListener,ActionListener.MappedActionListener,ActionListener.RunAfterActionListener,ActionListener.RunBeforeActionListener,ContextPreservingActionListener,GroupedActionListener,SearchExecutionStatsCollector,SnapshotShardContext,ThreadedActionListener
- Enclosing interface:
- ActionListener<Response>
public abstract static class ActionListener.Delegating<Response,DelegateResponse>
extends Object
implements ActionListener<Response>
-
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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.action.ActionListener
delegateFailure, delegateResponse, map, onResponse
-
Field Details
-
delegate
-
-
Constructor Details
-
Delegating
-
-
Method Details
-
onFailure
Description copied from interface:ActionListenerA failure caused by an exception at some phase of the task.- Specified by:
onFailurein interfaceActionListener<Response>
-
toString
-