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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.elasticsearch.action.ActionListener<Void> listener)
     
    void
     
    void
    onResponse(org.elasticsearch.action.search.SearchResponse response)
     
    void
     

    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
  • Constructor Details

    • ConfigFileWriter

      public ConfigFileWriter()
  • Method Details

    • execute

      public void execute(org.elasticsearch.action.ActionListener<Void> listener)
    • terminate

      public void terminate()
    • onResponse

      public void onResponse(org.elasticsearch.action.search.SearchResponse response)
      Specified by:
      onResponse in interface org.elasticsearch.action.ActionListener<org.elasticsearch.action.search.SearchResponse>
    • onFailure

      public void onFailure(Exception e)
      Specified by:
      onFailure in interface org.elasticsearch.action.ActionListener<org.elasticsearch.action.search.SearchResponse>