Uses of Interface
org.apache.ignite.internal.processors.platform.PlatformTarget
-
-
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform
Classes in org.apache.ignite.internal.processors.platform that implement PlatformTarget Modifier and Type Class Description classPlatformAbstractTargetAbstract interop target.classPlatformProcessorImplPlatform processor.Methods in org.apache.ignite.internal.processors.platform that return PlatformTarget Modifier and Type Method Description PlatformTargetPlatformPluginExtension. createTarget()Creates the PlatformTarget for this extension.PlatformTargetPlatformAbstractTarget. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformProcessorImpl. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformTarget. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformAbstractTarget. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformProcessorImpl. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformTarget. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformAbstractTarget. processOutObject(int type)Process OUT operation.PlatformTargetPlatformProcessorImpl. processOutObject(int type)Process OUT operation.PlatformTargetPlatformTarget. processOutObject(int type)Process OUT operation.PlatformTargetPlatformTargetProxy. unwrap()Returns the underlying target.PlatformTargetPlatformTargetProxyImpl. unwrap()Returns the underlying target.protected PlatformTargetPlatformAbstractTarget. wrapListenable(PlatformListenable listenable)Wraps a listenable to be returned to platform.Methods in org.apache.ignite.internal.processors.platform with parameters of type PlatformTarget Modifier and Type Method Description PlatformTargetPlatformAbstractTarget. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformProcessorImpl. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformTarget. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.Constructors in org.apache.ignite.internal.processors.platform with parameters of type PlatformTarget Constructor Description PlatformTargetProxyImpl(PlatformTarget target, PlatformContext platformCtx) -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.binary
Classes in org.apache.ignite.internal.processors.platform.binary that implement PlatformTarget Modifier and Type Class Description classPlatformBinaryProcessorPlatform binary processor. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.cache
Classes in org.apache.ignite.internal.processors.platform.cache that implement PlatformTarget Modifier and Type Class Description classPlatformCacheNative cache wrapper implementation.classPlatformCacheIteratorInterop cache iterator.Methods in org.apache.ignite.internal.processors.platform.cache that return PlatformTarget Modifier and Type Method Description PlatformTargetPlatformCache. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformCache. processOutObject(int type)Process OUT operation. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.cache.affinity
Classes in org.apache.ignite.internal.processors.platform.cache.affinity that implement PlatformTarget Modifier and Type Class Description classPlatformAffinityAffinity wrapper for platforms.classPlatformAffinityFunctionTargetPlatform affinity function target: to be invoked when Platform function calls base implementation of one of the AffinityFunction methods.classPlatformAffinityManagerAffinityManager wrapper for platforms. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.cache.query
Classes in org.apache.ignite.internal.processors.platform.cache.query that implement PlatformTarget Modifier and Type Class Description classPlatformAbstractQueryCursor<T>classPlatformContinuousQueryProxyProxy that implements PlatformTarget.classPlatformFieldsQueryCursorInterop cursor for fields query.classPlatformQueryCursorInterop cursor for regular queries.Methods in org.apache.ignite.internal.processors.platform.cache.query that return PlatformTarget Modifier and Type Method Description PlatformTargetPlatformContinuousQuery. getInitialQueryCursor()Gets initial query cursor (if any).PlatformTargetPlatformContinuousQueryImpl. getInitialQueryCursor()Gets initial query cursor (if any).PlatformTargetPlatformContinuousQueryProxy. processOutObject(int type)Process OUT operation. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.cluster
Classes in org.apache.ignite.internal.processors.platform.cluster that implement PlatformTarget Modifier and Type Class Description classPlatformClusterGroupInterop projection.Methods in org.apache.ignite.internal.processors.platform.cluster that return PlatformTarget Modifier and Type Method Description PlatformTargetPlatformClusterGroup. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformClusterGroup. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformClusterGroup. processOutObject(int type)Process OUT operation.Methods in org.apache.ignite.internal.processors.platform.cluster with parameters of type PlatformTarget Modifier and Type Method Description PlatformTargetPlatformClusterGroup. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.compute
Classes in org.apache.ignite.internal.processors.platform.compute that implement PlatformTarget Modifier and Type Class Description classPlatformComputeInterop compute.classPlatformComputeTaskSessionComputeTaskSessionplatform wrapper.Methods in org.apache.ignite.internal.processors.platform.compute that return PlatformTarget Modifier and Type Method Description PlatformTargetPlatformCompute. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.datastreamer
Classes in org.apache.ignite.internal.processors.platform.datastreamer that implement PlatformTarget Modifier and Type Class Description classPlatformDataStreamerInterop data streamer wrapper. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.datastructures
Classes in org.apache.ignite.internal.processors.platform.datastructures that implement PlatformTarget Modifier and Type Class Description classPlatformAtomicLongPlatform atomic long wrapper.classPlatformAtomicReferencePlatform atomic reference wrapper.classPlatformAtomicSequencePlatform atomic sequence wrapper. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.events
Classes in org.apache.ignite.internal.processors.platform.events that implement PlatformTarget Modifier and Type Class Description classPlatformEventsInterop events.Methods in org.apache.ignite.internal.processors.platform.events that return PlatformTarget Modifier and Type Method Description PlatformTargetPlatformEvents. processOutObject(int type)Process OUT operation. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.messaging
Classes in org.apache.ignite.internal.processors.platform.messaging that implement PlatformTarget Modifier and Type Class Description classPlatformMessagingInterop messaging.Methods in org.apache.ignite.internal.processors.platform.messaging that return PlatformTarget Modifier and Type Method Description PlatformTargetPlatformMessaging. processOutObject(int type)Process OUT operation. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.services
Classes in org.apache.ignite.internal.processors.platform.services that implement PlatformTarget Modifier and Type Class Description classPlatformServicesInterop services.Methods in org.apache.ignite.internal.processors.platform.services that return PlatformTarget Modifier and Type Method Description PlatformTargetPlatformServices. processInObjectStreamOutObjectStream(int type, PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformServices. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformServices. processOutObject(int type)Process OUT operation.Methods in org.apache.ignite.internal.processors.platform.services with parameters of type PlatformTarget Modifier and Type Method Description PlatformTargetPlatformServices. processInObjectStreamOutObjectStream(int type, PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.transactions
Classes in org.apache.ignite.internal.processors.platform.transactions that implement PlatformTarget Modifier and Type Class Description classPlatformTransactionsNative transaction wrapper implementation. -
Uses of PlatformTarget in org.apache.ignite.internal.processors.platform.utils
Classes in org.apache.ignite.internal.processors.platform.utils that implement PlatformTarget Modifier and Type Class Description classPlatformListenableTargetWraps listenable in a platform target.Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformTarget Modifier and Type Method Description static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteInternalFuture fut, long futPtr, int typ, PlatformTarget target)Listen future.static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteInternalFuture fut, long futPtr, int typ, PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteInternalFuture fut, long futPtr, PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.static voidPlatformFutureUtils. listen(PlatformContext ctx, PlatformListenable listenable, long futPtr, int typ, @Nullable PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteFuture fut, long futPtr, int typ, PlatformTarget target)Listen future.static PlatformListenablePlatformFutureUtils. listen(PlatformContext ctx, IgniteFuture fut, long futPtr, int typ, PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.
-