Class ConfigSyncService.ConfigFileWriter
java.lang.Object
org.codelibs.elasticsearch.configsync.service.ConfigSyncService.ConfigFileWriter
- All Implemented Interfaces:
org.elasticsearch.action.ActionListener<org.elasticsearch.action.search.SearchResponse>
- Enclosing class:
- ConfigSyncService
public class ConfigSyncService.ConfigFileWriter
extends Object
implements org.elasticsearch.action.ActionListener<org.elasticsearch.action.search.SearchResponse>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.action.ActionListener
org.elasticsearch.action.ActionListener.Delegating<Response extends Object,DelegateResponse extends Object>, org.elasticsearch.action.ActionListener.DelegatingActionListener<T extends Object>, org.elasticsearch.action.ActionListener.DelegatingFailureActionListener<T extends Object, R extends Object>, org.elasticsearch.action.ActionListener.MappedActionListener<Response extends Object, MappedResponse extends Object>, org.elasticsearch.action.ActionListener.RunAfterActionListener<T extends Object>, org.elasticsearch.action.ActionListener.RunBeforeActionListener<T extends Object> -
Field Summary
Fields inherited from interface org.elasticsearch.action.ActionListener
NOOP -
Constructor Summary
Constructors -
Method Summary
Methods 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, delegateResponse, map
-
Constructor Details
-
ConfigFileWriter
public ConfigFileWriter()
-
-
Method Details
-
execute
-
terminate
public void terminate() -
onResponse
public void onResponse(org.elasticsearch.action.search.SearchResponse response) - Specified by:
onResponsein interfaceorg.elasticsearch.action.ActionListener<org.elasticsearch.action.search.SearchResponse>
-
onFailure
- Specified by:
onFailurein interfaceorg.elasticsearch.action.ActionListener<org.elasticsearch.action.search.SearchResponse>
-