Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceGrid::NodeInfo Struct Reference

Information about an IceGrid node. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

bool operator!= (const NodeInfo &rhs_) const
bool operator< (const NodeInfo &rhs_) const
bool operator<= (const NodeInfo &rhs_) const
bool operator== (const NodeInfo &rhs_) const
bool operator> (const NodeInfo &rhs_) const
bool operator>= (const NodeInfo &rhs_) const

Public Attributes

::std::string dataDir
 The path to the node data directory.
::std::string hostname
 The network name of the host running this node (as defined in uname()).
::std::string machine
 The machine hardware type (as defined in uname()).
::std::string name
 The name of the node.
::Ice::Int nProcessors
 The number of processor threads on the node.
::std::string os
 The operating system name.
::std::string release
 The operation system release level (as defined in uname()).
::std::string version
 The operation system version (as defined in uname()).

Detailed Description

Information about an IceGrid node.

Member Function Documentation

◆ operator!=()

bool IceGrid::NodeInfo::operator!= ( const NodeInfo & rhs_) const
inline

◆ operator<()

bool IceGrid::NodeInfo::operator< ( const NodeInfo & rhs_) const
inline

◆ operator<=()

bool IceGrid::NodeInfo::operator<= ( const NodeInfo & rhs_) const
inline

◆ operator==()

bool IceGrid::NodeInfo::operator== ( const NodeInfo & rhs_) const
inline

◆ operator>()

bool IceGrid::NodeInfo::operator> ( const NodeInfo & rhs_) const
inline

◆ operator>=()

bool IceGrid::NodeInfo::operator>= ( const NodeInfo & rhs_) const
inline

Member Data Documentation

◆ dataDir

::std::string IceGrid::NodeInfo::dataDir

The path to the node data directory.

◆ hostname

::std::string IceGrid::NodeInfo::hostname

The network name of the host running this node (as defined in uname()).

◆ machine

::std::string IceGrid::NodeInfo::machine

The machine hardware type (as defined in uname()).

◆ name

::std::string IceGrid::NodeInfo::name

The name of the node.

◆ nProcessors

::Ice::Int IceGrid::NodeInfo::nProcessors

The number of processor threads on the node.

For example, nProcessors is 8 on a computer with a single quad-core processor and two HT threads per core.

◆ os

::std::string IceGrid::NodeInfo::os

The operating system name.

◆ release

::std::string IceGrid::NodeInfo::release

The operation system release level (as defined in uname()).

◆ version

::std::string IceGrid::NodeInfo::version

The operation system version (as defined in uname()).


The documentation for this struct was generated from the following file: