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 Summary
FieldsModifier and TypeFieldDescriptionprotected ServerConfiguration(package private) static final org.slf4j.Logger -
Constructor Summary
ConstructorsConstructorDescriptionListUnderReplicatedLedgerService(ServerConfiguration conf, LedgerManagerFactory ledgerManagerFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.bookkeeper.http.service.HttpServiceResponsehandle(org.apache.bookkeeper.http.service.HttpServiceRequest request)
-
Field Details
-
LOG
static final org.slf4j.Logger LOG -
conf
-
-
Constructor Details
-
ListUnderReplicatedLedgerService
public ListUnderReplicatedLedgerService(ServerConfiguration conf, LedgerManagerFactory ledgerManagerFactory)
-
-
Method Details