Package org.apache.ignite.spi.systemview
Interface ReadOnlySystemViewRegistry
- 
- All Superinterfaces:
- Iterable<SystemView<?>>
 
 public interface ReadOnlySystemViewRegistry extends Iterable<SystemView<?>> Read only system view registry.- See Also:
- GridSystemViewManager,- SystemView,- MetricExporterSpi
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSystemViewCreationListener(Consumer<SystemView<?>> lsnr)Adds listener of view creation events.- 
Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
 
- 
 
- 
- 
- 
Method Detail- 
addSystemViewCreationListenervoid addSystemViewCreationListener(Consumer<SystemView<?>> lsnr) Adds listener of view creation events.- Parameters:
- lsnr- Listener.
 
 
- 
 
-