Index
A B C D E F G I L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- calculateSPR(int, int) - Method in class DataCenter
-
Calculate the shortest path route from the source (PM) to destination PM.
- capacity - Variable in class DataCenter
- communicationFre - Variable in class DataCenter
- comparePAMandPAL() - Static method in class RunApp
- costBetweenMbsOrderPolicy() - Method in class DataCenter
-
Calculate the length travel from first middle box to last middle box in ordered policy in data center
- costBetweenMbsOrderPolicy() - Method in class PAM
-
Calculate length from first middle box to last middle box in ordered policy without the communication frequencies
- costInOrdered() - Method in class PAL
-
Implement Ordered PAL Algorithm 1 in paper.
- costPLAN() - Method in class PAM
-
Calculate the cost in PLAN algorithm of unordered PAL (without migration) travel all the Virtual machines pair for each virtual machine pair, find the ingress and egress middle box calculate the length from VM to ingress, and VMP to egress calculate the total communication from VM to ingress, ingress to all middle box, and VMP to egress
- costUnorderPAM() - Method in class PAM
-
Calculate the cost for unordered in PAM algorithm
All Classes All Packages