Uses of Interface
org.apache.ignite.spi.IgniteSpiCloseableIterator
- 
Packages that use IgniteSpiCloseableIterator Package Description org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite.
- 
- 
Uses of IgniteSpiCloseableIterator in org.apache.ignite.spi.systemview.viewConstructors in org.apache.ignite.spi.systemview.view with parameters of type IgniteSpiCloseableIterator Constructor Description ScanQueryView(UUID nodeId, long qryId, boolean canceled, IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter)
 
-