Uses of Class
hu.mta.sztaki.lpds.cloud.simulator.energy.EnergyMeter

Packages that use EnergyMeter
hu.mta.sztaki.lpds.cloud.simulator.energy   
hu.mta.sztaki.lpds.cloud.simulator.energy.specialized   
 

Uses of EnergyMeter in hu.mta.sztaki.lpds.cloud.simulator.energy
 

Subclasses of EnergyMeter in hu.mta.sztaki.lpds.cloud.simulator.energy
 class AggregatedEnergyMeter
          Allows a group of energy meters to be operated simultaneously.
 class DirectEnergyMeter
          Direct energy meters can monitor a single resource spreader and can convert their processed consumption values to a continuously updated energy figure.
 

Fields in hu.mta.sztaki.lpds.cloud.simulator.energy with type parameters of type EnergyMeter
 List<EnergyMeter> AggregatedEnergyMeter.supervised
          The list of meters that supposed to be used together.
 

Constructor parameters in hu.mta.sztaki.lpds.cloud.simulator.energy with type arguments of type EnergyMeter
AggregatedEnergyMeter(List<EnergyMeter> toAggregate)
          Constructs an aggregated meter with a list of energy meters to operate on top.
 

Uses of EnergyMeter in hu.mta.sztaki.lpds.cloud.simulator.energy.specialized
 

Subclasses of EnergyMeter in hu.mta.sztaki.lpds.cloud.simulator.energy.specialized
 class IaaSEnergyMeter
          Allows a complete IaaS system to be monitored energywise with single energy metering operations.
 class PhysicalMachineEnergyMeter
          Allows to energy meter all resource spreaders (e.g.
 class SimpleVMEnergyMeter
          Derives VM consumption from its hosting PM.
 

Methods in hu.mta.sztaki.lpds.cloud.simulator.energy.specialized that return types with arguments of type EnergyMeter
private static List<EnergyMeter> IaaSEnergyMeter.subMeterCreator(List<PhysicalMachine> machines)
          This function creates a list of PhysicalMachineMeters from a list of physical machines.
 



Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.