Uses of Class
org.apache.ignite.internal.processors.query.h2.opt.QueryContext
-
Packages that use QueryContext Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation.org.apache.ignite.internal.processors.query.h2.opt -
-
Uses of QueryContext in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return QueryContext Modifier and Type Method Description static QueryContextH2Utils. context(H2PooledConnection conn)static QueryContextH2Utils. context(org.h2.engine.Session ses)Methods in org.apache.ignite.internal.processors.query.h2 with parameters of type QueryContext Modifier and Type Method Description static voidH2Utils. setupConnection(H2PooledConnection conn, QueryContext qctx, boolean distributedJoins, boolean enforceJoinOrder)static voidH2Utils. setupConnection(H2PooledConnection conn, QueryContext qctx, boolean distributedJoins, boolean enforceJoinOrder, boolean lazy) -
Uses of QueryContext in org.apache.ignite.internal.processors.query.h2.opt
Methods in org.apache.ignite.internal.processors.query.h2.opt that return QueryContext Modifier and Type Method Description @Nullable QueryContextQueryContextRegistry. getShared(UUID nodeId, long qryId, int segmentId)Access query context from another thread.static QueryContextQueryContext. parseContext(@Nullable IndexingQueryFilter filter, boolean local)static QueryContextQueryContext. threadLocal()Hack with thread local context is used only for H2 methods that is called without Session object.Methods in org.apache.ignite.internal.processors.query.h2.opt with parameters of type QueryContext Modifier and Type Method Description protected intGridH2IndexBase. segment(QueryContext qctx)voidQueryContextRegistry. setShared(UUID nodeId, long qryId, QueryContext ctx)Sets current thread local context.static voidQueryContext. threadLocal(QueryContext qctx)Hack with thread local context is used only for H2 methods that is called without Session object.
-