Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
hype::core::Scheduler::ProcessingDevices Class Reference

#include <scheduler.hpp>

Collaboration diagram for hype::core::Scheduler::ProcessingDevices:

List of all members.

Public Types

typedef std::map
< ProcessingDeviceID,
queryprocessing::VirtualProcessingDevicePtr
Devices

Public Member Functions

 ProcessingDevices ()
queryprocessing::VirtualProcessingDevicePtr getProcessingDevice (ProcessingDeviceID)
bool addDevice (const DeviceSpecification &)
bool exists (const DeviceSpecification &) const throw ()
const DevicesgetDevices () const throw ()
bool addSchedulingDecision (const SchedulingDecision &)
bool removeSchedulingDecision (const SchedulingDecision &)
void print () const throw ()

Private Attributes

Devices virt_comp_devs_

Detailed Description

Definition at line 159 of file scheduler.hpp.


Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 277 of file scheduler.cpp.

References hype::core::DeviceSpecification::getProcessingDeviceID().

Referenced by hype::core::Scheduler::addAlgorithm().

Here is the call graph for this function:

Here is the caller graph for this function:

bool hype::core::Scheduler::ProcessingDevices::exists ( const DeviceSpecification dev_spec) const throw ()

Definition at line 287 of file scheduler.cpp.

Referenced by hype::core::Scheduler::addAlgorithm().

Here is the caller graph for this function:

Definition at line 303 of file scheduler.cpp.

Referenced by hype::core::WaitingTimeAwareResponseTime::getOptimalAlgorithm_internal().

Here is the caller graph for this function:

Definition at line 348 of file scheduler.cpp.

Referenced by hype::core::WaitingTimeAwareResponseTime::getOptimalAlgorithm_internal().

Here is the caller graph for this function:


Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines