Uses of Package
org.jppf.task.storage

Packages that use org.jppf.task.storage
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.server.protocol Classes supporting the data transported between components of the communication model. 
org.jppf.task.storage Support for tasks to access and share read-only data. 
 

Classes in org.jppf.task.storage used by org.jppf.client
DataProvider
          Instances of this class provide a way for tasks to share common data.
 

Classes in org.jppf.task.storage used by org.jppf.server.protocol
DataProvider
          Instances of this class provide a way for tasks to share common data.
 

Classes in org.jppf.task.storage used by org.jppf.task.storage
DataProvider
          Instances of this class provide a way for tasks to share common data.
MemoryMapDataProvider
          Implementation of a data provider that handles in-memory data backed by a Map.
 



Copyright © 2005-2010 JPPF Team.