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 java.lang.Object implements org.apache.bookkeeper.http.service.HttpEndpointServiceHttpEndpointService 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
Fields Modifier and Type Field Description protected ServerConfigurationconf(package private) static org.slf4j.LoggerLOG 
- 
Constructor Summary
Constructors Constructor Description ListUnderReplicatedLedgerService(ServerConfiguration conf, LedgerManagerFactory ledgerManagerFactory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.bookkeeper.http.service.HttpServiceResponsehandle(org.apache.bookkeeper.http.service.HttpServiceRequest request) 
 - 
 
- 
- 
Field Detail
- 
LOG
static final org.slf4j.Logger LOG
 
- 
conf
protected ServerConfiguration conf
 
 - 
 
- 
Constructor Detail
- 
ListUnderReplicatedLedgerService
public ListUnderReplicatedLedgerService(ServerConfiguration conf, LedgerManagerFactory ledgerManagerFactory)
 
 - 
 
 -