Package io.permazen.jsck
Class InvalidValue
java.lang.Object
io.permazen.jsck.Issue
io.permazen.jsck.InvalidValue
Represents an invalid/unexpected value in a Permazen key/value database under an otherwise valid key.
-
Constructor Summary
ConstructorDescriptionInvalidValue
(byte[] key, byte[] oldValue) InvalidValue
(byte[] key, byte[] oldValue, byte[] newValue) InvalidValue
(KVPair pair) InvalidValue
(KVPair pair, byte[] newValue) InvalidValue
(String description, byte[] key, byte[] oldValue, byte[] newValue) -
Method Summary
-
Constructor Details
-
InvalidValue
-
InvalidValue
-
InvalidValue
public InvalidValue(byte[] key, byte[] oldValue) -
InvalidValue
public InvalidValue(byte[] key, byte[] oldValue, byte[] newValue) -
InvalidValue
-