hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::handlers::DataNodeOptions Class Reference

#include <DataNodeOptions.hpp>

Inheritance diagram for HCE::handlers::DataNodeOptions:

Public Member Functions

 DataNodeOptions (HandlerProperties &handlerProperties)
virtual ~DataNodeOptions (void)
void initNode (const std::string &iniFile, LoggerStream &logger)
void setHeartbeatDelay (unsigned int heartbeatDelay)
unsigned int getHeartbeatDelay (void)
void setHeartbeatTimeout (unsigned int heartbeatTimeout)
unsigned int getHeartbeatTimeout (void)
void setHeartbeatMode (unsigned int heartbeatMode)
unsigned int getHeartbeatMode (void)

Detailed Description

Definition at line 25 of file DataNodeOptions.hpp.

Constructor & Destructor Documentation

HCE::handlers::DataNodeOptions::DataNodeOptions ( HandlerProperties handlerProperties)

Definition at line 14 of file DataNodeOptions.cpp.

virtual HCE::handlers::DataNodeOptions::~DataNodeOptions ( void  )
inlinevirtual

Definition at line 29 of file DataNodeOptions.hpp.

Member Function Documentation

unsigned int HCE::handlers::DataNodeOptions::getHeartbeatDelay ( void  )

Definition at line 73 of file DataNodeOptions.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int HCE::handlers::DataNodeOptions::getHeartbeatMode ( void  )

Definition at line 95 of file DataNodeOptions.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int HCE::handlers::DataNodeOptions::getHeartbeatTimeout ( void  )

Definition at line 84 of file DataNodeOptions.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::handlers::DataNodeOptions::initNode ( const std::string &  iniFile,
LoggerStream logger 
)

<Process Node's ini file

<Log some error of config file processing

<Log some error of config file processing

Definition at line 19 of file DataNodeOptions.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::handlers::DataNodeOptions::setHeartbeatDelay ( unsigned int  heartbeatDelay)

Definition at line 67 of file DataNodeOptions.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::handlers::DataNodeOptions::setHeartbeatMode ( unsigned int  heartbeatMode)

Definition at line 89 of file DataNodeOptions.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::handlers::DataNodeOptions::setHeartbeatTimeout ( unsigned int  heartbeatTimeout)

Definition at line 78 of file DataNodeOptions.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: