public class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOUDLET_LENGTH |
static int |
CLOUDLET_PES |
static boolean |
ENABLE_OUTPUT |
static int |
HOST_BW |
static int[] |
HOST_MIPS |
static int[] |
HOST_PES |
static PowerModel[] |
HOST_POWER |
static int[] |
HOST_RAM |
static int |
HOST_STORAGE |
static int |
HOST_TYPES |
static boolean |
OUTPUT_CSV |
static double |
SCHEDULING_INTERVAL |
static double |
SIMULATION_LIMIT |
static int |
VM_BW |
static int[] |
VM_MIPS |
static int[] |
VM_PES |
static int[] |
VM_RAM |
static int |
VM_SIZE |
static int |
VM_TYPES |
| Constructor and Description |
|---|
Constants() |
public static final boolean ENABLE_OUTPUT
public static final boolean OUTPUT_CSV
public static final double SCHEDULING_INTERVAL
public static final double SIMULATION_LIMIT
public static final int CLOUDLET_LENGTH
public static final int CLOUDLET_PES
public static final int VM_TYPES
public static final int[] VM_MIPS
public static final int[] VM_PES
public static final int[] VM_RAM
public static final int VM_BW
public static final int VM_SIZE
public static final int HOST_TYPES
public static final int[] HOST_MIPS
public static final int[] HOST_PES
public static final int[] HOST_RAM
public static final int HOST_BW
public static final int HOST_STORAGE
public static final PowerModel[] HOST_POWER