Uses of Interface
org.apache.ignite.internal.processors.platform.utils.PlatformListenable
-
Packages that use PlatformListenable Package Description org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.utils -
-
Uses of PlatformListenable in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return PlatformListenable Modifier and Type Method Description protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteInternalFuture fut)Reads future information and listens.protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteFuture fut)Reads future information and listens.protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteFuture fut, PlatformFutureUtils.Writer writer)Reads future information and listens.Methods in org.apache.ignite.internal.processors.platform with parameters of type PlatformListenable Modifier and Type Method Description protected PlatformTargetPlatformAbstractTarget. wrapListenable(PlatformListenable listenable)Wraps a listenable to be returned to platform. -
Uses of PlatformListenable in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils that return PlatformListenable Modifier and Type Method Description static PlatformListenablePlatformFutureUtils. getListenable(IgniteInternalFuture fut)Gets the listenable.static PlatformListenablePlatformFutureUtils. getListenable(IgniteFuture fut)Gets the listenable.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 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.Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformListenable Modifier and Type Method Description static voidPlatformFutureUtils. listen(PlatformContext ctx, PlatformListenable listenable, long futPtr, int typ, @Nullable PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.Constructors in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformListenable Constructor Description PlatformListenableTarget(PlatformListenable listenable, PlatformContext platformCtx)Constructor.
-