Package | Description |
---|---|
com.tangosol.persistence |
Contains classes and helpers for implementing various types of persistence.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractPersistenceManager.AbstractPersistentStore.BatchTask
Runnable implementation that is used to perform and commit a
sequence of mutating persistent store operations asynchronously.
|
protected class |
AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask
A Task implementation that deletes an extent from the associated
store.
|
protected class |
AbstractPersistenceManager.AbstractPersistentStore.OpenTask
An OpenTask opens the store (parent of this inner class) with the
provided store and notifies the Collector when complete.
|
Modifier and Type | Field and Description |
---|---|
protected Set<AbstractPersistenceManager.Task> |
AbstractPersistenceManager.f_setTasks
Set of outstanding tasks.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPersistenceManager.executeTask(AbstractPersistenceManager.Task task)
Execute the specified task with the calling thread.
|
protected void |
AbstractPersistenceManager.executeTaskExclusive(AbstractPersistenceManager.Task task)
Execute the specified task with the calling thread.
|
protected void |
AbstractPersistenceManager.submitTask(AbstractPersistenceManager.Task task)
Submit the given task for execution by the daemon pool.
|