Class WhoIsAuditorService
java.lang.Object
org.apache.bookkeeper.server.http.service.WhoIsAuditorService
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class WhoIsAuditorService
extends Object
implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper who is auditor related http request.
The GET method will get the auditor bookie address
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BookKeeperAdminprotected 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
-
bka
-
-
Constructor Details
-
WhoIsAuditorService
-
-
Method Details