Uses of Class
org.apache.ignite.internal.processors.query.h2.ConnectionManager
-
Packages that use ConnectionManager Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation. -
-
Uses of ConnectionManager in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return ConnectionManager Modifier and Type Method Description ConnectionManagerIgniteH2Indexing. connections()Constructors in org.apache.ignite.internal.processors.query.h2 with parameters of type ConnectionManager Constructor Description H2SchemaManager(GridKernalContext ctx, IgniteH2Indexing idx, ConnectionManager connMgr)Constructor.QueryParser(IgniteH2Indexing idx, ConnectionManager connMgr, Predicate<SqlCommand> nativeCmdPredicate)Constructor.
-