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.org.apache.ignite.spi.deployment.uri Contains URI-based 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 void
DeploymentSpi. 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 void
LocalDeploymentSpi. setListener(DeploymentListener lsnr)
Sets or unsets deployment event listener. -
Uses of DeploymentListener in org.apache.ignite.spi.deployment.uri
Methods in org.apache.ignite.spi.deployment.uri with parameters of type DeploymentListener Modifier and Type Method Description void
UriDeploymentSpi. setListener(@Nullable DeploymentListener lsnr)
Sets or unsets deployment event listener.
-