Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask.DurableBackgroundTask
-
-
Uses of DurableBackgroundTask in org.apache.ignite.internal.cache.query.index.sorted
Classes in org.apache.ignite.internal.cache.query.index.sorted that implement DurableBackgroundTask Modifier and Type Class Description classDurableBackgroundCleanupIndexTreeTaskDeprecated.classDurableBackgroundCleanupIndexTreeTaskV2Task for background cleaning of index trees.Methods in org.apache.ignite.internal.cache.query.index.sorted that return DurableBackgroundTask Modifier and Type Method Description DurableBackgroundTask<?>DurableBackgroundCleanupIndexTreeTask. convertAfterRestoreIfNeeded()Deprecated.Converting the current task to another after restoring from metaStorage. -
Uses of DurableBackgroundTask in org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask
Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage.pendingtask that return DurableBackgroundTask Modifier and Type Method Description default DurableBackgroundTask<?>DurableBackgroundTask. convertAfterRestoreIfNeeded()Converting the current task to another after restoring from metaStorage. -
Uses of DurableBackgroundTask in org.apache.ignite.internal.processors.localtask
Methods in org.apache.ignite.internal.processors.localtask that return DurableBackgroundTask Modifier and Type Method Description DurableBackgroundTask<R>DurableBackgroundTaskState. task()Getting durable background task.Methods in org.apache.ignite.internal.processors.localtask with parameters of type DurableBackgroundTask Modifier and Type Method Description <R> IgniteInternalFuture<R>DurableBackgroundTasksProcessor. executeAsync(DurableBackgroundTask<R> task, boolean save)Asynchronous execution of a durable background task.<R> IgniteInternalFuture<R>DurableBackgroundTasksProcessor. executeAsync(DurableBackgroundTask<R> t, CacheConfiguration cacheCfg)Constructors in org.apache.ignite.internal.processors.localtask with parameters of type DurableBackgroundTask Constructor Description DurableBackgroundTaskState(DurableBackgroundTask<R> task, GridFutureAdapter<R> outFut, boolean saved, boolean converted)Constructor.
-