Interface SystemView<R>
- 
- Type Parameters:
- R- Type of the row.
 - All Superinterfaces:
- Iterable<R>
 - All Known Subinterfaces:
- FiltrableSystemView<R>
 
 public interface SystemView<R> extends Iterable<R> Implementation provides data for some internal Ignite objects.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdescription()Stringname()intsize()SystemViewRowAttributeWalker<R>walker()- 
Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
 
- 
 
- 
- 
- 
Method Detail- 
walkerSystemViewRowAttributeWalker<R> walker() - Returns:
- Helper for exporters.
 
 - 
nameString name() - Returns:
- View name.
 
 - 
descriptionString description() - Returns:
- View description.
 
 - 
sizeint size() - Returns:
- Size of the view.
 
 
- 
 
-