@ThreadSafe
public interface SysCheck
Modifier and Type | Interface and Description |
---|---|
static class |
SysCheck.Severity |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<?> |
computeResult()
Start the checks in an async manner and returns a future
which the caller can use as a callback.
|
org.apache.lucene.util.BytesRef |
description()
Returns the message description relevant for the check.
|
int |
id()
Returns the unique id of the check.
|
SysCheck.Severity |
severity()
Returns the level of
SysCheck.Severity for the check. |
boolean |
validate()
The validator method, used for e.g.
|
int id()
org.apache.lucene.util.BytesRef description()
SysCheck.Severity severity()
SysCheck.Severity
for the check.boolean validate()
java.util.concurrent.CompletableFuture<?> computeResult()