Uses of Interface
org.apache.ignite.IgnitionListener
-
Packages that use IgnitionListener Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation. -
-
Uses of IgnitionListener in org.apache.ignite
Methods in org.apache.ignite with parameters of type IgnitionListener Modifier and Type Method Description static voidIgnition. addListener(IgnitionListener lsnr)Adds a lsnr for grid life cycle events.static booleanIgnition. removeListener(IgnitionListener lsnr)Removes lsnr added byIgnition.addListener(IgnitionListener)method. -
Uses of IgnitionListener in org.apache.ignite.internal
Methods in org.apache.ignite.internal with parameters of type IgnitionListener Modifier and Type Method Description static voidIgnitionEx. addListener(IgnitionListener lsnr)Adds a lsnr for grid life cycle events.static booleanIgnitionEx. removeListener(IgnitionListener lsnr)Removes lsnr added byIgnitionEx.addListener(IgnitionListener)method.
-