Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.H2IndexCostedBase
-
Packages that use H2IndexCostedBase Package Description org.apache.ignite.internal.processors.query.h2.database org.apache.ignite.internal.processors.query.h2.opt -
-
Uses of H2IndexCostedBase in org.apache.ignite.internal.processors.query.h2.database
Subclasses of H2IndexCostedBase in org.apache.ignite.internal.processors.query.h2.database Modifier and Type Class Description classH2PkHashIndexclassH2TreeClientIndexWe need indexes on an not affinity nodes.classH2TreeIndexH2 Index overBPlusTree.classH2TreeIndexBaseH2 tree index base. -
Uses of H2IndexCostedBase in org.apache.ignite.internal.processors.query.h2.opt
Subclasses of H2IndexCostedBase in org.apache.ignite.internal.processors.query.h2.opt Modifier and Type Class Description classGridH2IndexBaseIndex base.classGridH2ProxyIndexAllows to have 'free' index for alias columns Delegates the calls to underlying normal indexclassGridH2ProxySpatialIndexAllows to have 'free' spatial index for alias columns Delegates the calls to underlying normal index
-