|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
Namespaces | |
| namespace | additions |
| namespace | core |
Classes | |
| class | NotFoundByKeyException |
| class | WrongJSONStructureException |
| class | ConsoleSupportNotifier |
| class | ReduceAdditionsStorage |
| class | ReduceAdditionsStorageIf |
| class | ReducerFunctionalObject |
| class | ReducerFunctionalObjectSphinx |
| class | ReducingExceptionsTranslator |
| class | ReducingExceptionsTranslatorIf |
| class | ReducingHandler |
| class | ReducingHandlerBuilder |
| class | ReducingOutputMessageBuilder |
| class | ReducingOutputMessageBuilderIf |
| class | ReducingPartsCountersStorage |
| class | ReducingPartsCountersStorageIf |
| class | ReducingTaskTTLManager |
| class | SupportNotifierIf |
| class | TaskReducersManagerFactory |
| class | TaskReducersManagerFactoryIf |
Variables | |
| const int | OK = 0 |
| const int | WRONG_JSON_STRUCT_ERROR = 1 |
| const int | NOT_FOUND_ITEM_ID_ERROR = 2 |
| const std::string | WRONG_JSON_STRUCT_DESCR = "err string" |
| const std::string | NOT_FOUND_ITEM_ID_DESCR = "err string2" |
| const int | INTERNAL_ERROR = 3 |
| const int | ONE_THOUSAND_MICROSECONDS = 1000 |
| const unsigned int | USE_TASK_TTL_VALUE = 0 |
| const int HCE::reduce::INTERNAL_ERROR = 3 |
Definition at line 24 of file ReducingExceptionsTranslatorIf.hpp.
| const std::string HCE::reduce::NOT_FOUND_ITEM_ID_DESCR = "err string2" |
Definition at line 28 of file ReducerFunctionalObject.hpp.
| const int HCE::reduce::NOT_FOUND_ITEM_ID_ERROR = 2 |
Definition at line 26 of file ReducerFunctionalObject.hpp.
| const int HCE::reduce::OK = 0 |
Definition at line 24 of file ReducerFunctionalObject.hpp.
| const int HCE::reduce::ONE_THOUSAND_MICROSECONDS = 1000 |
Definition at line 27 of file ReducingTaskTTLManager.hpp.
| const unsigned int HCE::reduce::USE_TASK_TTL_VALUE = 0 |
Definition at line 28 of file ReducingTaskTTLManager.hpp.
| const std::string HCE::reduce::WRONG_JSON_STRUCT_DESCR = "err string" |
Definition at line 27 of file ReducerFunctionalObject.hpp.
| const int HCE::reduce::WRONG_JSON_STRUCT_ERROR = 1 |
Definition at line 25 of file ReducerFunctionalObject.hpp.