public class H2QueryInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
H2QueryInfo.QueryType
Query type.
|
| Constructor and Description |
|---|
H2QueryInfo(H2QueryInfo.QueryType type,
PreparedStatement stmt,
String sql,
ClusterNode node,
@Nullable Long runningQryId,
@Nullable String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns description of this query info.
|
UUID |
node() |
protected void |
printInfo(StringBuilder msg)
Print info specified by children.
|
void |
printLogMessage(IgniteLogger log,
String msg,
String additionalInfo) |
Long |
runningQueryId() |
long |
time() |
H2QueryInfo.QueryType |
type() |
public H2QueryInfo(H2QueryInfo.QueryType type, PreparedStatement stmt, String sql, ClusterNode node, @Nullable @Nullable Long runningQryId, @Nullable @Nullable String label)
type - Query type.stmt - Query statement.sql - Query statement.node - Originator node.runningQryId - Query id assigned by RunningQueryManager.label - Query label.protected void printInfo(StringBuilder msg)
msg - Message string builder.public long time()
public Long runningQueryId()
RunningQueryManager.public UUID node()
public H2QueryInfo.QueryType type()
public void printLogMessage(IgniteLogger log, String msg, String additionalInfo)
log - Logger.msg - Log messageadditionalInfo - Additional query info.public String description()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025