Cloudlet.Status¶
-
enum
Status
¶ Status of Cloudlets
Enum Constants¶
FROZEN¶
-
public static final Cloudlet.Status
FROZEN
¶ The Cloudlet is in the waiting queue but it won’t be automatically moved to the execution list (even if there are available PEs) until its status is changed to
QUEUED
. This status is used specifically for Cloudlets created from a trace file, such as aGoogle Cluster trace
, that explicitly defines when tasks must start running.