Uses of Class
org.apache.ignite.internal.processors.query.h2.H2QueryInfo
-
Packages that use H2QueryInfo Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation. -
-
Uses of H2QueryInfo in org.apache.ignite.internal.processors.query.h2
Subclasses of H2QueryInfo in org.apache.ignite.internal.processors.query.h2 Modifier and Type Class Description classMapH2QueryInfoMap query info.classReduceH2QueryInfoReduce query info.Methods in org.apache.ignite.internal.processors.query.h2 with parameters of type H2QueryInfo Modifier and Type Method Description ResultSetIgniteH2Indexing. executeSqlQueryWithTimer(PreparedStatement stmt, H2PooledConnection conn, String sql, int timeoutMillis, @Nullable GridQueryCancel cancel, Boolean dataPageScanEnabled, H2QueryInfo qryInfo)Executes sql query and prints warning if query is too slow.ResultSetIgniteH2Indexing. executeSqlQueryWithTimer(H2PooledConnection conn, String sql, @Nullable Collection<Object> params, int timeoutMillis, @Nullable GridQueryCancel cancel, Boolean dataPageScanEnabled, H2QueryInfo qryInfo)Executes sql query and prints warning if query is too slow..<T> TIgniteH2Indexing. executeWithResumableTimeTracking(IgniteThrowableSupplier<T> task, H2QueryInfo qryInfo)Resumes time tracking before the task (if needed) and suspends time tracking after the task is finished.Constructors in org.apache.ignite.internal.processors.query.h2 with parameters of type H2QueryInfo Constructor Description H2FieldsIterator(ResultSet data, H2PooledConnection conn, int pageSize, IgniteLogger log, IgniteH2Indexing h2, H2QueryInfo qryInfo, Tracing tracing)H2ResultSetIterator(ResultSet data, int pageSize, IgniteLogger log, IgniteH2Indexing h2, H2QueryInfo qryInfo, Tracing tracing)
-