hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
batchsend.H
Go to the documentation of this file.
1 /*
2  * batchsend : write structured data to a remote process in (compressed) batches
3  */
4 
5 #ifndef HOG_BATCHSEND_H_INCLUDED
6 #define HOG_BATCHSEND_H_INCLUDED
7 
8 #include <string>
9 #include <hobbes/storage.H>
10 
11 namespace hog {
12 void pushLocalData(const hobbes::storage::QueueConnection&, const std::string& groupName, const std::string& dir, size_t clevel, size_t batchsendsize, long batchsendtimeInMicros, const std::string& sendto);
13 }
14 
15 #endif
16 
Definition: batchrecv.C:20
Definition: storage.H:511
void pushLocalData(const storage::QueueConnection &qc, const std::string &groupName, const std::string &dir, size_t clevel, size_t batchsendsize, long batchsendtime, const std::string &sendto)
Definition: batchsend.C:249