|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhysicalMachine.PowerStateKind | |
---|---|
hu.mta.sztaki.lpds.cloud.simulator.iaas | |
hu.mta.sztaki.lpds.cloud.simulator.util |
Uses of PhysicalMachine.PowerStateKind in hu.mta.sztaki.lpds.cloud.simulator.iaas |
---|
Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas that return PhysicalMachine.PowerStateKind | |
---|---|
static PhysicalMachine.PowerStateKind |
PhysicalMachine.PowerStateKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PhysicalMachine.PowerStateKind[] |
PhysicalMachine.PowerStateKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructor parameters in hu.mta.sztaki.lpds.cloud.simulator.iaas with type arguments of type PhysicalMachine.PowerStateKind | |
---|---|
PhysicalMachine(double cores,
double perCorePocessing,
long memory,
Repository disk,
double[] turnonOperations,
double[] switchoffOperations,
EnumMap<PhysicalMachine.PowerStateKind,EnumMap<PhysicalMachine.State,PowerState>> powerTransitions)
|
|
PhysicalMachine(double cores,
double perCorePocessing,
long memory,
Repository disk,
int onD,
int offD,
EnumMap<PhysicalMachine.PowerStateKind,EnumMap<PhysicalMachine.State,PowerState>> powerTransitions)
Defines a new physical machine, ensures that there are no VMs running so far |
Uses of PhysicalMachine.PowerStateKind in hu.mta.sztaki.lpds.cloud.simulator.util |
---|
Methods in hu.mta.sztaki.lpds.cloud.simulator.util that return types with arguments of type PhysicalMachine.PowerStateKind | |
---|---|
static EnumMap<PhysicalMachine.PowerStateKind,EnumMap<PhysicalMachine.State,PowerState>> |
PowerTransitionGenerator.generateTransitions(double minpower,
double idlepower,
double maxpower,
double diskDivider,
double netDivider)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |