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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<R>
iterator(Map<String,Object> filter)
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.apache.ignite.spi.systemview.view.SystemView
description, name, size, walker
-
-