Interface PlatformBootstrap
-
- All Known Implementing Classes:
PlatformAbstractBootstrap,PlatformCppBootstrap,PlatformDotNetBootstrap
public interface PlatformBootstrapPlatform bootstrap. Responsible for starting Ignite node with non-Java platform.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(long dataPtr)Init the bootstrap.PlatformProcessorstart(IgniteConfiguration cfg, @Nullable GridSpringResourceContext springCtx, long envPtr)Start Ignite node.
-
-
-
Method Detail
-
start
PlatformProcessor start(IgniteConfiguration cfg, @Nullable @Nullable GridSpringResourceContext springCtx, long envPtr)
Start Ignite node.- Parameters:
cfg- Configuration.springCtx- Optional Spring resource context.envPtr- Environment pointer.- Returns:
- Platform processor.
-
init
void init(long dataPtr)
Init the bootstrap.- Parameters:
dataPtr- Optional pointer to additional data required for startup.
-
-