- Timestamp:
- 06/26/14 14:24:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/powerCapping/CB2_FCFS_Random_SP.java
r1323 r1399 17 17 import schedframe.resources.computing.Rack; 18 18 import schedframe.resources.computing.coolemall.ComputeBox1; 19 import schedframe.resources.computing.profiles.energy.airthroughput. UserAirThroughputStateName;19 import schedframe.resources.computing.profiles.energy.airthroughput.CustomAirflowStateName; 20 20 import schedframe.resources.computing.profiles.energy.power.PState; 21 21 import schedframe.resources.devices.Device; … … 31 31 import schedframe.scheduling.plan.SchedulingPlanInterface; 32 32 import schedframe.scheduling.plan.impl.SchedulingPlan; 33 import schedframe.scheduling.plugin. grid.ModuleList;33 import schedframe.scheduling.plugin.ModuleList; 34 34 import schedframe.scheduling.queue.TaskQueue; 35 35 import schedframe.scheduling.queue.TaskQueueList; … … 134 134 135 135 if(fan.getChilledResources().contains(n.getFullName())){ 136 fan.getAir ThroughputInterface().setAirThroughputState(new UserAirThroughputStateName("2"));136 fan.getAirflowInterface().setAirflowState(new CustomAirflowStateName("2")); 137 137 } 138 138 } … … 258 258 259 259 if(fan.getChilledResources().contains(n.getFullName())){ 260 fan.getAir ThroughputInterface().setAirThroughputState(new UserAirThroughputStateName("2"));260 fan.getAirflowInterface().setAirflowState(new CustomAirflowStateName("2")); 261 261 } 262 262 } … … 351 351 352 352 if(fan.getChilledResources().contains(n.getFullName())){ 353 fan.getAir ThroughputInterface().setAirThroughputState(new UserAirThroughputStateName("2"));353 fan.getAirflowInterface().setAirflowState(new CustomAirflowStateName("2")); 354 354 } 355 355 }
Note: See TracChangeset
for help on using the changeset viewer.