Uses of Class
org.apache.ignite.platform.dotnet.PlatformDotNetConfiguration
-
Packages that use PlatformDotNetConfiguration Package Description org.apache.ignite.internal.processors.platform.dotnet org.apache.ignite.internal.processors.platform.utils org.apache.ignite.platform.dotnet Contains .Net platform-related classes. -
-
Uses of PlatformDotNetConfiguration in org.apache.ignite.internal.processors.platform.dotnet
Subclasses of PlatformDotNetConfiguration in org.apache.ignite.internal.processors.platform.dotnet Modifier and Type Class Description classPlatformDotNetConfigurationExExtended .Net configuration.Methods in org.apache.ignite.internal.processors.platform.dotnet that return PlatformDotNetConfiguration Modifier and Type Method Description PlatformDotNetConfigurationPlatformDotNetConfigurationEx. unwrap()Unwrap extended configuration.Constructors in org.apache.ignite.internal.processors.platform.dotnet with parameters of type PlatformDotNetConfiguration Constructor Description PlatformDotNetConfigurationEx(PlatformDotNetConfiguration cfg, PlatformCallbackGateway gate, PlatformMemoryManagerImpl memMgr, PlatformLogger logger)Copy constructor. -
Uses of PlatformDotNetConfiguration in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformDotNetConfiguration Modifier and Type Method Description static voidPlatformConfigurationUtils. writeDotNetConfiguration(BinaryRawWriterEx writer, PlatformDotNetConfiguration cfg)Write .Net configuration to the stream. -
Uses of PlatformDotNetConfiguration in org.apache.ignite.platform.dotnet
Methods in org.apache.ignite.platform.dotnet that return PlatformDotNetConfiguration Modifier and Type Method Description PlatformDotNetConfigurationPlatformDotNetConfiguration. setAssemblies(List<String> assemblies)PlatformDotNetConfigurationPlatformDotNetConfiguration. setBinaryConfiguration(PlatformDotNetBinaryConfiguration binaryCfg)Constructors in org.apache.ignite.platform.dotnet with parameters of type PlatformDotNetConfiguration Constructor Description PlatformDotNetConfiguration(PlatformDotNetConfiguration cfg)Copy constructor.
-