Class RestReleaseLockAction

java.lang.Object
org.opensearch.rest.BaseRestHandler
org.opensearch.jobscheduler.rest.action.RestReleaseLockAction
All Implemented Interfaces:
org.opensearch.rest.RestHandler

public class RestReleaseLockAction extends org.opensearch.rest.BaseRestHandler
  • Nested Class Summary

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

    org.opensearch.rest.BaseRestHandler.RestChannelConsumer, org.opensearch.rest.BaseRestHandler.StreamingRestChannelConsumer, org.opensearch.rest.BaseRestHandler.Wrapper

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

    org.opensearch.rest.RestHandler.DeprecatedRoute, org.opensearch.rest.RestHandler.ReplacedRoute, org.opensearch.rest.RestHandler.Route
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.opensearch.rest.BaseRestHandler

    MULTI_ALLOW_EXPLICIT_INDEX
  • Constructor Summary

    Constructors
    Constructor
    Description
    RestReleaseLockAction(org.opensearch.jobscheduler.spi.utils.LockService lockService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.opensearch.rest.BaseRestHandler.RestChannelConsumer
    prepareRequest(org.opensearch.rest.RestRequest restRequest, org.opensearch.transport.client.node.NodeClient nodeClient)
     
    List<org.opensearch.rest.RestHandler.Route>
     

    Methods inherited from class org.opensearch.rest.BaseRestHandler

    getUsageCount, handleRequest, parseDeprecatedMasterTimeoutParameter, responseParams, sendTask, unrecognized, unrecognizedStrings, validateAndGetPageParams

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.opensearch.rest.RestHandler

    allowsUnsafeBuffers, allowSystemIndexAccessByDefault, canTripCircuitBreaker, deprecatedRoutes, isActionPaginated, replacedRoutes, supportsContentStream, supportsStreaming
  • Field Details

  • Constructor Details

    • RestReleaseLockAction

      public RestReleaseLockAction(org.opensearch.jobscheduler.spi.utils.LockService lockService)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class org.opensearch.rest.BaseRestHandler
    • routes

      public List<org.opensearch.rest.RestHandler.Route> routes()
    • prepareRequest

      public org.opensearch.rest.BaseRestHandler.RestChannelConsumer prepareRequest(org.opensearch.rest.RestRequest restRequest, org.opensearch.transport.client.node.NodeClient nodeClient) throws IOException
      Specified by:
      prepareRequest in class org.opensearch.rest.BaseRestHandler
      Throws:
      IOException