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 Details

    • BookieIsReadyService

      public BookieIsReadyService(Bookie bookie)
  • Method Details

    • handle

      public org.apache.bookkeeper.http.service.HttpServiceResponse handle(org.apache.bookkeeper.http.service.HttpServiceRequest request) throws Exception
      Specified by:
      handle in interface org.apache.bookkeeper.http.service.HttpEndpointService
      Throws:
      Exception