#include <vector>
#include <deque>
#include <sstream>
#include "Exceptions.h"
#include "TupleQueue.h"
#include <nmstl_util.h>
#include "TupleDescription.h"
#include "Stream.h"
#include "Registry.h"
#include "BoxStatsSample.h"
#include "PtMutex.h"
#include "LockHolder.h"
#include "Scheduler.h"
#include "Params.h"
#include "LockSet.h"
#include "Tuple.h"
#include "CPView.h"
#include "xercesDomFwd.h"
#include <sys/time.h>
#include "QBoxState.h"
Go to the source code of this file.
Classes | |
class | QBox |
A box in the catalog. More... | |
class | QBoxInvocation |
Runtime parameters for a QBox provided by the scheduler. More... | |
Defines | |
#define | AURORA_DECLARE_QBOX(ClassName, BoxName) AURORA_DECLARE_REG_CLASS(QBox, ClassName) |
#define | AURORA_DEFINE_QBOX(ClassName, BoxName) AURORA_DEFINE_REG_CLASS_WITH_KEY(QBox, ClassName, BoxName) |
Typedefs | |
typedef Registry< QBox > | QBoxRegistry |
Variables | |
BOREALIS_NAMESPACE_BEGIN | |
BOREALIS_NAMESPACE_END |
|
|
|
|
|
|
|
|
|
|