public abstract class PlatformAbstractBootstrap extends Object implements PlatformBootstrap
| Constructor and Description |
|---|
PlatformAbstractBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IgniteClosure<IgniteConfiguration,IgniteConfiguration> |
closure(long envPtr)
Get configuration transformer closure.
|
PlatformProcessor |
start(IgniteConfiguration cfg,
GridSpringResourceContext springCtx,
long envPtr,
long dataPtr)
Start Ignite node.
|
public PlatformProcessor start(IgniteConfiguration cfg, @Nullable GridSpringResourceContext springCtx, long envPtr, long dataPtr)
start in interface PlatformBootstrapcfg - Configuration.springCtx - Optional Spring resource context.envPtr - Environment pointer.dataPtr - Optional pointer to additional data required for startup.protected abstract IgniteClosure<IgniteConfiguration,IgniteConfiguration> closure(long envPtr)
envPtr - Environment pointer.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016