4 |
import java.io.File; |
import java.io.File; |
5 |
import java.rmi.RemoteException; |
import java.rmi.RemoteException; |
6 |
|
|
|
import appl.data.LoadingException; |
|
7 |
import appl.parallel.client.ClientDataServer; |
import appl.parallel.client.ClientDataServer; |
8 |
import appl.parallel.data.AbstractDataHandler; |
import appl.parallel.data.AbstractDataHandler; |
9 |
import appl.parallel.data.PartitionDataHandler; |
import appl.parallel.data.PartitionDataHandler; |
10 |
import appl.parallel.spmd.split.DataPartition; |
import appl.parallel.spmd.split.DataPartition; |
11 |
|
import de.appl.data.LoadingException; |
12 |
|
|
13 |
/** |
/** |
14 |
* This is a loader for use with shared file systems like ocfs2 or gfs. It only |
* This is a loader for use with shared file systems like ocfs2 or gfs. It only |