Click on Javadoc link to open Javadoc documentation.
Package
org.gridgain.grid.spi.deployment.local Javadoc
Description
GridLocalDeploymentSpi Javadoc
implements only within VM deployment on local node via GridDeploymentSpi.deployTask(GridDeploymentTask) Javadoc
method. This SPI requires no configuration.
Note that if peer class loading is enabled (which is default behavior, see GridConfiguration.isPeerClassLoadingEnabled() Javadoc
), then it is enough to deploy a task only on one node and all other nodes will load required classes from the node that initiated task execution.
Configuration
This SPI requires no configuration.
Examples
There is no point to explicitly configure GridLocalDeploymentSpi Javadoc
as it is used by default and has no configuration parameters.