Uses of Class
org.apache.ignite.internal.processors.platform.memory.PlatformMemoryManagerImpl
-
-
Uses of PlatformMemoryManagerImpl in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return PlatformMemoryManagerImpl Modifier and Type Method Description PlatformMemoryManagerImplPlatformConfigurationEx. memory()Constructors in org.apache.ignite.internal.processors.platform with parameters of type PlatformMemoryManagerImpl Constructor Description PlatformContextImpl(GridKernalContext ctx, PlatformCallbackGateway gate, PlatformMemoryManagerImpl mem, String platform)Constructor. -
Uses of PlatformMemoryManagerImpl in org.apache.ignite.internal.processors.platform.cpp
Methods in org.apache.ignite.internal.processors.platform.cpp that return PlatformMemoryManagerImpl Modifier and Type Method Description PlatformMemoryManagerImplPlatformCppConfigurationEx. memory()Constructors in org.apache.ignite.internal.processors.platform.cpp with parameters of type PlatformMemoryManagerImpl Constructor Description PlatformCppConfigurationEx(PlatformCppConfiguration cfg, PlatformCallbackGateway gate, PlatformMemoryManagerImpl memMgr)Copy constructor. -
Uses of PlatformMemoryManagerImpl in org.apache.ignite.internal.processors.platform.dotnet
Methods in org.apache.ignite.internal.processors.platform.dotnet that return PlatformMemoryManagerImpl Modifier and Type Method Description PlatformMemoryManagerImplPlatformDotNetConfigurationEx. memory()Constructors in org.apache.ignite.internal.processors.platform.dotnet with parameters of type PlatformMemoryManagerImpl Constructor Description PlatformDotNetConfigurationEx(PlatformDotNetConfiguration cfg, PlatformCallbackGateway gate, PlatformMemoryManagerImpl memMgr, PlatformLogger logger)Copy constructor.
-