public class GridQueryFinishedInfo extends Object
| Constructor and Description |
|---|
GridQueryFinishedInfo(Long id,
UUID nodeId,
String qry,
GridCacheQueryType qryType,
String schemaName,
long startTime,
long finishTime,
boolean loc,
boolean enforceJoinOrder,
boolean lazy,
boolean distributedJoins,
boolean failed,
@Nullable Throwable failReason,
String qryInitiatorId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
distributedJoins() |
boolean |
enforceJoinOrder() |
boolean |
failed() |
@Nullable Throwable |
failReason() |
long |
finishTime() |
Long |
id() |
boolean |
lazy() |
boolean |
local() |
UUID |
nodeId() |
String |
query() |
String |
queryInitiatorId() |
GridCacheQueryType |
queryType() |
String |
schemaName() |
long |
startTime() |
String |
toString() |
public GridQueryFinishedInfo(Long id, UUID nodeId, String qry, GridCacheQueryType qryType, String schemaName, long startTime, long finishTime, boolean loc, boolean enforceJoinOrder, boolean lazy, boolean distributedJoins, boolean failed, @Nullable @Nullable Throwable failReason, String qryInitiatorId)
id - Query ID.nodeId - Originating node ID.qry - Query text.qryType - Query type.schemaName - Schema name.startTime - Query start time.finishTime - Query finish time.loc - Local query flag.enforceJoinOrder - Local query flag.lazy - Local query flag.distributedJoins - Local query flag.failed - Whether query is failed or not.failReason - Exception that caused query execution fail.qryInitiatorId - Query's initiator identifier.public Long id()
public UUID nodeId()
public String query()
public GridCacheQueryType queryType()
public String schemaName()
public long startTime()
public long finishTime()
public boolean local()
true if query is local.public boolean enforceJoinOrder()
public boolean lazy()
public boolean distributedJoins()
public boolean failed()
true if query is failed.@Nullable public @Nullable Throwable failReason()
null if query succeded.public String queryInitiatorId()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023