Package org.jppf.task.storage
Support for tasks to access and share read-only data.
See:
Description
|
Interface Summary |
| DataProvider |
Instances of this class provide a way for tasks to share common data. |
|
Class Summary |
| ClientDataProvider |
This data provider is an extension of MemoryMapDataProvider that enables executing a callback method on the client side. |
| MemoryMapDataProvider |
Implementation of a data provider that handles in-memory data backed by a Map. |
Package org.jppf.task.storage Description
Support for tasks to access and share read-only data.
The data is transported to the nodes along with he tasks, so it is immediately accessible without
need for reading it from or writing it to a specified source.
Copyright © 2005-2010 JPPF Team.