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 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 ClassesModifier and TypeClassDescriptionstatic classPOJO definition for the bookie info response. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.bookkeeper.http.service.HttpServiceResponsehandle(org.apache.bookkeeper.http.service.HttpServiceRequest request)
-
Constructor Details
-
BookieInfoService
-
-
Method Details