Class PlatformDotNetBootstrapFactory
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetBootstrapFactory
-
- All Implemented Interfaces:
PlatformBootstrapFactory
public class PlatformDotNetBootstrapFactory extends Object implements PlatformBootstrapFactory
Interop .Net bootstrap factory.
-
-
Field Summary
Fields Modifier and Type Field Description static intIDBootstrap ID.
-
Constructor Summary
Constructors Constructor Description PlatformDotNetBootstrapFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformBootstrapcreate()Create bootstrap instance.intid()Get bootstrap factory ID.
-
-
-
Field Detail
-
ID
public static final int ID
Bootstrap ID.- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public int id()
Get bootstrap factory ID.- Specified by:
idin interfacePlatformBootstrapFactory- Returns:
- ID.
-
create
public PlatformBootstrap create()
Create bootstrap instance.- Specified by:
createin interfacePlatformBootstrapFactory- Returns:
- Bootstrap instance.
-
-