Class ListUnderReplicatedLedgerService

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

public class ListUnderReplicatedLedgerService extends Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper list under replicated ledger related http request.

The GET method will list all ledger_ids of under replicated ledger. User can filer wanted ledger by set parameter "missingreplica" and "excludingmissingreplica"

  • 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