public class ScanQueryView extends Object
SystemView
.Constructor and Description |
---|
ScanQueryView(UUID nodeId,
long qryId,
boolean canceled,
IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter) |
Modifier and Type | Method and Description |
---|---|
int |
cacheGroupId() |
String |
cacheGroupName() |
int |
cacheId() |
String |
cacheName() |
boolean |
canceled() |
long |
duration() |
String |
filter() |
boolean |
keepBinary() |
boolean |
local() |
UUID |
originNodeId() |
int |
pageSize() |
int |
partition() |
long |
queryId() |
long |
startTime() |
UUID |
subjectId() |
String |
taskName() |
String |
topology() |
String |
transformer() |
public ScanQueryView(UUID nodeId, long qryId, boolean canceled, IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter)
K
- Key type.V
- Value type.nodeId
- Originating node id.qryId
- Query id.canceled
- True
if query canceled.iter
- Query iterator.public UUID originNodeId()
public long queryId()
public boolean canceled()
True
if query canceled.public String cacheName()
public int cacheId()
public int cacheGroupId()
public String cacheGroupName()
public long startTime()
public long duration()
public String filter()
public int partition()
public boolean local()
True
if query local.public String transformer()
public String topology()
public boolean keepBinary()
public UUID subjectId()
public String taskName()
public int pageSize()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024