Class ExpandStorageService

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

public class ExpandStorageService extends Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper expand storage related http request. The PUT method will expand this bookie's storage. User should update the directories info in the conf file with new empty ledger/index directories, before running the command.
  • 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