![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
Static Public Member Functions | |
static std::unordered_map< std::string, std::string > | unmarshal_the_response (std::istream &stream, logger &lg) |
Unmarshal the response from DescribeInstances and return the discovered node map. More... | |
static void | unmarshal_json_response (std::istream &stream, config::client_aws_config &aws_config, std::unordered_map< std::string, std::string > &attributes) |
Definition at line 40 of file cloud_utility.h.
|
static |
Unmarshal the response from DescribeInstances and return the discovered node map.
The map contains mappings from private to public IP. If there is an exception while unmarshalling the response, returns an empty map.
stream | the response XML stream |
logger | the logger to be used for logging any warnings during unmarshal. |