public class PlatformDotNetConfigurationEx extends PlatformDotNetConfiguration implements PlatformConfigurationEx
| Constructor and Description |
|---|
PlatformDotNetConfigurationEx(PlatformDotNetConfiguration cfg,
PlatformCallbackGateway gate,
PlatformMemoryManagerImpl memMgr)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformCallbackGateway |
gate() |
PlatformMemoryManagerImpl |
memory() |
String |
platform() |
PlatformDotNetConfiguration |
unwrap()
Unwrap extended configuration.
|
Collection<String> |
warnings() |
void |
warnings(Collection<String> warnings) |
getAssemblies, getBinaryConfiguration, setAssemblies, setBinaryConfiguration, toStringpublic PlatformDotNetConfigurationEx(PlatformDotNetConfiguration cfg, PlatformCallbackGateway gate, PlatformMemoryManagerImpl memMgr)
cfg - Configuration to copy.gate - Native gateway.memMgr - Memory manager.public PlatformCallbackGateway gate()
gate in interface PlatformConfigurationExpublic PlatformMemoryManagerImpl memory()
memory in interface PlatformConfigurationExpublic String platform()
platform in interface PlatformConfigurationExpublic Collection<String> warnings()
warnings in interface PlatformConfigurationExpublic void warnings(Collection<String> warnings)
warnings - Warnings.public PlatformDotNetConfiguration unwrap()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016