Class LostBookieRecoveryDelayService
java.lang.Object
org.apache.bookkeeper.server.http.service.LostBookieRecoveryDelayService
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class LostBookieRecoveryDelayService
extends Object
implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper lost bookie recovery delay parameter related http request.
The GET method will get the value of parameter lostBookieRecoveryDelay, while the PUT method will set the value of parameter lostBookieRecoveryDelay,
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BookKeeperAdminprotected ServerConfiguration(package private) static final org.slf4j.Logger -
Constructor Summary
ConstructorsConstructorDescription -
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
-
LostBookieRecoveryDelayService
-
-
Method Details