question on a code line in function protected List<Map<String, Object>> getMigrationMapFromUnderUtilizedHosts(List<PowerHostUtilizationHistory> overUtilizedHosts) in org.cloudbus.cloudsim.power PowerVmAllocationPolicyMigrationAbstract.java #164
Unanswered
arounderor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
protected List<Map<String, Object>> getMigrationMapFromUnderUtilizedHosts(
List overUtilizedHosts) {
List<Map<String, Object>> migrationMap = new LinkedList<Map<String, Object>>();
List switchedOffHosts = getSwitchedOffHosts();
Is the last line of the code snippet above useful? migrationMap is just created as a empty List object.
Beta Was this translation helpful? Give feedback.
All reactions