Ignore:
Timestamp:
06/05/14 15:33:51 (11 years ago)
Author:
wojtekp
Message:
 
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  
    4141import simulator.DataCenterWorkloadSimulator; 
    4242 
    43 public class FCFSBF_RandomPlugin extends BaseLocalSchedulingPlugin { 
     43public class FCFSBF_RandomPluginPausing extends BaseLocalSchedulingPlugin { 
    4444 
    4545        public SchedulingPlanInterface<?> schedule(SchedulingEvent event, TaskQueueList queues, JobRegistry jobRegistry, 
  • DCWoRMS/branches/coolemall/src/test/pausing_resuming/resources1.xml

    r1375 r1376  
    1212                        <!-- Definition of scheduling plugin at cluster level --> 
    1313                        <schedulingPlugin> 
    14                                 <name>test.pausing_resuming.FCFSBF_RandomPlugin</name> 
     14                                <name>test.pausing_resuming.FCFSBF_RandomPluginPausing</name> 
    1515                        </schedulingPlugin>      
    1616                        <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> 
Note: See TracChangeset for help on using the changeset viewer.