Changeset 1382 for DCWoRMS/branches/coolemall/src/schedframe/scheduling/plugin/estimation/ExecutionTimeEstimationPlugin.java
- Timestamp:
- 06/18/14 12:22:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/scheduling/plugin/estimation/ExecutionTimeEstimationPlugin.java
r490 r1382 29 29 * @param allocatedResources resource units allocated for task execution 30 30 * @param task which will be executed 31 * @param remainingLength31 * @param completionPercentage 32 32 * @return estimated execution time of a task of specified length 33 33 */ … … 35 35 double completionPercentage); 36 36 37 37 38 /** 39 * 40 * @param srcResources resource units to migrate from 41 * @param dstResources resource units to migrate to 42 * @param task which will be executed 43 * @return estimated execution time of a task of specified length 44 */ 45 public double estimateMigrationTime(SchedulingEvent event, ExecTask task, Map<ResourceUnitName, ResourceUnit> srcResources, Map<ResourceUnitName, ResourceUnit> dstResources); 38 46 }
Note: See TracChangeset
for help on using the changeset viewer.