Uses of Class
io.permazen.jsck.Issue
-
Packages that use Issue Package Description io.permazen.jsck Classes associated withJsck
, the Permazen key/value database consistency checker. -
-
Uses of Issue in io.permazen.jsck
Subclasses of Issue in io.permazen.jsck Modifier and Type Class Description class
InvalidKey
Represents an invalid/unexpected key in a Permazen key/value database.class
InvalidValue
Represents an invalid/unexpected value in a Permazen key/value database under an otherwise valid key.class
MissingKey
Represents a missing key in a Permazen key/value database.Methods in io.permazen.jsck that return Issue Modifier and Type Method Description Issue
Issue. setDetail(ObjId id, SchemaCompositeIndex index, String detail)
Issue
Issue. setDetail(ObjId id, SchemaField field, String detail)
Issue
Issue. setDetail(ObjId id, String detail)
Issue
Issue. setDetail(io.permazen.jsck.Index index, String detail)
Issue
Issue. setDetail(String detail)
Method parameters in io.permazen.jsck with type arguments of type Issue Modifier and Type Method Description long
Jsck. check(KVStore kv, Consumer<? super Issue> consumer)
Perform check.
-