public class PlatformDotNetConfigurationEx extends PlatformDotNetConfiguration implements PlatformConfigurationEx
| Constructor and Description |
|---|
PlatformDotNetConfigurationEx(PlatformDotNetConfiguration cfg,
PlatformCallbackGateway gate,
PlatformMemoryManagerImpl memMgr,
PlatformLogger logger)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PlatformCacheExtension> |
cacheExtensions() |
PlatformCallbackGateway |
gate() |
PlatformLogger |
logger() |
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, PlatformLogger logger)
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 PlatformConfigurationEx@Nullable public Collection<PlatformCacheExtension> cacheExtensions()
cacheExtensions in interface PlatformConfigurationExpublic PlatformLogger logger()
logger in interface PlatformConfigurationExpublic void warnings(Collection<String> warnings)
warnings - Warnings.public PlatformDotNetConfiguration unwrap()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017