Class BookieInfoService
- java.lang.Object
-
- org.apache.bookkeeper.server.http.service.BookieInfoService
-
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class BookieInfoService extends java.lang.Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that exposes the current info of the bookie.{ "freeSpace" : 0, "totalSpace" : 0 }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BookieInfoService.BookieInfo
POJO definition for the bookie info response.
-
Constructor Summary
Constructors Constructor Description BookieInfoService(@NonNull Bookie bookie)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.bookkeeper.http.service.HttpServiceResponse
handle(org.apache.bookkeeper.http.service.HttpServiceRequest request)
-
-
-
Constructor Detail
-
BookieInfoService
public BookieInfoService(@NonNull @NonNull Bookie bookie)
-
-