Class ListBookiesService
java.lang.Object
org.apache.bookkeeper.server.http.service.ListBookiesService
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class ListBookiesService
extends Object
implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper list bookies related http request.
The GET method will list all bookies of type rw|ro in this bookkeeper cluster.
-
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
-
ListBookiesService
-
-
Method Details