Class ScanQueryView
- java.lang.Object
- 
- org.apache.ignite.spi.systemview.view.ScanQueryView
 
- 
 public class ScanQueryView extends Object Scan query iterator representation for aSystemView.
- 
- 
Constructor SummaryConstructors Constructor Description ScanQueryView(UUID nodeId, long qryId, boolean canceled, IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcacheGroupId()StringcacheGroupName()intcacheId()StringcacheName()booleancanceled()longduration()Stringfilter()booleankeepBinary()booleanlocal()UUIDoriginNodeId()intpageSize()intpartition()longqueryId()longstartTime()UUIDsubjectId()StringtaskName()Stringtopology()Stringtransformer()
 
- 
- 
- 
Constructor Detail- 
ScanQueryViewpublic ScanQueryView(UUID nodeId, long qryId, boolean canceled, IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter) - Type Parameters:
- K- Key type.
- V- Value type.
- Parameters:
- nodeId- Originating node id.
- qryId- Query id.
- canceled-- Trueif query canceled.
- iter- Query iterator.
 
 
- 
 - 
Method Detail- 
originNodeIdpublic UUID originNodeId() - Returns:
- Origin node id.
 
 - 
queryIdpublic long queryId() - Returns:
- Local query id.
 
 - 
canceledpublic boolean canceled() - Returns:
- Trueif query canceled.
 
 - 
cacheNamepublic String cacheName() - Returns:
- Cache name.
 
 - 
cacheIdpublic int cacheId() - Returns:
- Cache id.
 
 - 
cacheGroupIdpublic int cacheGroupId() - Returns:
- Cache group id.
 
 - 
cacheGroupNamepublic String cacheGroupName() - Returns:
- Cache group name.
 
 - 
startTimepublic long startTime() - Returns:
- Start time.
 
 - 
durationpublic long duration() - Returns:
- Query duration.
 
 - 
filterpublic String filter() - Returns:
- Filter.
 
 - 
partitionpublic int partition() - Returns:
- Cache partition.
 
 - 
localpublic boolean local() - Returns:
- Trueif query local.
 
 - 
transformerpublic String transformer() - Returns:
- Transformer.
 
 - 
topologypublic String topology() - Returns:
- Topology.
 
 - 
keepBinarypublic boolean keepBinary() - Returns:
- Keep binary flag.
 
 - 
subjectIdpublic UUID subjectId() - Returns:
- Subject id.
 
 - 
taskNamepublic String taskName() - Returns:
- Task name.
 
 - 
pageSizepublic int pageSize() - Returns:
- Page size.
 
 
- 
 
-