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 java.lang.Object implements org.apache.bookkeeper.http.service.HttpEndpointServiceHttpEndpointService 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
Fields Modifier and Type Field Description protected BookKeeperAdminbkaprotected ServerConfigurationconf(package private) static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description LostBookieRecoveryDelayService(ServerConfiguration conf, BookKeeperAdmin bka)
-
Method Summary
All 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
-
LOG
static final org.slf4j.Logger LOG
-
conf
protected ServerConfiguration conf
-
bka
protected BookKeeperAdmin bka
-
-
Constructor Detail
-
LostBookieRecoveryDelayService
public LostBookieRecoveryDelayService(ServerConfiguration conf, BookKeeperAdmin bka)
-
-