Class BookieIsReadyService
java.lang.Object
org.apache.bookkeeper.server.http.service.BookieIsReadyService
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class BookieIsReadyService
extends Object
implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that returns 200 if the bookie is ready.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.bookkeeper.http.service.HttpServiceResponsehandle(org.apache.bookkeeper.http.service.HttpServiceRequest request)
-
Constructor Details
-
BookieIsReadyService
-
-
Method Details