Ignore:
Timestamp:
06/26/14 14:24:08 (11 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/src/test/CloudAppTest
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/CloudAppTest/CB1_FCFS_Consolidation_NodePowMan_SP.java

    r1335 r1399  
    1414import schedframe.resources.computing.Node; 
    1515import schedframe.resources.computing.Processor; 
    16 import schedframe.resources.computing.profiles.energy.airthroughput.UserAirThroughputStateName; 
     16import schedframe.resources.computing.profiles.energy.airthroughput.CustomAirflowStateName; 
    1717import schedframe.resources.computing.profiles.energy.power.StandardPowerStateName; 
    1818import schedframe.resources.devices.Device; 
     
    2727import schedframe.scheduling.plan.SchedulingPlanInterface; 
    2828import schedframe.scheduling.plan.impl.SchedulingPlan; 
    29 import schedframe.scheduling.plugin.grid.ModuleList; 
     29import schedframe.scheduling.plugin.ModuleList; 
    3030import schedframe.scheduling.queue.TaskQueue; 
    3131import schedframe.scheduling.queue.TaskQueueList; 
     
    221221                                        for(Device device: node.getParent().getResourceCharacteristic().getDevices()){ 
    222222                                                if(device.getFullName().equals(Node_Fan_Mapping.getNode_fan().get(node.getFullName()))){ 
    223                                                         device.getAirThroughputInterface().setAirThroughputState(new UserAirThroughputStateName("2")); 
     223                                                        device.getAirflowInterface().setAirflowState(new CustomAirflowStateName("2")); 
    224224                                                        break; 
    225225                                                } 
     
    252252                                for(Device device: node.getParent().getResourceCharacteristic().getDevices()){ 
    253253                                        if(device.getFullName().equals(Node_Fan_Mapping.getNode_fan().get(node.getFullName()))){ 
    254                                                 device.getAirThroughputInterface().setAirThroughputState(new UserAirThroughputStateName("1")); 
     254                                                device.getAirflowInterface().setAirflowState(new CustomAirflowStateName("1")); 
    255255                                                break; 
    256256                                        } 
  • DCWoRMS/branches/coolemall/src/test/CloudAppTest/CB1_FCFS_Consolidation_SP.java

    r1335 r1399  
    2323import schedframe.scheduling.plan.SchedulingPlanInterface; 
    2424import schedframe.scheduling.plan.impl.SchedulingPlan; 
    25 import schedframe.scheduling.plugin.grid.ModuleList; 
     25import schedframe.scheduling.plugin.ModuleList; 
    2626import schedframe.scheduling.queue.TaskQueue; 
    2727import schedframe.scheduling.queue.TaskQueueList; 
  • DCWoRMS/branches/coolemall/src/test/CloudAppTest/CB1_FCFS_Random_SP.java

    r1335 r1399  
    2121import schedframe.scheduling.plan.SchedulingPlanInterface; 
    2222import schedframe.scheduling.plan.impl.SchedulingPlan; 
    23 import schedframe.scheduling.plugin.grid.ModuleList; 
     23import schedframe.scheduling.plugin.ModuleList; 
    2424import schedframe.scheduling.queue.TaskQueue; 
    2525import schedframe.scheduling.queue.TaskQueueList; 
  • DCWoRMS/branches/coolemall/src/test/CloudAppTest/CB1_FCFS_Random_SP_3TierApp.java

    r1335 r1399  
    2222import schedframe.scheduling.plan.SchedulingPlanInterface; 
    2323import schedframe.scheduling.plan.impl.SchedulingPlan; 
    24 import schedframe.scheduling.plugin.grid.ModuleList; 
     24import schedframe.scheduling.plugin.ModuleList; 
    2525import schedframe.scheduling.queue.TaskQueue; 
    2626import schedframe.scheduling.queue.TaskQueueList; 
Note: See TracChangeset for help on using the changeset viewer.