Class DeleteLedgerService

java.lang.Object
org.apache.bookkeeper.server.http.service.DeleteLedgerService
All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService

public class DeleteLedgerService extends Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper delete ledger related http request. The DELETE method will delete ledger with provided "ledger_id".
  • Field Details

  • Constructor Details

  • Method Details

    • handle

      public org.apache.bookkeeper.http.service.HttpServiceResponse handle(org.apache.bookkeeper.http.service.HttpServiceRequest request) throws Exception
      Specified by:
      handle in interface org.apache.bookkeeper.http.service.HttpEndpointService
      Throws:
      Exception