|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Grid | |
|---|---|
| org.gridgain.grid | Start Here
Contains main GridGain API interfaces and classes. |
| Uses of Grid in org.gridgain.grid |
|---|
| Classes in org.gridgain.grid that implement Grid | |
|---|---|
class |
GridSpringBean
Grid Spring bean allows to bypass GridFactory methods. |
| Methods in org.gridgain.grid that return Grid | |
|---|---|
static Grid |
GridFactory.getGrid()
Gets an instance of default no-name grid. |
static Grid |
GridFactory.getGrid(String name)
Gets an named grid instance. |
static Grid |
GridFactory.getGrid(UUID localNodeId)
Gets a grid instance for given local node ID. |
static Grid |
GridFactory.start()
Starts grid with default configuration. |
static Grid |
GridFactory.start(org.springframework.context.ApplicationContext springCtx)
Starts grid with default configuration. |
static Grid |
GridFactory.start(GridConfiguration cfg)
Starts grid with given configuration. |
static Grid |
GridFactory.start(GridConfiguration cfg,
org.springframework.context.ApplicationContext springCtx)
Starts grid with given configuration. |
static Grid |
GridFactory.start(String springCfgPath)
Starts all grids specified within given Spring XML configuration file. |
static Grid |
GridFactory.start(String springCfgPath,
org.springframework.context.ApplicationContext ctx)
Starts all grids specified within given Spring XML configuration file. |
static Grid |
GridFactory.start(URL springCfgUrl)
Starts all grids specified within given Spring XML configuration file URL. |
static Grid |
GridFactory.start(URL springCfgUrl,
org.springframework.context.ApplicationContext ctx)
Starts all grids specified within given Spring XML configuration file URL. |
| Methods in org.gridgain.grid that return types with arguments of type Grid | |
|---|---|
static List<Grid> |
GridFactory.getAllGrids()
Gets a list of all grids started so far. |
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|