Class SuspendCompactionService

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

public class SuspendCompactionService extends Object implements org.apache.bookkeeper.http.service.HttpEndpointService
  • Field Details

    • LOG

      static final org.slf4j.Logger LOG
    • bookieServer

      protected BookieServer bookieServer
  • Constructor Details

    • SuspendCompactionService

      public SuspendCompactionService(BookieServer bookieServer)
  • 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