#include <ServerKeepaliveHandler.h>
Definition at line 39 of file ServerKeepaliveHandler.h.
void ServerKeepaliveHandler::deliver_event_notifications |
( |
uint64_t |
session_id | ) |
|
Callback method.
When the Comm layer needs to deliver an event to the application, this method is called to do so. The set of event types include, CONNECTION_ESTABLISHED, DISCONNECT, MESSAGE, ERROR, and TIMER.
- Parameters
-
event_ptr | smart pointer to Event object |
Implements Hypertable::DispatchHandler.
Definition at line 63 of file ServerKeepaliveHandler.cc.
void ServerKeepaliveHandler::shutdown |
( |
| ) |
|
void ServerKeepaliveHandler::start |
( |
| ) |
|
Comm* Hyperspace::ServerKeepaliveHandler::m_comm |
|
private |
Master* Hyperspace::ServerKeepaliveHandler::m_master |
|
private |
std::mutex Hyperspace::ServerKeepaliveHandler::m_mutex |
|
private |
struct sockaddr_in Hyperspace::ServerKeepaliveHandler::m_send_addr |
|
private |
bool Hyperspace::ServerKeepaliveHandler::m_shutdown {} |
|
private |
The documentation for this class was generated from the following files: