Interface FiltrableSystemView<R>
- 
- Type Parameters:
- R- Type of the row.
 - All Superinterfaces:
- Iterable<R>,- SystemView<R>
 
 public interface FiltrableSystemView<R> extends SystemView<R> System view with filtering capabilities.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<R>iterator(Map<String,Object> filter)- 
Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
 - 
Methods inherited from interface org.apache.ignite.spi.systemview.view.SystemViewdescription, name, size, walker
 
- 
 
-