Class GetLedgerMetaService

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

public class GetLedgerMetaService extends Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper get ledger metadata related http request. The GET method will get the ledger metadata for given "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