public class PlatformCppConfigurationEx extends PlatformCppConfiguration implements PlatformConfigurationEx
| Constructor and Description |
|---|
PlatformCppConfigurationEx(PlatformCppConfiguration cfg,
PlatformCallbackGateway gate,
PlatformMemoryManagerImpl memMgr)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable Collection<PlatformCacheExtension> |
cacheExtensions() |
PlatformCallbackGateway |
gate() |
PlatformLogger |
logger() |
PlatformMemoryManagerImpl |
memory() |
String |
platform() |
Collection<String> |
warnings() |
void |
warnings(Collection<String> warnings) |
toStringpublic PlatformCppConfigurationEx(PlatformCppConfiguration 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 PlatformLogger logger()
logger in interface PlatformConfigurationEx@Nullable public @Nullable Collection<PlatformCacheExtension> cacheExtensions()
cacheExtensions in interface PlatformConfigurationExpublic void warnings(Collection<String> warnings)
warnings - Warnings.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021