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.
|
Modifier and Type | Method and Description |
---|---|
DeploymentSpi |
IgniteConfiguration.getDeploymentSpi()
Should return fully configured deployment SPI implementation.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setDeploymentSpi(DeploymentSpi deploySpi)
Sets fully configured instance of
DeploymentSpi . |
Modifier and Type | Class and Description |
---|---|
class |
LocalDeploymentSpi
Local deployment SPI that implements only within VM deployment on local
node via
LocalDeploymentSpi.register(ClassLoader, Class) method. |
Modifier and Type | Class and Description |
---|---|
class |
UriDeploymentSpi
Implementation of
DeploymentSpi which can deploy tasks from
different sources like file system folders, email and HTTP. |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024