Uses of Class
hu.mta.sztaki.lpds.cloud.simulator.Timed

Packages that use Timed
hu.mta.sztaki.lpds.cloud.simulator   
hu.mta.sztaki.lpds.cloud.simulator.energy   
hu.mta.sztaki.lpds.cloud.simulator.energy.specialized   
hu.mta.sztaki.lpds.cloud.simulator.iaas.resourcemodel   
 

Uses of Timed in hu.mta.sztaki.lpds.cloud.simulator
 

Subclasses of Timed in hu.mta.sztaki.lpds.cloud.simulator
private static class DeferredEvent.AggregatedEventDispatcher
          handles the event aggregations, actual subscriptions to timed events and dispatches the events if Timed notifies for time instance at which the non-recurring events should be fired Improves the performance of deferred events significantly if multiple events should occur at once
 

Fields in hu.mta.sztaki.lpds.cloud.simulator declared as Timed
private static Timed Timed.underProcessing
          the event that is currently processed by the event loop.
 

Fields in hu.mta.sztaki.lpds.cloud.simulator with type parameters of type Timed
private static PriorityQueue<Timed> Timed.timedlist
          The main container for all recurring events in the system
 

Methods in hu.mta.sztaki.lpds.cloud.simulator with parameters of type Timed
 int Timed.compareTo(Timed o)
          a comparator for timed objects based on next events and back preference (those objects will be specified smaller that have an earlier next event - if nextevents are the same then backpreference decides betwen events)
 

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

Subclasses of Timed 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.
 class EnergyMeter
          Base class for all energy meters.
 class MonitorConsumption
          This class is an initial framework to collect periodical reports on consumptions.
 

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

Subclasses of Timed 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.
 

Uses of Timed in hu.mta.sztaki.lpds.cloud.simulator.iaas.resourcemodel
 

Subclasses of Timed in hu.mta.sztaki.lpds.cloud.simulator.iaas.resourcemodel
static class ResourceSpreader.FreqSyncer
          This class is the core part of the unified resource consumption model of DISSECT-CF.
 



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