| Package | Description |
|---|---|
| org.jppf.client | |
| org.jppf.client.concurrent |
Classes supporting submission of tasks via distributed executor services
as specified in
java.util.concurrent. |
| org.jppf.client.persistence |
Support for job persistence on the client side.
|
| Modifier and Type | Method and Description |
|---|---|
<T> JobPersistence<T> |
JPPFJob.getPersistenceManager()
Get the persistence manager that enables saving and restoring the state of this job.
|
| Modifier and Type | Method and Description |
|---|---|
<T> JPPFJob |
JPPFJob.setPersistenceManager(JobPersistence<T> persistenceManager)
Set the persistence manager that enables saving and restoring the state of this job.
|
| Modifier and Type | Method and Description |
|---|---|
<T> JobPersistence<T> |
JobConfiguration.getPersistenceManager()
Get the persistence manager that enables saving and restoring the state of this job.
|
| Modifier and Type | Method and Description |
|---|---|
<T> JobConfiguration |
JobConfiguration.setPersistenceManager(JobPersistence<T> persistenceManager)
Set the persistence manager that enables saving and restoring the state of this job.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFilePersistenceManager
This implementation of
JobPersistence stores jobs on the file system using
Java serialization to a file for each job, and uses the jobs uuids as keys to retrieve them. |
Copyright © 2005-2019 JPPF Team.