source: DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/load/plugin/LoadEstimationPlugin.java @ 1415

Revision 1415, 436 bytes checked in by wojtekp, 11 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.resources.computing.profiles.load.plugin;
2
3import schedframe.Plugin;
4import schedframe.resources.computing.profiles.energy.ResourceEvent;
5import schedframe.resources.devices.PhysicalResource;
6import schedframe.scheduling.manager.tasks.JobRegistry;
7
8public interface LoadEstimationPlugin extends Plugin {
9       
10        public double estimateUtlization(ResourceEvent event, JobRegistry jobRegistry, PhysicalResource resource);
11
12
13}
Note: See TracBrowser for help on using the repository browser.