Changeset 1415 for DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/load/plugin
- Timestamp:
- 07/15/14 16:26:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/load/plugin/LoadEstimationPlugin.java
r1285 r1415 2 2 3 3 import schedframe.Plugin; 4 import schedframe.resources.computing.profiles.energy. EnergyEvent;4 import schedframe.resources.computing.profiles.energy.ResourceEvent; 5 5 import schedframe.resources.devices.PhysicalResource; 6 6 import schedframe.scheduling.manager.tasks.JobRegistry; … … 8 8 public interface LoadEstimationPlugin extends Plugin { 9 9 10 public double estimateUtlization( EnergyEvent event, JobRegistry jobRegistry, PhysicalResource resource);10 public double estimateUtlization(ResourceEvent event, JobRegistry jobRegistry, PhysicalResource resource); 11 11 12 12
Note: See TracChangeset
for help on using the changeset viewer.