hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include "ReducingBaseMessage.hpp"
#include "ReducingInputMessage.hpp"
#include "ReducingOutputMessage.hpp"
#include "Exceptions.hpp"
#include <Poco/SharedPtr.h>
#include <string>
Go to the source code of this file.
Functions | |
bool | isEqualReducingBaseMessage (ReducingBaseMessage &first, ReducingBaseMessage &second) |
bool | isEqualReducingInputMessage (ReducingInputMessage &first, ReducingInputMessage &second) |
bool | isEqualReducingOutputMessage (ReducingOutputMessage &first, ReducingOutputMessage &second) |
SharedPtr< ReducingOutputMessage > | buildEtalonFrom (types::MessageType managerType, int ttl, string &json) |
SharedPtr< ReducingOutputMessage > | buildEtalonFrom (NotFoundByKeyException &e) |
SharedPtr< ReducingInputMessage > | buildReducingInputMessage (types::MessageType managerType, int ttl, string &json) |
SharedPtr<ReducingOutputMessage> buildEtalonFrom | ( | types::MessageType | managerType, |
int | ttl, | ||
string & | json | ||
) |
SharedPtr<ReducingOutputMessage> buildEtalonFrom | ( | NotFoundByKeyException & | e | ) |
SharedPtr<ReducingInputMessage> buildReducingInputMessage | ( | types::MessageType | managerType, |
int | ttl, | ||
string & | json | ||
) |
bool isEqualReducingBaseMessage | ( | ReducingBaseMessage & | first, |
ReducingBaseMessage & | second | ||
) |
Definition at line 13 of file TestUtils.cpp.
bool isEqualReducingInputMessage | ( | ReducingInputMessage & | first, |
ReducingInputMessage & | second | ||
) |
Definition at line 22 of file TestUtils.cpp.
bool isEqualReducingOutputMessage | ( | ReducingOutputMessage & | first, |
ReducingOutputMessage & | second | ||
) |
Definition at line 28 of file TestUtils.cpp.