![]() |
Apache Ignite C++ Client
|
#include <end_point.h>
Public Member Functions | |
| end_point (std::string host, uint16_t port) | |
| std::string | to_string () const |
| int | compare (const end_point &other) const |
Public Attributes | |
| std::string | host |
| uint16_t | port {0} |
Connection end point structure.
|
inline |
Constructor.
| host | Host. |
| port | Port. |
|
inlinenodiscard |
compare to another instance.
| other | Another instance. |
|
inlinenodiscard |
Convert to string.
| std::string ignite::end_point::host |
Remote host.
| uint16_t ignite::end_point::port {0} |
TCP port.