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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addSystemViewCreationListener(Consumer<SystemView<?>> lsnr)
Adds listener of view creation events.-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
addSystemViewCreationListener
void addSystemViewCreationListener(Consumer<SystemView<?>> lsnr)
Adds listener of view creation events.- Parameters:
lsnr
- Listener.
-
-