GridGain™ 2.1.0
Java API Specification

Uses of Class
org.gridgain.grid.GridDeploymentMode

Packages that use GridDeploymentMode
org.gridgain.grid icon Start Here  Contains main GridGain API interfaces and classes. 
 

Uses of GridDeploymentMode in org.gridgain.grid
 

Fields in org.gridgain.grid declared as GridDeploymentMode
static GridDeploymentMode GridConfiguration.DFLT_DEPLOYMENT_MODE
          Default deployment mode (value is GridDeploymentMode.PRIVATE).
 

Methods in org.gridgain.grid that return GridDeploymentMode
 GridDeploymentMode GridConfiguration.getDeploymentMode()
          Gets deployment mode for deploying tasks and other classes on this node.
 GridDeploymentMode GridConfigurationAdapter.getDeploymentMode()
          Gets deployment mode for deploying tasks and other classes on this node.
static GridDeploymentMode GridDeploymentMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GridDeploymentMode[] GridDeploymentMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.gridgain.grid with parameters of type GridDeploymentMode
 void GridConfigurationAdapter.setDeploymentMode(GridDeploymentMode deployMode)
          Sets task classes and resources sharing mode.
 


GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.