Revision 1415,
436 bytes
checked in by wojtekp, 11 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package schedframe.resources.computing.profiles.load.plugin; |
---|
2 | |
---|
3 | import schedframe.Plugin; |
---|
4 | import schedframe.resources.computing.profiles.energy.ResourceEvent; |
---|
5 | import schedframe.resources.devices.PhysicalResource; |
---|
6 | import schedframe.scheduling.manager.tasks.JobRegistry; |
---|
7 | |
---|
8 | public 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.