| 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.messaging |
Contains Topic-based Messaging functionality.
|
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
Grid |
GridProjection.grid()
Gets instance of grid.
|
static Grid |
GridGain.grid()
Gets an instance of default no-name grid.
|
static Grid |
GridGain.grid(String name)
Gets an named grid instance.
|
static Grid |
GridGain.grid(UUID locNodeId)
Gets a grid instance for given local node ID.
|
static Grid |
GridGain.start()
Starts grid with default configuration.
|
static Grid |
GridGain.start(GridConfiguration cfg)
Starts grid with given configuration.
|
static Grid |
GridGain.start(String springCfgPath)
Starts all grids specified within given Spring XML configuration file.
|
static Grid |
GridGain.start(URL springCfgUrl)
Starts all grids specified within given Spring XML configuration file URL.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Grid> |
GridGain.allGrids()
Gets a list of all grids started so far.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridEx
Extended Grid interface which provides some additional methods required for kernal and Visor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridKernal
GridGain kernal.
|
| Modifier and Type | Method and Description |
|---|---|
static Grid |
GridGainEx.grid()
Gets an instance of default no-name grid.
|
Grid |
GridProjectionAdapter.grid()
Gets instance of grid.
|
static Grid |
GridGainEx.grid(String name)
Gets an named grid instance.
|
static Grid |
GridGainEx.grid(UUID locNodeId)
Gets a grid instance for given local node ID.
|
static Grid |
GridGainEx.start()
Starts grid with default configuration.
|
static Grid |
GridGainEx.start(GridConfiguration cfg)
Starts grid with given configuration.
|
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)
Starts all grids specified within given Spring XML configuration file.
|
static Grid |
GridGainEx.start(String springCfgPath,
GridSpringResourceContext springCtx)
Starts all grids specified within given Spring XML configuration file.
|
static Grid |
GridGainEx.start(URL springCfgUrl)
Starts all grids specified within given Spring XML configuration file URL.
|
static Grid |
GridGainEx.start(URL springCfgUrl,
GridSpringResourceContext springCtx)
Starts all grids specified within given Spring XML configuration file URL.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Grid> |
GridGainEx.allGrids()
Gets a list of all grids started so far.
|
| Modifier and Type | Method and Description |
|---|---|
Grid |
GridCacheContext.grid() |
| Modifier and Type | Method and Description |
|---|---|
protected Grid |
GridMessagingListenActor.grid()
Gets grid instance associated with this actor.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<UUID> |
GridUtils.gridIds(Collection<? extends Grid> grids)
Converts collection of Grid instances to collection of node IDs.
|
static Collection<String> |
GridUtils.grids2names(Collection<? extends Grid> grids)
Converts collection of Grid instances to collection of grid names.
|
Copyright © 2014. All rights reserved.