Dashboard > GridGain User Guide > Table Of Contents > Developers Guide > Deployment SPI > GridLocalDeploymentSpi
GridLocalDeploymentSpi
Added by user-1-ds, last edited by ghost on Mar 20, 2008  (view change)
Labels: 
(None)


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.

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators