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