Uses of Class
org.apache.ignite.internal.processors.query.GridQueryCancel
-
Packages that use GridQueryCancel Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.odbc.jdbc org.apache.ignite.internal.processors.query org.apache.ignite.internal.processors.query.running -
-
Uses of GridQueryCancel in org.apache.ignite.internal.processors.cache
Constructors in org.apache.ignite.internal.processors.cache with parameters of type GridQueryCancel Constructor Description QueryCursorImpl(Iterable<T> iterExec, GridQueryCancel cancel, boolean isQry, boolean lazy) -
Uses of GridQueryCancel in org.apache.ignite.internal.processors.odbc.jdbc
Methods in org.apache.ignite.internal.processors.odbc.jdbc that return GridQueryCancel Modifier and Type Method Description GridQueryCancelJdbcQueryDescriptor. cancelHook() -
Uses of GridQueryCancel in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type GridQueryCancel Modifier and Type Method Description List<FieldsQueryCursor<List<?>>>GridQueryIndexing. querySqlFields(String schemaName, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts, GridQueryCancel cancel)Detect whether SQL query should be executed in distributed or local manner and execute it.List<FieldsQueryCursor<List<?>>>GridQueryProcessor. querySqlFields(@Nullable GridCacheContext<?,?> cctx, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts, @Nullable GridQueryCancel cancel)Query SQL fields.List<FieldsQueryCursor<List<?>>>GridQueryProcessor. querySqlFields(@Nullable GridCacheContext<?,?> cctx, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts, GridCacheQueryType qryType, @Nullable GridQueryCancel cancel)Query SQL fields. -
Uses of GridQueryCancel in org.apache.ignite.internal.processors.query.running
Methods in org.apache.ignite.internal.processors.query.running with parameters of type GridQueryCancel Modifier and Type Method Description longRunningQueryManager. register(String qry, GridCacheQueryType qryType, String schemaName, boolean loc, @Nullable GridQueryCancel cancel, String qryInitiatorId, boolean enforceJoinOrder, boolean lazy, boolean distributedJoins)Registers running query and returns an id associated with the query.Constructors in org.apache.ignite.internal.processors.query.running with parameters of type GridQueryCancel Constructor Description GridRunningQueryInfo(long id, UUID nodeId, String qry, GridCacheQueryType qryType, String schemaName, long startTime, long startTimeNanos, GridQueryCancel cancel, boolean loc, String qryInitiatorId, boolean enforceJoinOrder, boolean lazy, boolean distributedJoins, UUID subjId)Constructor.
-