public class NetworkConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
Agg_LEVEL |
static double |
AggSwitchPort |
static long |
BandWidthAggRoot |
static long |
BandWidthEdgeAgg |
static long |
BandWidthEdgeHost |
static boolean |
BASE |
static int |
COMMUNICATION_LENGTH |
static int |
currentAppId |
static int |
currentCloudletId |
static int |
EDGE_LEVEL |
static double |
EdgeSwitchPort |
static int |
EXECUTION |
static int |
FILE_SIZE |
static int |
FINISH |
static int |
HOST_PEs |
static int |
iteration |
static boolean |
logflag |
static int |
maxhostVM |
static double |
maxMemperVM |
static int |
nexttime |
static int |
OUTPUT_SIZE |
static int |
PES_NUMBER |
static int |
ROOT_LEVEL |
static double |
RootSwitchPort |
static double |
seed |
static double |
SwitchingDelayAgg |
static double |
SwitchingDelayEdge |
static double |
SwitchingDelayRoot |
static int |
totaldatatransfer |
static int |
WAIT_RECV |
static int |
WAIT_SEND |
| Constructor and Description |
|---|
NetworkConstants() |
public static int maxhostVM
public static int HOST_PEs
public static double maxMemperVM
public static int currentCloudletId
public static int currentAppId
public static final int EXECUTION
public static final int WAIT_SEND
public static final int WAIT_RECV
public static final int FINISH
public static final int ROOT_LEVEL
public static final int Agg_LEVEL
public static final int EDGE_LEVEL
public static final int PES_NUMBER
public static final int FILE_SIZE
public static final int OUTPUT_SIZE
public static final int COMMUNICATION_LENGTH
public static boolean BASE
public static long BandWidthEdgeAgg
public static long BandWidthEdgeHost
public static long BandWidthAggRoot
public static double SwitchingDelayRoot
public static double SwitchingDelayAgg
public static double SwitchingDelayEdge
public static double EdgeSwitchPort
public static double AggSwitchPort
public static double RootSwitchPort
public static double seed
public static boolean logflag
public static int iteration
public static int nexttime
public static int totaldatatransfer