public class GridQueryStartedInfo extends Object
| Constructor and Description |
|---|
GridQueryStartedInfo(Long id,
UUID nodeId,
String qry,
GridCacheQueryType qryType,
String schemaName,
long startTime,
boolean cancellable,
boolean loc,
boolean enforceJoinOrder,
boolean lazy,
boolean distributedJoins,
String qryInitiatorId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancellable() |
boolean |
distributedJoins() |
boolean |
enforceJoinOrder() |
Long |
id() |
boolean |
lazy() |
boolean |
local() |
UUID |
nodeId() |
String |
query() |
String |
queryInitiatorId() |
GridCacheQueryType |
queryType() |
String |
schemaName() |
long |
startTime() |
String |
toString() |
public GridQueryStartedInfo(Long id, UUID nodeId, String qry, GridCacheQueryType qryType, String schemaName, long startTime, boolean cancellable, boolean loc, boolean enforceJoinOrder, boolean lazy, boolean distributedJoins, String qryInitiatorId)
id - Query ID.nodeId - Originating node ID.qry - Query text.qryType - Query type.schemaName - Schema name.startTime - Query start time.cancellable - Query cancellable flag.loc - Local query flag.enforceJoinOrder - Local query flag.lazy - Local query flag.distributedJoins - Local query flag.qryInitiatorId - Query's initiator identifier.public Long id()
public UUID nodeId()
public String query()
public GridCacheQueryType queryType()
public String schemaName()
public long startTime()
public boolean cancellable()
true if query can be cancelled.public boolean local()
true if query is local.public boolean enforceJoinOrder()
public boolean lazy()
public boolean distributedJoins()
public String queryInitiatorId()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023