|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhysicalMachine.State | |
---|---|
hu.mta.sztaki.lpds.cloud.simulator.iaas | |
hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling | |
hu.mta.sztaki.lpds.cloud.simulator.util |
Uses of PhysicalMachine.State in hu.mta.sztaki.lpds.cloud.simulator.iaas |
---|
Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas declared as PhysicalMachine.State | |
---|---|
private PhysicalMachine.State |
PhysicalMachine.currentState
|
(package private) PhysicalMachine.State |
PhysicalMachine.PowerStateDelayer.newState
|
Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas with type parameters of type PhysicalMachine.State | |
---|---|
private EnumMap<PhysicalMachine.State,PowerState> |
PhysicalMachine.hostPowerBehavior
|
private EnumMap<PhysicalMachine.State,PowerState> |
PhysicalMachine.networkPowerBehavior
|
static EnumSet<PhysicalMachine.State> |
PhysicalMachine.StatesOfHighEnergyConsumption
|
private EnumMap<PhysicalMachine.State,PowerState> |
PhysicalMachine.storagePowerBehavior
|
static EnumSet<PhysicalMachine.State> |
PhysicalMachine.ToOfforOff
|
static EnumSet<PhysicalMachine.State> |
PhysicalMachine.ToOnorRunning
|
Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas that return PhysicalMachine.State | |
---|---|
PhysicalMachine.State |
PhysicalMachine.getState()
|
static PhysicalMachine.State |
PhysicalMachine.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PhysicalMachine.State[] |
PhysicalMachine.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas with parameters of type PhysicalMachine.State | |
---|---|
private void |
PhysicalMachine.setState(PhysicalMachine.State newState)
|
void |
PhysicalMachine.StateChangeListener.stateChanged(PhysicalMachine.State oldState,
PhysicalMachine.State newState)
|
void |
IaaSService.MachineListener.stateChanged(PhysicalMachine.State oldState,
PhysicalMachine.State newState)
|
Constructors in hu.mta.sztaki.lpds.cloud.simulator.iaas with parameters of type PhysicalMachine.State | |
---|---|
PhysicalMachine.PowerStateDelayer(int delay,
PhysicalMachine.State newPowerState)
|
Constructor parameters in hu.mta.sztaki.lpds.cloud.simulator.iaas with type arguments of type PhysicalMachine.State | |
---|---|
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.State in hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling |
---|
Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling with parameters of type PhysicalMachine.State | |
---|---|
void |
SchedulingDependentMachines.CapacityChangeManager.stateChanged(PhysicalMachine.State oldState,
PhysicalMachine.State newState)
|
Uses of PhysicalMachine.State 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.State | |
---|---|
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 |