Uses of Class
org.apache.ignite.internal.processors.platform.callback.PlatformCallbackGateway
-
-
Uses of PlatformCallbackGateway in org.apache.ignite.internal.logger.platform
Methods in org.apache.ignite.internal.logger.platform with parameters of type PlatformCallbackGateway Modifier and Type Method Description voidPlatformLogger. setGateway(PlatformCallbackGateway gate)Sets the gateway. -
Uses of PlatformCallbackGateway in org.apache.ignite.internal.processors.platform
Fields in org.apache.ignite.internal.processors.platform declared as PlatformCallbackGateway Modifier and Type Field Description protected PlatformCallbackGatewayPlatformAbstractConfigurationClosure. gateNative gateway.Methods in org.apache.ignite.internal.processors.platform that return PlatformCallbackGateway Modifier and Type Method Description PlatformCallbackGatewayPlatformConfigurationEx. gate()PlatformCallbackGatewayPlatformContext. gateway()Gets platform callback gateway.PlatformCallbackGatewayPlatformContextImpl. gateway()Gets platform callback gateway.Constructors in org.apache.ignite.internal.processors.platform with parameters of type PlatformCallbackGateway Constructor Description PlatformContextImpl(GridKernalContext ctx, PlatformCallbackGateway gate, PlatformMemoryManagerImpl mem, String platform)Constructor. -
Uses of PlatformCallbackGateway in org.apache.ignite.internal.processors.platform.cache
Constructors in org.apache.ignite.internal.processors.platform.cache with parameters of type PlatformCallbackGateway Constructor Description PlatformCacheManager(PlatformCallbackGateway gate)Constructor. -
Uses of PlatformCallbackGateway in org.apache.ignite.internal.processors.platform.compute
Methods in org.apache.ignite.internal.processors.platform.compute with parameters of type PlatformCallbackGateway Modifier and Type Method Description protected abstract voidPlatformAbstractFunc. platformCallback(PlatformCallbackGateway gate, long memPtr)Performs platform callback.protected voidPlatformCallable. platformCallback(PlatformCallbackGateway gate, long memPtr)protected voidPlatformRunnable. platformCallback(PlatformCallbackGateway gate, long memPtr) -
Uses of PlatformCallbackGateway in org.apache.ignite.internal.processors.platform.cpp
Methods in org.apache.ignite.internal.processors.platform.cpp that return PlatformCallbackGateway Modifier and Type Method Description PlatformCallbackGatewayPlatformCppConfigurationEx. gate()Constructors in org.apache.ignite.internal.processors.platform.cpp with parameters of type PlatformCallbackGateway Constructor Description PlatformCppConfigurationEx(PlatformCppConfiguration cfg, PlatformCallbackGateway gate, PlatformMemoryManagerImpl memMgr)Copy constructor. -
Uses of PlatformCallbackGateway in org.apache.ignite.internal.processors.platform.dotnet
Methods in org.apache.ignite.internal.processors.platform.dotnet that return PlatformCallbackGateway Modifier and Type Method Description PlatformCallbackGatewayPlatformDotNetConfigurationEx. gate()Constructors in org.apache.ignite.internal.processors.platform.dotnet with parameters of type PlatformCallbackGateway Constructor Description PlatformDotNetConfigurationEx(PlatformDotNetConfiguration cfg, PlatformCallbackGateway gate, PlatformMemoryManagerImpl memMgr, PlatformLogger logger)Copy constructor. -
Uses of PlatformCallbackGateway in org.apache.ignite.internal.processors.platform.lifecycle
Fields in org.apache.ignite.internal.processors.platform.lifecycle declared as PlatformCallbackGateway Modifier and Type Field Description PlatformCallbackGatewayPlatformLifecycleBean. gateNative gateway.Methods in org.apache.ignite.internal.processors.platform.lifecycle with parameters of type PlatformCallbackGateway Modifier and Type Method Description voidPlatformLifecycleBean. initialize(PlatformCallbackGateway gate, long ptr)Set pointers.Constructors in org.apache.ignite.internal.processors.platform.lifecycle with parameters of type PlatformCallbackGateway Constructor Description PlatformLifecycleBean(PlatformCallbackGateway gate, long ptr)Constructor. -
Uses of PlatformCallbackGateway in org.apache.ignite.internal.processors.platform.memory
Constructors in org.apache.ignite.internal.processors.platform.memory with parameters of type PlatformCallbackGateway Constructor Description PlatformExternalMemory(@Nullable PlatformCallbackGateway gate, long memPtr)Constructor.PlatformMemoryManagerImpl(@Nullable PlatformCallbackGateway gate, int dfltCap)Constructor.
-