Workspace 6.21.5
|
Namespaces | |
namespace | Config |
namespace | Settings |
Classes | |
class | DistributedPlugin |
A plugin for all things distributed. More... | |
class | DistributedPluginDesigner |
WorkspacePlugin singleton class for this module. More... | |
class | GetBsonItem |
Extracts an item in a BSON object. More... | |
class | GridfsRead |
Read GridFs document from a MongoDB database. More... | |
class | GridfsWrite |
Write GridFs document to a MongoDB database. More... | |
class | MongoDbAggregate |
Aggregate documents in a MongoDB database. More... | |
class | MongoDbClient |
class | MongoDbClientScheduler |
class | MongoDbInsert |
Insert document into a MongoDB database. More... | |
class | MongoDbInsertMany |
Insert multiple documents into a MongoDB database. More... | |
class | MongoDBLogSink |
class | MongoDbRead |
Read from a MongoDB database. More... | |
class | MongoDbRemoteScheduler |
class | MongoDbRemoteSchedulerConfigurationWidget |
A widget for configuring a tcp based scheduler. More... | |
class | MongoDbRemove |
Insert document into a MongoDB database. More... | |
class | MongoDbScheduler |
class | MongoDbSchedulerConfigurationWidget |
A widget for configuring a tcp based scheduler. More... | |
class | MongoDbSchedulerProvider |
class | MongoDbSchedulerSettings |
Generate a MongoDB scheduler settings for ScheduleWorkflow operation. More... | |
class | MongoDbUpdate |
Update documents in a MongoDB database. More... | |
class | MongoDbUpdateMany |
Multiple updates of documents in a MongoDB database. More... | |
class | RequestProcessor |
class | RetryRule |
class | RetryRules |
class | RetryRulesWidget |
Provides a view of client-side settings relating to remote execution. More... | |
class | SqlClientScheduler |
class | TemporaryErrors |
class | ZeroMQReplyLoop |
A type of loop operation responds to requests sent on a ZeroMQ socket. More... | |
class | ZeroMQSubscribeLoop |
A type of loop operation subscribes to messages published on a ZeroMQ socket. More... | |
class | ZmqPing |
ZMQ Ping for testing a ReplyLoop workflow. More... | |
class | ZmqPublish |
ZMQ Publisher for a Publish/Subscribe workflow. More... | |
class | ZmqReplyLoop |
An operation that allows the user to create a loop body to reply to a ZMQ request. More... | |
class | ZmqRequest |
ZMQ Request for a Request/Response workflow. More... | |
class | ZmqSubscribe |
Put a one-line description of your operation here. More... | |
Functions | |
static const Application::LogManager::MessageCategory | LOG_MONGODBSCHEDULER ("MongoDBScheduler", false, "MongoDBScheduler: ") |
Variables | |
static const QString | SYSTEM_SCOPE = "System Default" |
static const QString | USER_MESSAGE_NO_CREDENTIALS_DIALOG = "There is no credentials dialog provided by the currently selected authentication provider" |
static const QString | USER_MESSAGE_RULE_NOT_WRITEABLE = "You do not have sufficient permissions to perform this operation" |
static const QString | USER_MESSAGE_SERVER_NOT_WRITEABLE = "You do not have sufficient permissions to perform this operation on the selected server" |
static const QString | USER_SCOPE = "User Defined" |
const QString | ZEROMQ_PING_REPLY = "response" |
const QString | ZEROMQ_PING_REQUEST = "ping" |
const QString | ZEROMQ_PROFILING_REPLY = "elapsed" |
const QString | ZEROMQ_PROFILING_REQUEST = "profiling" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
const QString ZEROMQ_PING_REPLY = "response" |
const QString ZEROMQ_PING_REQUEST = "ping" |
const QString ZEROMQ_PROFILING_REPLY = "elapsed" |
const QString ZEROMQ_PROFILING_REQUEST = "profiling" |