Workspace 6.21.5
|
#include "mongodblogsink.h"
#include <chrono>
#include <QCoreApplication>
#include <QDir>
#include <QHostInfo>
#include <QJsonArray>
#include <QList>
#include <QMutex>
#include <QPointer>
#include <QQueue>
#include <QThread>
#include <QTimer>
#include "Workspace/Application/LanguageUtils/scopeguard.h"
#include "Workspace/Application/distributedlogmanager.h"
#include "Workspace/Application/logmanager.h"
#include "Workspace/Application/settings.h"
#include "Workspace/DataExecution/Logging/distributedlogpackage.h"
#include "Workspace/DataExecution/Logging/textlogpackage.h"
#include "Workspace/DataExecution/Execution/schedulercontroller.h"
#include "Distributed/Schedulers/MongoDB/mongodbclient.h"
#include "Distributed/Schedulers/MongoDB/mongodbschedulerdefs.h"
#include "mongocxx.h"
#include "temporaryerrors.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Distributed |
namespace | CSIRO::Distributed::Config |
Variables | |
const QString | databaseName = "db.name" |
const QString | hostAddress = "db.hostAddress" |
const QString | logCollectionName = "db.logCollection" |
const QString | processCollectionName = "db.processCollection" |