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.internal.managers.deployment TODO.org.apache.ignite.spi.deployment.local Contains default local 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()Should return fully configured deployment SPI implementation.Methods in org.apache.ignite.configuration with parameters of type DeploymentSpi Modifier and Type Method Description IgniteConfigurationIgniteConfiguration. setDeploymentSpi(DeploymentSpi deploySpi)Sets fully configured instance ofDeploymentSpi. -
Uses of DeploymentSpi in org.apache.ignite.internal.managers.deployment
Fields in org.apache.ignite.internal.managers.deployment declared as DeploymentSpi Modifier and Type Field Description protected DeploymentSpiGridDeploymentStoreAdapter. spiDeployment SPI.protected DeploymentSpiGridDeploymentStoreAdapter. spiDeployment SPI. -
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 classLocalDeploymentSpiLocal deployment SPI that implements only within VM deployment on local node viaLocalDeploymentSpi.register(ClassLoader, Class)method.
-