Class ValidateOnOpenModeKv


  • public final class ValidateOnOpenModeKv
    extends java.lang.Object
    Defines if and how the database is checked for valid key/value (KV) entries when opening it.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] names  
      static short Regular
      Performs standard checks.
      static short Unknown
      Not a real type, just best practice (e.g.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String name​(int e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Unknown

        public static final short Unknown
        Not a real type, just best practice (e.g. forward compatibility).
        See Also:
        Constant Field Values
      • names

        public static final java.lang.String[] names
    • Method Detail

      • name

        public static java.lang.String name​(int e)