See: Description
| Interface | Description |
|---|---|
| JobPersistence<K> |
Interface for facilities managing the persistence of jobs and their state.
|
| Class | Description |
|---|---|
| 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. |
| Exception | Description |
|---|---|
| JobPersistenceException |
Exception thrown when an error occurs during a job persistence operation.
|
Found in: jppf-client.jar
Copyright © 2005-2019 JPPF Team.