Class RestConfigSyncResetAction

java.lang.Object
org.elasticsearch.rest.BaseRestHandler
org.codelibs.elasticsearch.configsync.rest.RestConfigSyncAction
org.codelibs.elasticsearch.configsync.rest.RestConfigSyncResetAction
All Implemented Interfaces:
org.elasticsearch.rest.RestHandler

public class RestConfigSyncResetAction extends RestConfigSyncAction
  • 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 inherited from class org.codelibs.elasticsearch.configsync.rest.RestConfigSyncAction

    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
    RestConfigSyncResetAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestController controller, ConfigSyncService configSyncService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected org.elasticsearch.rest.BaseRestHandler.RestChannelConsumer
    prepareRequest(org.elasticsearch.rest.RestRequest request, org.elasticsearch.client.internal.node.NodeClient client)
     
    List<org.elasticsearch.rest.RestHandler.Route>
     

    Methods inherited from class org.codelibs.elasticsearch.configsync.rest.RestConfigSyncAction

    sendErrorResponse, sendResponse

    Methods inherited from class org.elasticsearch.rest.BaseRestHandler

    getUsageCount, handleRequest, responseParams, responseParams, 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
  • Constructor Details

    • RestConfigSyncResetAction

      @Inject public RestConfigSyncResetAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestController controller, ConfigSyncService configSyncService)
  • Method Details

    • routes

      public List<org.elasticsearch.rest.RestHandler.Route> routes()
      Specified by:
      routes in interface org.elasticsearch.rest.RestHandler
      Specified by:
      routes in class org.elasticsearch.rest.BaseRestHandler
    • prepareRequest

      protected org.elasticsearch.rest.BaseRestHandler.RestChannelConsumer prepareRequest(org.elasticsearch.rest.RestRequest request, org.elasticsearch.client.internal.node.NodeClient client) throws IOException
      Specified by:
      prepareRequest in class org.elasticsearch.rest.BaseRestHandler
      Throws:
      IOException
    • getName

      public String getName()
      Specified by:
      getName in class org.elasticsearch.rest.BaseRestHandler