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 Object
implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that exposes the bookie sanity state.
Get the current bookie sanity response:
{
"passed" : true,
"readOnly" : false
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPOJO definition for the bookie sanity response. -
Field Summary
Fields -
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
-
-
Constructor Details
-
BookieSanityService
-
-
Method Details