|
||||||||||
| 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
|
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
|
private StateDependentEventHandler<PhysicalMachine.StateChangeListener,org.apache.commons.lang3.tuple.Pair<PhysicalMachine.State,PhysicalMachine.State>> |
PhysicalMachine.stateListenerManager
|
private StateDependentEventHandler<PhysicalMachine.StateChangeListener,org.apache.commons.lang3.tuple.Pair<PhysicalMachine.State,PhysicalMachine.State>> |
PhysicalMachine.stateListenerManager
|
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 | |
|---|---|
void |
PhysicalMachine.PowerStateDelayer.setNewState(PhysicalMachine.State newState)
|
private void |
PhysicalMachine.setState(PhysicalMachine.State newState)
|
void |
PhysicalMachine.StateChangeListener.stateChanged(PhysicalMachine pm,
PhysicalMachine.State oldState,
PhysicalMachine.State newState)
|
void |
IaaSService.stateChanged(PhysicalMachine pm,
PhysicalMachine.State oldState,
PhysicalMachine.State newState)
|
| Constructors in hu.mta.sztaki.lpds.cloud.simulator.iaas with parameters of type PhysicalMachine.State | |
|---|---|
PhysicalMachine.PowerStateDelayer(double[] tasklist,
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,
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.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 pm,
PhysicalMachine.State oldState,
PhysicalMachine.State newState)
|
void |
MultiPMController.CapacityChangeManager.stateChanged(PhysicalMachine pm,
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 | |||||||||