Class ListDiskFilesService
java.lang.Object
org.apache.bookkeeper.server.http.service.ListDiskFilesService
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class ListDiskFilesService
extends Object
implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper list disk files related http request.
The GET method will list all bookie files of type journal|entrylog|index in this bookie. The output would be like this: { "journal files" : "filename1 \t ...", "entrylog files" : "filename1 \t ...", "index files" : "filename1 \t ..." }
-
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
-
ListDiskFilesService
-
-
Method Details