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 Summary
FieldsModifier and TypeFieldDescriptionprotected ServerConfiguration(package private) static final org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.bookkeeper.http.service.HttpServiceResponsehandle(org.apache.bookkeeper.http.service.HttpServiceRequest request)
-
Field Details
-
LOG
static final org.slf4j.Logger LOG -
conf
-
-
Constructor Details
-
ExpandStorageService
-
-
Method Details