20 |
import org.apache.log4j.LogManager; |
import org.apache.log4j.LogManager; |
21 |
import org.apache.log4j.Logger; |
import org.apache.log4j.Logger; |
22 |
|
|
|
import appl.data.LoadingException; |
|
23 |
import appl.parallel.client.ClientDataServer; |
import appl.parallel.client.ClientDataServer; |
24 |
import appl.parallel.client.DataServer; |
import appl.parallel.client.DataServer; |
25 |
import appl.parallel.data.PartitionDataHandler; |
import appl.parallel.data.PartitionDataHandler; |
26 |
|
import appl.parallel.event.CommEvent.CommType; |
27 |
import appl.parallel.event.CommEventSink; |
import appl.parallel.event.CommEventSink; |
28 |
import appl.parallel.event.TimeEvent; |
import appl.parallel.event.TimeEvent; |
29 |
import appl.parallel.event.TransferEvent; |
import appl.parallel.event.TransferEvent; |
|
import appl.parallel.event.CommEvent.CommType; |
|
30 |
import appl.parallel.services.RemoteEventProxy; |
import appl.parallel.services.RemoteEventProxy; |
31 |
import appl.parallel.spmd.MultiDataInfo; |
import appl.parallel.spmd.MultiDataInfo; |
32 |
import appl.parallel.spmd.MultiDataPartitionObject; |
import appl.parallel.spmd.MultiDataPartitionObject; |
36 |
import appl.parallel.spmd.split.SinglePartitionInfo; |
import appl.parallel.spmd.split.SinglePartitionInfo; |
37 |
import appl.parallel.spmd.split.SplitMap; |
import appl.parallel.spmd.split.SplitMap; |
38 |
import appl.parallel.thread.DataServerThread; |
import appl.parallel.thread.DataServerThread; |
39 |
|
import de.appl.data.LoadingException; |
40 |
|
|
41 |
/** |
/** |
42 |
* Manages the all data for the {@link XuluServer}. This includes retrieval of |
* Manages the all data for the {@link XuluServer}. This includes retrieval of |