Uses of Class
org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask.DurableBackgroundTaskResult
-
Packages that use DurableBackgroundTaskResult Package Description org.apache.ignite.internal.cache.query.index.sorted org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask -
-
Uses of DurableBackgroundTaskResult in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return types with arguments of type DurableBackgroundTaskResult Modifier and Type Method Description IgniteInternalFuture<DurableBackgroundTaskResult>DurableBackgroundCleanupIndexTreeTask. executeAsync(GridKernalContext ctx)Deprecated.Asynchronous task execution.IgniteInternalFuture<DurableBackgroundTaskResult<Long>>DurableBackgroundCleanupIndexTreeTaskV2. executeAsync(GridKernalContext ctx)Asynchronous task execution. -
Uses of DurableBackgroundTaskResult in org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask
Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask that return DurableBackgroundTaskResult Modifier and Type Method Description static <R> DurableBackgroundTaskResult<R>DurableBackgroundTaskResult. complete()Creation of a completed task execution result that does not require restarting it.static <R> DurableBackgroundTaskResult<R>DurableBackgroundTaskResult. complete(@Nullable Throwable err)Creation of a completed task execution result that does not require restarting it.static <R> DurableBackgroundTaskResult<R>DurableBackgroundTaskResult. complete(R res)Creation of a completed task execution result that does not require restarting it.static <R> DurableBackgroundTaskResult<R>DurableBackgroundTaskResult. restart(@Nullable Throwable err)Creation of a task execution result that requires its restart.Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask that return types with arguments of type DurableBackgroundTaskResult Modifier and Type Method Description IgniteInternalFuture<DurableBackgroundTaskResult<R>>DurableBackgroundTask. executeAsync(GridKernalContext ctx)Asynchronous task execution.
-