Skip to content

Commit

Permalink
Cleaning artifacts and changes in example classes names
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo committed May 24, 2016
1 parent 179f941 commit 79fa80f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 130 deletions.
124 changes: 0 additions & 124 deletions .idea/uiDesigner.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @author Sareh Fotuhi Piraghaj
*/
public class containerInitialPlacementTest {
public class ContainerInitialPlacementTest {


/**
Expand All @@ -31,7 +31,7 @@ public static void main(String[] args) throws IOException {
/**
* Getting the path of the planet lab workload that is included in the cloudSim Package
*/
String inputFolder = containerOverbooking.class.getClassLoader().getResource("workload/planetlab").getPath();
String inputFolder = ContainerOverbooking.class.getClassLoader().getResource("workload/planetlab").getPath();
/**
* The output folder for the logs. The log files would be located in this folder.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @author Sareh Fotuhi Piraghaj
*/
public class containerOverbooking {
public class ContainerOverbooking {

/**
* The main method.
Expand All @@ -30,7 +30,7 @@ public static void main(String[] args) throws IOException {
/**
* Getting the path of the planet lab workload that is included in the cloudSim Package
*/
String inputFolder = containerOverbooking.class.getClassLoader().getResource("workload/planetlab").getPath();
String inputFolder = ContainerOverbooking.class.getClassLoader().getResource("workload/planetlab").getPath();
/**
* The output folder for the logs. The log files would be located in this folder.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Sareh Fotuhi Piraghaj
*/
public class containerSelectionTest {
public class ContainerSelectionTest {


/**
Expand All @@ -30,7 +30,7 @@ public static void main(String[] args) throws IOException {
/**
* Getting the path of the planet lab workload that is included in the cloudSim Package
*/
String inputFolder = containerOverbooking.class.getClassLoader().getResource("workload/planetlab").getPath();
String inputFolder = ContainerOverbooking.class.getClassLoader().getResource("workload/planetlab").getPath();
/**
* The output folder for the logs. The log files would be located in this folder.
*/
Expand Down

2 comments on commit 79fa80f

@Mesterrawad2022
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Write an article on setting up two datacenters with one host each and running Cloudlets for two users, you'll need to

@emorys
Copy link

@emorys emorys commented on 79fa80f Dec 31, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.