Class PlatformCppBootstrap
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.PlatformAbstractBootstrap
-
- org.apache.ignite.internal.processors.platform.cpp.PlatformCppBootstrap
-
- All Implemented Interfaces:
PlatformBootstrap
public class PlatformCppBootstrap extends PlatformAbstractBootstrap
Platform .Net bootstrap.
-
-
Constructor Summary
Constructors Constructor Description PlatformCppBootstrap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PlatformAbstractConfigurationClosureclosure(long envPtr)Get configuration transformer closure.-
Methods inherited from class org.apache.ignite.internal.processors.platform.PlatformAbstractBootstrap
init, processInput, start
-
-
-
-
Method Detail
-
closure
protected PlatformAbstractConfigurationClosure closure(long envPtr)
Get configuration transformer closure.- Specified by:
closurein classPlatformAbstractBootstrap- Parameters:
envPtr- Environment pointer.- Returns:
- Closure.
-
-