Package io.objectbox.model
Class ValidateOnOpenMode
java.lang.Object
io.objectbox.model.ValidateOnOpenMode
Deprecated.
Defines if and how the database is checked for structural consistency (pages) when opening it.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortDeprecated.Performs a unlimited number of checks on the most important database structures (e.g.static final shortDeprecated.Performs a unlimited number of checks on database structures including "data leaves".static final String[]Deprecated.static final shortDeprecated.No additional checks are performed.static final shortDeprecated.Performs a limited number of checks on the most important database structures (e.g.static final shortDeprecated.Not a real type, just best practice (e.g.static final shortDeprecated.Performs a limited number of checks on database structures including "data leaves". -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Unknown
public static final short UnknownDeprecated.Not a real type, just best practice (e.g. forward compatibility)- See Also:
-
None
public static final short NoneDeprecated.No additional checks are performed. This is fine if your file system is reliable (which it typically should be).- See Also:
-
Regular
public static final short RegularDeprecated.Performs a limited number of checks on the most important database structures (e.g. "branch pages").- See Also:
-
WithLeaves
public static final short WithLeavesDeprecated.Performs a limited number of checks on database structures including "data leaves".- See Also:
-
AllBranches
public static final short AllBranchesDeprecated.Performs a unlimited number of checks on the most important database structures (e.g. "branch pages").- See Also:
-
Full
public static final short FullDeprecated.Performs a unlimited number of checks on database structures including "data leaves".- See Also:
-
names
Deprecated.
-
-
Constructor Details
-
ValidateOnOpenMode
private ValidateOnOpenMode()Deprecated.
-
-
Method Details
-
name
Deprecated.
-
ValidateOnOpenModePagesinstead.