| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.spring | |
| org.gridgain.grid.kernal.visor.cmd.dto.node | |
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
GridConfiguration |
Grid.configuration()
Gets the configuration of this grid instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Grid |
GridGain.start(GridConfiguration cfg)
Starts grid with given configuration.
|
| Constructor and Description |
|---|
GridConfiguration(GridConfiguration cfg)
Creates grid configuration by coping all configuration properties from
given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GridConfiguration |
GridKernalContextImpl.config()
Gets grid configuration.
|
GridConfiguration |
GridKernalContext.config()
Gets grid configuration.
|
GridConfiguration |
GridKernal.configuration()
Gets the configuration of this grid instance.
|
| 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)
Starts grid with given configuration.
|
void |
GridKernal.start(GridConfiguration cfg,
ExecutorService drPool,
GridAbsClosure errHnd) |
static Grid |
GridGainEx.start(GridConfiguration cfg,
GridSpringResourceContext springCtx)
Starts grid with given configuration.
|
| Constructor and Description |
|---|
GridKernalContextImpl(GridLoggerProxy log,
GridEx grid,
GridConfiguration cfg,
GridKernalGateway gw,
boolean ent)
Creates new kernal context.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridConfiguration |
GridCacheAdapter.gridCfg
Grid configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GridConfiguration |
GridCacheContext.gridConfig() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GridCacheUtils.isGgfsCache(GridConfiguration cfg,
String cacheName) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static VisorPeerToPeerConfig |
VisorPeerToPeerConfig.from(GridConfiguration c) |
static VisorSegmentationConfig |
VisorSegmentationConfig.from(GridConfiguration c) |
static VisorRestConfig |
VisorRestConfig.from(GridConfiguration c) |
static VisorLifecycleConfig |
VisorLifecycleConfig.from(GridConfiguration c) |
static VisorMetricsConfig |
VisorMetricsConfig.from(GridConfiguration c) |
static VisorExecutorServiceConfig |
VisorExecutorServiceConfig.from(GridConfiguration c) |
static VisorEmailConfig |
VisorEmailConfig.from(GridConfiguration c) |
static VisorSpisConfig |
VisorSpisConfig.from(GridConfiguration c) |
static VisorBasicConfig |
VisorBasicConfig.from(GridEx g,
GridConfiguration c) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GridUtils.securityEnabled(GridConfiguration cfg)
Checks whether authentication SPI other than noop authentication SPI is configured.
|
Copyright © 2014. All rights reserved.