Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceGrid::NodeDynamicInfo Struct Reference

Dynamic information about the state of a node. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

void ice_printFields (std::ostream &os) const
 Outputs the name and value of each field of this instance to the stream.
std::tuple< const ::IceGrid::NodeInfo &, const ::IceGrid::ServerDynamicInfoSeq &, const ::IceGrid::AdapterDynamicInfoSeq & > ice_tuple () const
 Creates a tuple with all the fields of this struct.

Public Attributes

::IceGrid::AdapterDynamicInfoSeq adapters
 The dynamic information of the adapters deployed on this node.
::IceGrid::NodeInfo info
 Some static information about the node.
::IceGrid::ServerDynamicInfoSeq servers
 The dynamic information of the servers deployed on this node.

Detailed Description

Dynamic information about the state of a node.

Definition at line 3302 of file Admin.h.


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