hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ReducingConvertorConsts.hpp
Go to the documentation of this file.
1 
15 #ifndef REDUCINGCONVERTORCONSTS_HPP_
16 #define REDUCINGCONVERTORCONSTS_HPP_
17 #include <string>
18 
19 namespace HCE
20 {
21 namespace reduce_convertors
22 {
23 
24 const std::string PROCESSING_TYPE_NAME = "type";
25 const std::string BODY_NAME = "data";
26 const std::string TTL_NAME = "ttl";
27 const std::string PROCESSING_ERROR_CODE_NAME = "error_code";
28 const std::string PROCESSING_ERROR_MSG_NAME = "error_message";
29 const std::string PROCESSING_ELAPSED_TIME_NAME = "time";
30 
31 }
32 }
33 
34 #endif