Column-oriented GPU-accelerated Database Management System
CoGaDB
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_

Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation


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