/[xulu]/trunk/src/appl/parallel/server/PartitionDataManager.java
ViewVC logotype

Diff of /trunk/src/appl/parallel/server/PartitionDataManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 113 by alfonx, Wed Feb 10 16:43:46 2010 UTC revision 114 by mojays, Mon Jul 11 11:31:25 2011 UTC
# Line 20  import java.util.concurrent.Future; Line 20  import java.util.concurrent.Future;
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;
# Line 37  import appl.parallel.spmd.split.Partitio Line 36  import appl.parallel.spmd.split.Partitio
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

Legend:
Removed from v.113  
changed lines
  Added in v.114

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26