| Package | Description |
|---|---|
| org.apache.ignite.internal.cache.query.index.sorted | |
| org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<DurableBackgroundTaskResult> |
DurableBackgroundCleanupIndexTreeTask.executeAsync(GridKernalContext ctx)
Deprecated.
Asynchronous task execution.
|
IgniteInternalFuture<DurableBackgroundTaskResult<Long>> |
DurableBackgroundCleanupIndexTreeTaskV2.executeAsync(GridKernalContext ctx)
Asynchronous task execution.
|
| Modifier and Type | Method and 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(R res)
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.restart(@Nullable Throwable err)
Creation of a task execution result that requires its restart.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<DurableBackgroundTaskResult<R>> |
DurableBackgroundTask.executeAsync(GridKernalContext ctx)
Asynchronous task execution.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023