Changeset 748 for DCWoRMS/trunk/src/schedframe/resources/computing
- Timestamp:
- 01/04/13 15:37:31 (12 years ago)
- Location:
- DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput/plugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput/plugin/AirThroughputEstimationPlugin.java
r477 r748 8 8 public interface AirThroughputEstimationPlugin extends Plugin { 9 9 10 public double estimateAirThrough Put(Event event, JobRegistry jobRegistry, ComputingResource resource);10 public double estimateAirThroughput(Event event, JobRegistry jobRegistry, ComputingResource resource); 11 11 } -
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput/plugin/DefaultAirThroughputEstimationPlugin.java
r477 r748 28 28 29 29 @Override 30 public double estimateAirThrough Put(Event event, JobRegistry jobRegistry, ComputingResource resource) {30 public double estimateAirThroughput(Event event, JobRegistry jobRegistry, ComputingResource resource) { 31 31 // TODO Auto-generated method stub 32 32 return 0;
Note: See TracChangeset
for help on using the changeset viewer.