Uses of Class
com.tangosol.persistence.AbstractPersistenceManager.Task
Packages that use AbstractPersistenceManager.Task
Package
Description
Contains classes and helpers for implementing various types of persistence.
-
Uses of AbstractPersistenceManager.Task in com.tangosol.persistence
Subclasses of AbstractPersistenceManager.Task in com.tangosol.persistenceModifier 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.Fields in com.tangosol.persistence with type parameters of type AbstractPersistenceManager.TaskModifier and TypeFieldDescriptionprotected final Set
<AbstractPersistenceManager<PS>.Task> AbstractPersistenceManager.f_setTasks
Set of outstanding tasks.Methods in com.tangosol.persistence with parameters of type AbstractPersistenceManager.TaskModifier 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.Method parameters in com.tangosol.persistence with type arguments of type AbstractPersistenceManager.TaskModifier 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.