Uses of Interface
org.apache.ignite.internal.processors.platform.PlatformTargetProxy
-
-
Uses of PlatformTargetProxy in org.apache.ignite.internal.processors.platform
Classes in org.apache.ignite.internal.processors.platform that implement PlatformTargetProxy Modifier and Type Class Description classPlatformTargetProxyImplPlatform target that is invoked via JNI and propagates calls to underlyingPlatformTarget. -
Uses of PlatformTargetProxy in org.apache.ignite.internal.processors.platform.callback
Methods in org.apache.ignite.internal.processors.platform.callback with parameters of type PlatformTargetProxy Modifier and Type Method Description longPlatformCallbackGateway. affinityFunctionInit(long memPtr, PlatformTargetProxy baseFunc)Initializes affinity function.voidPlatformCallbackGateway. computeJobExecute(long memPtr, PlatformTargetProxy ses)Execute native job on a node other than where it was created.voidPlatformCallbackGateway. computeJobExecuteLocal(long jobPtr, long cancel, PlatformTargetProxy ses)Execute native job on a node other than where it was created.voidPlatformCallbackGateway. computeTaskMap(long memPtr, PlatformTargetProxy ses)Perform native task map.voidPlatformCallbackGateway. dataStreamerStreamReceiverInvoke(long ptr, PlatformTargetProxy cache, long memPtr, boolean keepBinary)Invoke stream receiver. -
Uses of PlatformTargetProxy in org.apache.ignite.internal.processors.platform.compute
Methods in org.apache.ignite.internal.processors.platform.compute with parameters of type PlatformTargetProxy Modifier and Type Method Description protected ObjectPlatformAbstractJob. runLocal(PlatformContext ctx, boolean cancel, PlatformTargetProxy ses)Run local job.
-