Changeset 1433 for DCWoRMS/branches
- Timestamp:
- 09/15/14 14:04:01 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/load/LoadEstimationPluginFactory.java
r1423 r1433 15 15 16 16 if(resType.getName().equals(StandardResourceType.Processor.getName())) 17 loadEstimationPlugin = new AppBasedProcessorLoadEstimationPlugin();17 loadEstimationPlugin = new ProcessorLoadEstimationPlugin(); 18 18 else 19 19 loadEstimationPlugin = new DefaultLoadEstimationPlugin();
Note: See TracChangeset
for help on using the changeset viewer.