Changeset 1319 for DCWoRMS/branches
- Timestamp:
- 03/31/14 16:02:23 (11 years ago)
- Location:
- DCWoRMS/branches/coolemall/src/example/localplugin/coolemall/computebox2
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/example/localplugin/coolemall/computebox2/CB2_FCFS_LoadBalancing_SP.java
r1258 r1319 54 54 } 55 55 56 @SuppressWarnings("unchecked")57 56 private String chooseProvider(ClusterResourceManager resourceManager) { 58 57 List<Node> nodes = resourceManager.getNodes(); -
DCWoRMS/branches/coolemall/src/example/localplugin/coolemall/computebox2/CB2_FCFS_Random_SP.java
r1299 r1319 79 79 return plan; 80 80 } 81 @SuppressWarnings("unchecked") 81 82 82 private Map<ResourceUnitName, ResourceUnit> chooseResourcesForExecution( 83 83 ClusterResourceManager resourceManager, TaskInterface<?> task) {
Note: See TracChangeset
for help on using the changeset viewer.