Uses of Interface
org.apache.ignite.spi.deployment.DeploymentListener
-
Packages that use DeploymentListener Package Description org.apache.ignite.spi.deployment Contains APIs for deployment SPI.org.apache.ignite.spi.deployment.local Contains default local deployment SPI implementation. -
-
Uses of DeploymentListener in org.apache.ignite.spi.deployment
Methods in org.apache.ignite.spi.deployment with parameters of type DeploymentListener Modifier and Type Method Description voidDeploymentSpi. setListener(@Nullable DeploymentListener lsnr)Sets or unsets deployment event listener. -
Uses of DeploymentListener in org.apache.ignite.spi.deployment.local
Methods in org.apache.ignite.spi.deployment.local with parameters of type DeploymentListener Modifier and Type Method Description voidLocalDeploymentSpi. setListener(DeploymentListener lsnr)Sets or unsets deployment event listener.
-