◆ unmarshal_the_response()
std::unordered_map< std::string, std::string > hazelcast::client::aws::utility::cloud_utility::unmarshal_the_response |
( |
std::istream & |
stream, |
|
|
logger & |
lg |
|
) |
| |
|
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.
- Parameters
-
stream | the response XML stream |
logger | the logger to be used for logging any warnings during unmarshal. |
- Returns
- map from private to public IP or empty map in case of exceptions
The documentation for this class was generated from the following files:
- hazelcast/include/hazelcast/client/aws/utility/cloud_utility.h
- hazelcast/src/hazelcast/client/discovery.cpp