Uses of Enum
org.h2.mvstore.MVMap.Decision
Packages that use MVMap.Decision
-
Uses of MVMap.Decision in org.h2.mvstore
Subclasses with type arguments of type MVMap.Decision in org.h2.mvstoreModifier and TypeClassDescriptionstatic enumThe decision on what to do on an update.Methods in org.h2.mvstore that return MVMap.DecisionModifier and TypeMethodDescriptionabstract MVMap.DecisionMakes a decision about how to proceed with the update.Makes a decision about how to proceed with the update.static MVMap.DecisionReturns the enum constant of this type with the specified name.static MVMap.Decision[]MVMap.Decision.values()Returns an array containing the constants of this enum type, in the order they are declared.