public class SqlQueryView extends Object
SystemView
.Constructor and Description |
---|
SqlQueryView(org.apache.ignite.internal.processors.query.GridRunningQueryInfo qry) |
Modifier and Type | Method and Description |
---|---|
long |
diskAllocationCurrent()
Returns current allocated size of data on disk.
|
long |
diskAllocationMax()
Returns maximum allocated size of data on disk.
|
long |
diskAllocationTotal()
Returns total allocated size of data on disk.
|
boolean |
distributedJoins() |
long |
duration() |
boolean |
enforceJoinOrder() |
String |
initiatorId()
Returns query initiator ID.
|
String |
label() |
boolean |
lazy() |
boolean |
local() |
long |
memoryCurrent()
Returns current size of reserved memory.
|
long |
memoryMax()
Returns maximum size of reserved memory.
|
UUID |
originNodeId() |
String |
queryId() |
String |
schemaName() |
String |
sql() |
Date |
startTime() |
public SqlQueryView(org.apache.ignite.internal.processors.query.GridRunningQueryInfo qry)
qry
- Query.public UUID originNodeId()
public String queryId()
public String sql()
public Date startTime()
public long duration()
public long diskAllocationCurrent()
public long diskAllocationMax()
public long diskAllocationTotal()
public String initiatorId()
public boolean local()
True
if query is local.public long memoryCurrent()
public long memoryMax()
public String schemaName()
public boolean distributedJoins()
public boolean enforceJoinOrder()
public boolean lazy()
public String label()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024