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,
long envPtr,
long dataPtr)
Start Ignite node.
|
public PlatformProcessor start(IgniteConfiguration cfg, long envPtr, long dataPtr)
start in interface PlatformBootstrapcfg - Configuration.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.5.0-b1 Release Date : December 1 2015