Class RestConfigSyncAction

java.lang.Object
org.elasticsearch.rest.BaseRestHandler
org.codelibs.elasticsearch.configsync.rest.RestConfigSyncAction
All Implemented Interfaces:
org.elasticsearch.rest.RestHandler
Direct Known Subclasses:
RestConfigSyncFileAction, RestConfigSyncFlushAction, RestConfigSyncResetAction, RestConfigSyncWaitAction

public abstract class RestConfigSyncAction extends org.elasticsearch.rest.BaseRestHandler
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.elasticsearch.rest.BaseRestHandler

    org.elasticsearch.rest.BaseRestHandler.RestChannelConsumer

    Nested classes/interfaces inherited from interface org.elasticsearch.rest.RestHandler

    org.elasticsearch.rest.RestHandler.Route
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.logging.log4j.Logger
     

    Fields inherited from class org.elasticsearch.rest.BaseRestHandler

    DEFAULT_INCLUDE_TYPE_NAME_POLICY, INCLUDE_TYPE_NAME_PARAMETER, MULTI_ALLOW_EXPLICIT_INDEX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    sendErrorResponse(org.elasticsearch.rest.RestChannel channel, Exception e)
     
    protected void
    sendResponse(org.elasticsearch.rest.RestChannel channel, Map<String,Object> params)
     

    Methods inherited from class org.elasticsearch.rest.BaseRestHandler

    getName, getUsageCount, handleRequest, prepareRequest, responseParams, responseParams, routes, unrecognized

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.rest.RestHandler

    allowsUnsafeBuffers, allowSystemIndexAccessByDefault, canTripCircuitBreaker, getConcreteRestHandler, getServerlessScope, mediaTypesValid, supportsContentStream
  • Field Details

    • logger

      protected org.apache.logging.log4j.Logger logger
  • Constructor Details

    • RestConfigSyncAction

      public RestConfigSyncAction()
  • Method Details

    • sendResponse

      protected void sendResponse(org.elasticsearch.rest.RestChannel channel, Map<String,Object> params)
    • sendErrorResponse

      protected void sendErrorResponse(org.elasticsearch.rest.RestChannel channel, Exception e)