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 |
|---|---|
@Nullable Collection<PlatformCacheExtension> |
cacheExtensions() |
PlatformCallbackGateway |
gate() |
PlatformLogger |
logger() |
PlatformMemoryManagerImpl |
memory() |
String |
platform() |
PlatformDotNetConfigurationEx |
setAssemblies(List<String> assemblies) |
PlatformDotNetConfigurationEx |
setBinaryConfiguration(PlatformDotNetBinaryConfiguration binaryCfg) |
PlatformDotNetConfiguration |
unwrap()
Unwrap extended configuration.
|
Collection<String> |
warnings() |
PlatformDotNetConfigurationEx |
warnings(Collection<String> warnings) |
getAssemblies, getBinaryConfiguration, 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 @Nullable Collection<PlatformCacheExtension> cacheExtensions()
cacheExtensions in interface PlatformConfigurationExpublic PlatformLogger logger()
logger in interface PlatformConfigurationExpublic PlatformDotNetConfigurationEx setBinaryConfiguration(PlatformDotNetBinaryConfiguration binaryCfg)
setBinaryConfiguration in class PlatformDotNetConfigurationbinaryCfg - Configuration.this for chaining.public PlatformDotNetConfigurationEx setAssemblies(List<String> assemblies)
setAssemblies in class PlatformDotNetConfigurationassemblies - Assemblies.this for chaining.public PlatformDotNetConfigurationEx warnings(Collection<String> warnings)
warnings - Warnings.this for chaining.public PlatformDotNetConfiguration unwrap()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021