Class WhoIsAuditorService

java.lang.Object
org.apache.bookkeeper.server.http.service.WhoIsAuditorService
All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService

public class WhoIsAuditorService extends Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper who is auditor related http request.

The GET method will get the auditor bookie address

  • Field Details

  • Constructor Details

  • 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