Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.join.CollocationModelType
-
Packages that use CollocationModelType Package Description org.apache.ignite.internal.processors.query.h2.opt.join -
-
Uses of CollocationModelType in org.apache.ignite.internal.processors.query.h2.opt.join
Methods in org.apache.ignite.internal.processors.query.h2.opt.join that return CollocationModelType Modifier and Type Method Description static CollocationModelTypeCollocationModelType. of(boolean partitioned, boolean collocated)static CollocationModelTypeCollocationModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static CollocationModelType[]CollocationModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-