Uses of Interface
org.apache.ignite.spi.deployment.DeploymentSpi
-
Packages that use DeploymentSpi Package Description org.apache.ignite.configuration Contains configuration-related classes.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 DeploymentSpi in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return DeploymentSpi Modifier and Type Method Description DeploymentSpiIgniteConfiguration. getDeploymentSpi()Deprecated.Will be replaced with the IgniteClassPath in the next versions.Methods in org.apache.ignite.configuration with parameters of type DeploymentSpi Modifier and Type Method Description IgniteConfigurationIgniteConfiguration. setDeploymentSpi(DeploymentSpi deploySpi)Deprecated.Will be replaced with the IgniteClassPath in the next versions. -
Uses of DeploymentSpi in org.apache.ignite.spi.deployment.local
Classes in org.apache.ignite.spi.deployment.local that implement DeploymentSpi Modifier and Type Class Description classLocalDeploymentSpiDeprecated.Will be replaced with the IgniteClassPath in the next versions. -
Uses of DeploymentSpi in org.apache.ignite.spi.deployment.uri
Classes in org.apache.ignite.spi.deployment.uri that implement DeploymentSpi Modifier and Type Class Description classUriDeploymentSpiDeprecated.Will be replaced with the IgniteClassPath in the next versions.
-