Class InvalidValue

java.lang.Object
io.permazen.jsck.Issue
io.permazen.jsck.InvalidValue

public class InvalidValue extends Issue
Represents an invalid/unexpected value in a Permazen key/value database under an otherwise valid key.
  • Constructor Details

    • InvalidValue

      public InvalidValue(KVPair pair)
    • InvalidValue

      public InvalidValue(KVPair pair, byte[] newValue)
    • InvalidValue

      public InvalidValue(byte[] key, byte[] oldValue)
    • InvalidValue

      public InvalidValue(byte[] key, byte[] oldValue, byte[] newValue)
    • InvalidValue

      public InvalidValue(String description, byte[] key, byte[] oldValue, byte[] newValue)