Class ConfigurationService
- java.lang.Object
-
- org.apache.bookkeeper.server.http.service.ConfigurationService
-
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class ConfigurationService extends java.lang.Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper Configuration related http request.
-
-
Field Summary
Fields Modifier and Type Field Description protected ServerConfiguration
conf
-
Constructor Summary
Constructors Constructor Description ConfigurationService(ServerConfiguration conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.bookkeeper.http.service.HttpServiceResponse
handle(org.apache.bookkeeper.http.service.HttpServiceRequest request)
-
-
-
Field Detail
-
conf
protected ServerConfiguration conf
-
-
Constructor Detail
-
ConfigurationService
public ConfigurationService(ServerConfiguration conf)
-
-