Changeset 1376 for DCWoRMS/branches/coolemall/src/test/pausing_resuming
- Timestamp:
- 06/05/14 15:33:51 (11 years ago)
- Location:
- DCWoRMS/branches/coolemall/src/test/pausing_resuming
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/pausing_resuming/FCFSBF_RandomPluginPausing.java
r1375 r1376 41 41 import simulator.DataCenterWorkloadSimulator; 42 42 43 public class FCFSBF_RandomPlugin extends BaseLocalSchedulingPlugin {43 public class FCFSBF_RandomPluginPausing extends BaseLocalSchedulingPlugin { 44 44 45 45 public SchedulingPlanInterface<?> schedule(SchedulingEvent event, TaskQueueList queues, JobRegistry jobRegistry, -
DCWoRMS/branches/coolemall/src/test/pausing_resuming/resources1.xml
r1375 r1376 12 12 <!-- Definition of scheduling plugin at cluster level --> 13 13 <schedulingPlugin> 14 <name>test.pausing_resuming.FCFSBF_RandomPlugin </name>14 <name>test.pausing_resuming.FCFSBF_RandomPluginPausing</name> 15 15 </schedulingPlugin> 16 16 <!-- Reference to managed resources - cluster manages resources belonging to the defined data center -->
Note: See TracChangeset
for help on using the changeset viewer.