public class TraceImpl
extends java.lang.Object
Constructor and Description |
---|
TraceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
static TraceImpl |
getInstance() |
void |
hostStateDeclare(java.lang.String state)
Declare a user state that will be associated to hosts.
|
static void |
hostStateDeclareValue(java.lang.String state,
java.lang.String value,
java.lang.String color)
Declare a new value for a user state associated to hosts.
|
protected double |
now() |
void |
simulationDeclare(java.lang.String algorithm,
int serverCount,
int serviceNodeCount,
int vmCount,
java.lang.String algorithmDetails)
Declare information about the simulation.
|
protected double now()
public static TraceImpl getInstance()
public void flush()
public void simulationDeclare(java.lang.String algorithm, int serverCount, int serviceNodeCount, int vmCount, java.lang.String algorithmDetails)
public void hostStateDeclare(java.lang.String state)
public static void hostStateDeclareValue(java.lang.String state, java.lang.String value, java.lang.String color)
state
- value
- color
-