Class ReadLedgerEntryService
java.lang.Object
org.apache.bookkeeper.server.http.service.ReadLedgerEntryService
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class ReadLedgerEntryService
extends Object
implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper read ledger entry related http request.
The GET method will print all entry content of wanted entry. User should set wanted "ledger_id", and can choose only print out wanted entry by set parameter "start_entry_id", "end_entry_id" and "page".
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BookKeeperAdminprotected ServerConfiguration(package private) static final Long(package private) static final org.slf4j.Logger -
Constructor Summary
Constructors -
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
-
bka
-
ENTRIES_PER_PAE
-
-
Constructor Details
-
ReadLedgerEntryService
-
-
Method Details