![]() |
Fledge
An open source edge computing platform for industrial users
|
This is the complete list of members for StorageClient, including all inherited members.
| createSchema(const std::string &) | StorageClient | |
| deleteHttpClient() | StorageClient | |
| deleteTable(const std::string &schema, const std::string &tableName, const Query &query) | StorageClient | |
| deleteTable(const std::string &tableName, const Query &query) | StorageClient | |
| insertTable(const std::string &schema, const std::string &tableName, const InsertValues &values) (defined in StorageClient) | StorageClient | |
| insertTable(const std::string &schema, const std::string &tableName, const std::vector< InsertValues > &values) (defined in StorageClient) | StorageClient | |
| insertTable(const std::string &tableName, const std::vector< InsertValues > &values) (defined in StorageClient) | StorageClient | |
| insertTable(const std::string &tableName, const InsertValues &values) (defined in StorageClient) | StorageClient | |
| queryTable(const std::string &schema, const std::string &tablename, const Query &query) | StorageClient | |
| queryTable(const std::string &tablename, const Query &query) | StorageClient | |
| queryTableToReadings(const std::string &tableName, const Query &query) | StorageClient | |
| readingAppend(Reading &reading) | StorageClient | |
| readingAppend(const std::vector< Reading * > &readings) | StorageClient | |
| readingFetch(const unsigned long readingId, const unsigned long count) | StorageClient | |
| readingPurgeByAge(unsigned long age, unsigned long sent, bool purgeUnsent) | StorageClient | |
| readingPurgeByAsset(const std::string &asset) | StorageClient | |
| readingPurgeBySize(unsigned long size, unsigned long sent, bool purgeUnsent) | StorageClient | |
| readingQuery(const Query &query) | StorageClient | |
| readingQueryToReadings(const Query &query) | StorageClient | |
| registerAssetNotification(const std::string &assetName, const std::string &callbackUrl) | StorageClient | |
| registerManagement(ManagementClient *mgmnt) (defined in StorageClient) | StorageClient | inline |
| registerTableNotification(const std::string &tableName, const std::string &key, std::vector< std::string > keyValues, const std::string &operation, const std::string &callbackUrl) | StorageClient | |
| StorageClient(HttpClient *client) | StorageClient | |
| StorageClient(const std::string &hostname, const unsigned short port) (defined in StorageClient) | StorageClient | |
| unregisterAssetNotification(const std::string &assetName, const std::string &callbackUrl) | StorageClient | |
| unregisterTableNotification(const std::string &tableName, const std::string &key, std::vector< std::string > keyValues, const std::string &operation, const std::string &callbackUrl) | StorageClient | |
| updateTable(const std::string &schema, const std::string &tableName, const InsertValues &values, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &schema, const std::string &tableName, const JSONProperties &json, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &schema, const std::string &tableName, const InsertValues &values, const JSONProperties &json, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &schema, const std::string &tableName, const ExpressionValues &values, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &schema, const std::string &tableName, std::vector< std::pair< ExpressionValues *, Where * >> &updates, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &schema, const std::string &tableName, const InsertValues &values, const ExpressionValues &expressoins, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &tableName, const InsertValues &values, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &tableName, const JSONProperties &json, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &tableName, const InsertValues &values, const JSONProperties &json, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &tableName, const ExpressionValues &values, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &tableName, std::vector< std::pair< ExpressionValues *, Where * >> &updates, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &tableName, const InsertValues &values, const ExpressionValues &expressions, const Where &where, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &schema, const std::string &tableName, std::vector< std::pair< InsertValue *, Where * > > &updates, const UpdateModifier *modifier) (defined in StorageClient) | StorageClient | |
| updateTable(const std::string &tableName, std::vector< std::pair< InsertValue *, Where * > > &updates, const UpdateModifier *modifier=NULL) (defined in StorageClient) | StorageClient | |
| ~StorageClient() | StorageClient |