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.RestChannelConsumerNested classes/interfaces inherited from interface org.elasticsearch.rest.RestHandler
org.elasticsearch.rest.RestHandler.Route -
Field Summary
FieldsFields inherited from class org.elasticsearch.rest.BaseRestHandler
DEFAULT_INCLUDE_TYPE_NAME_POLICY, INCLUDE_TYPE_NAME_PARAMETER, MULTI_ALLOW_EXPLICIT_INDEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsendErrorResponse(org.elasticsearch.rest.RestChannel channel, Exception e) protected voidsendResponse(org.elasticsearch.rest.RestChannel channel, Map<String, Object> params) Methods inherited from class org.elasticsearch.rest.BaseRestHandler
getName, getUsageCount, handleRequest, prepareRequest, responseParams, responseParams, routes, unrecognizedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
sendErrorResponse
-