Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


IceGrid::NodeInfo

Overview

struct NodeInfo

Information about an IceGrid node.

Used By

Data Member Index

name — The name of the node.
os — The operating system name.
hostname — The network name of the host running this node (as defined in uname()).
release — The operation system release level (as defined in uname()).
version — The operation system version (as defined in uname()).
machine — The machine hardware type (as defined in uname()).
nProcessors — The number of processors.
dataDir — The path to the node data directory.

Data Members

string name;

The name of the node.

string os;

The operating system name.

string hostname;

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

string release;

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

string version;

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

string machine;

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

int nProcessors;

The number of processors.

string dataDir;

The path to the node data directory.


  • No labels