hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
Classes | |
class | PocoJSONBuilder |
class | PocoJSONExtractor |
class | PocoJSONReducingInputMessageConvertor |
class | PocoJSONReducingOutputMessageConvertor |
Variables | |
const std::string | PROCESSING_TYPE_NAME = "type" |
const std::string | BODY_NAME = "data" |
const std::string | TTL_NAME = "ttl" |
const std::string | PROCESSING_ERROR_CODE_NAME = "error_code" |
const std::string | PROCESSING_ERROR_MSG_NAME = "error_message" |
const std::string | PROCESSING_ELAPSED_TIME_NAME = "time" |
const std::string HCE::reduce_convertors::BODY_NAME = "data" |
Definition at line 25 of file ReducingConvertorConsts.hpp.
const std::string HCE::reduce_convertors::PROCESSING_ELAPSED_TIME_NAME = "time" |
Definition at line 29 of file ReducingConvertorConsts.hpp.
const std::string HCE::reduce_convertors::PROCESSING_ERROR_CODE_NAME = "error_code" |
Definition at line 27 of file ReducingConvertorConsts.hpp.
const std::string HCE::reduce_convertors::PROCESSING_ERROR_MSG_NAME = "error_message" |
Definition at line 28 of file ReducingConvertorConsts.hpp.
const std::string HCE::reduce_convertors::PROCESSING_TYPE_NAME = "type" |
Definition at line 24 of file ReducingConvertorConsts.hpp.
const std::string HCE::reduce_convertors::TTL_NAME = "ttl" |
Definition at line 26 of file ReducingConvertorConsts.hpp.