public class VisorRunningQuery extends Object implements Serializable
| Constructor and Description |
|---|
VisorRunningQuery(long id,
String qry,
GridCacheQueryType qryType,
String cache,
long startTime,
long duration,
boolean cancellable,
boolean loc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCache() |
long |
getDuration() |
long |
getId() |
String |
getQuery() |
GridCacheQueryType |
getQueryType() |
long |
getStartTime() |
boolean |
isCancelable() |
boolean |
isLocal() |
public VisorRunningQuery(long id,
String qry,
GridCacheQueryType qryType,
String cache,
long startTime,
long duration,
boolean cancellable,
boolean loc)
id - Query ID.qry - Query text.qryType - Query type.cache - Cache where query was executed.startTime - Query start time.duration - Query current duration.cancellable - true if query can be canceled.loc - true if query is local.public long getId()
public String getQuery()
public GridCacheQueryType getQueryType()
public String getCache()
public long getStartTime()
public long getDuration()
public boolean isCancelable()
true if query can be cancelled.public boolean isLocal()
true if query is local.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017