Class BookieSanityService
- java.lang.Object
-
- org.apache.bookkeeper.server.http.service.BookieSanityService
-
- All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService
public class BookieSanityService extends java.lang.Object implements org.apache.bookkeeper.http.service.HttpEndpointServiceHttpEndpointService that exposes the bookie sanity state.Get the current bookie sanity response:
{ "passed" : true, "readOnly" : false }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBookieSanityService.BookieSanityPOJO definition for the bookie sanity response.
-
Field Summary
Fields Modifier and Type Field Description (package private) static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description BookieSanityService(ServerConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.bookkeeper.http.service.HttpServiceResponsehandle(org.apache.bookkeeper.http.service.HttpServiceRequest request)
-
-
-
Constructor Detail
-
BookieSanityService
public BookieSanityService(ServerConfiguration config)
-
-