Class ListBookiesService

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

public class ListBookiesService extends Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper list bookies related http request. The GET method will list all bookies of type rw|ro in this bookkeeper cluster.
  • 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