Package appl.parallel.data

Contains data related parallelization classes.

See:
          Description

Interface Summary
DataLoadHandler Instances of this interface are both DataLoader and DataUnloader.
PartitionDataHandler Responsible for loading and unloading data partitions
 

Class Summary
AbstractDataHandler This class is used as a base class for loaders.
PartitionHandlerFactory Reads out of XuluConfig which PartitionDataHandler needs to be used for data loading/unloading and constructs an instance of this class.
WritableGridArrayPartition A WritableGridArrayPartition extends the WritableGridArray so that it can be used in parallel computation.
WritableGridArrayPartition.Double For Double data types
WritableGridArrayPartition.Float For Float data types
WritableGridArrayPartition.Integer For Integer data types
XuluClientLoader Loads partitioned data from a ClientDataServer.
 

Package appl.parallel.data Description

Contains data related parallelization classes.