| Package | Description |
|---|---|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.resource |
TODO.
|
| org.gridgain.grid.kernal.processors.spring |
| Modifier and Type | Method and Description |
|---|---|
static GridBiTuple<GridConfiguration,GridSpringResourceContext> |
GridGainEx.loadConfiguration(String springCfgPath)
Loads first found grid configuration specified within given Spring XML configuration file.
|
static GridBiTuple<GridConfiguration,GridSpringResourceContext> |
GridGainEx.loadConfiguration(URL springCfgUrl)
Loads first found grid configuration specified within given Spring XML configuration file.
|
static GridBiTuple<Collection<GridConfiguration>,? extends GridSpringResourceContext> |
GridGainEx.loadConfigurations(String springCfgPath)
Loads all grid configurations specified within given Spring XML configuration file.
|
static GridBiTuple<Collection<GridConfiguration>,? extends GridSpringResourceContext> |
GridGainEx.loadConfigurations(URL springCfgUrl)
Loads all grid configurations specified within given Spring XML configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
static Grid |
GridGainEx.start(GridConfiguration cfg,
GridSpringResourceContext springCtx)
Starts grid with given configuration.
|
static Grid |
GridGainEx.start(GridSpringResourceContext springCtx)
Starts grid with default configuration.
|
static Grid |
GridGainEx.start(String springCfgPath,
GridSpringResourceContext springCtx)
Starts all grids specified within given Spring XML configuration file.
|
static Grid |
GridGainEx.start(URL springCfgUrl,
GridSpringResourceContext springCtx)
Starts all grids specified within given Spring XML configuration file URL.
|
| Constructor and Description |
|---|
GridKernal(GridSpringResourceContext rsrcCtx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridResourceProcessor.setSpringContext(GridSpringResourceContext rsrcCtx)
Sets Spring resource context.
|
| Modifier and Type | Method and Description |
|---|---|
GridBiTuple<Collection<GridConfiguration>,? extends GridSpringResourceContext> |
GridSpringProcessor.loadConfigurations(URL cfgUrl,
String... excludedProps)
Loads all grid configurations specified within given configuration file.
|
Copyright © 2014. All rights reserved.