Uses of Class
org.apache.ignite.internal.processors.query.h2.H2DatabaseType
-
Packages that use H2DatabaseType Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation. -
-
Uses of H2DatabaseType in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return H2DatabaseType Modifier and Type Method Description static H2DatabaseTypeH2DatabaseType. fromClass(Class<?> cls)Resolves enum by class.static H2DatabaseTypeH2DatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static H2DatabaseType[]H2DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-