Ignore:
Timestamp:
06/18/14 12:22:27 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/scheduling/plugin/estimation/ExecutionTimeEstimationPlugin.java

    r490 r1382  
    2929         * @param allocatedResources resource units allocated for task execution 
    3030         * @param task which will be executed 
    31          * @param remainingLength  
     31         * @param completionPercentage 
    3232         * @return estimated execution time of a task of specified length 
    3333         */ 
     
    3535                                                                        double completionPercentage); 
    3636         
    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); 
    3846} 
Note: See TracChangeset for help on using the changeset viewer.