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 java.lang.Object implements org.apache.bookkeeper.http.service.HttpEndpointServiceHttpEndpointService 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 SummaryFields Modifier and Type Field Description protected ServerConfigurationconf(package private) static org.slf4j.LoggerLOG
 - 
Constructor SummaryConstructors Constructor Description GetLastLogMarkService(ServerConfiguration conf)
 - 
Method SummaryAll 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- 
LOGstatic final org.slf4j.Logger LOG 
 - 
confprotected ServerConfiguration conf 
 
- 
 - 
Constructor Detail- 
GetLastLogMarkServicepublic GetLastLogMarkService(ServerConfiguration conf) 
 
- 
 
-