Class GetLastLogMarkService
java.lang.Object
org.apache.bookkeeper.server.http.service.GetLastLogMarkService
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class GetLastLogMarkService
extends Object
implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper get last log mark related http request.
The GET method will get the last log position of each journal.
output would be like this: { "<Journal_id>" : "<Pos>", ... }
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ServerConfiguration(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
-
-
Constructor Details
-
GetLastLogMarkService
-
-
Method Details