Ice 3.6 Slice API Reference
|
Information about an IceGrid node. More...
Defined in <IceGrid/Admin.ice>
struct NodeInfo { ... }
Data Members | |
string | dataDir |
The path to the node data directory. More... | |
string | hostname |
The network name of the host running this node (as defined in uname()). More... | |
string | machine |
The machine hardware type (as defined in uname()). More... | |
string | name |
The name of the node. More... | |
int | nProcessors |
The number of processor threads on the node. More... | |
string | os |
The operating system name. More... | |
string | release |
The operation system release level (as defined in uname()). More... | |
string | version |
The operation system version (as defined in uname()). More... | |
Information about an IceGrid node.
string dataDir |
The path to the node data directory.
string hostname |
The network name of the host running this node (as defined in uname()).
string machine |
The machine hardware type (as defined in uname()).
string name |
The name of the node.
int 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.
string os |
The operating system name.
string release |
The operation system release level (as defined in uname()).
string version |
The operation system version (as defined in uname()).