Uses of Class
com.tangosol.persistence.AbstractPersistenceManager.Task
Package
Description
Contains classes and helpers for implementing various types of persistence.
-
Uses of AbstractPersistenceManager.Task in com.tangosol.persistence
Modifier and TypeClassDescriptionprotected class
Runnable implementation that is used to perform and commit a sequence of mutating persistent store operations asynchronously.protected class
A Task implementation that deletes an extent from the associated store.protected class
An OpenTask opens the store (parent of this inner class) with the provided store and notifies the Collector when complete.Modifier and TypeFieldDescriptionprotected final Set
<AbstractPersistenceManager<PS>.Task> AbstractPersistenceManager.f_setTasks
Set of outstanding tasks.Modifier and TypeMethodDescriptionprotected void
AbstractPersistenceManager.addTask
(AbstractPersistenceManager<PS>.Task task) Add the provided task to the set of tasks.protected void
AbstractPersistenceManager.executeTask
(AbstractPersistenceManager<PS>.Task task) Execute the specified task with the calling thread.protected void
AbstractPersistenceManager.executeTaskExclusive
(AbstractPersistenceManager<PS>.Task task) Execute the specified task with the calling thread.protected void
AbstractPersistenceManager.submitTask
(AbstractPersistenceManager<PS>.Task task) Submit the given task for execution by the daemon pool.Modifier and TypeMethodDescriptionprotected void
AbstractPersistenceManager.submitTasks
(List<? extends AbstractPersistenceManager<PS>.Task> listTasks) Submit the provided list of tasks for execution to the pool or execute directly.