Uses of Interface
org.apache.ignite.internal.processors.platform.utils.PlatformFutureUtils.Writer
-
Packages that use PlatformFutureUtils.Writer Package Description org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.utils -
-
Uses of PlatformFutureUtils.Writer in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform with parameters of type PlatformFutureUtils.Writer Modifier and Type Method Description protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteFuture fut, PlatformFutureUtils.Writer writer)Reads future information and listens. -
Uses of PlatformFutureUtils.Writer in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type PlatformFutureUtils.Writer Modifier and Type Method Description 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, PlatformFutureUtils.Writer writer, PlatformTarget target)Listen future.
-