IceGrid::NodeDescriptor
Overview
struct NodeDescriptor
A node descriptor.
Used By
Data Member Index
variables — The variables defined for the node.
serverInstances — The server instances.
servers — Servers (which are not template instances).
loadFactor — Load factor of the node.
description — The description of this node.
propertySets — Property set descriptors.
Data Members
[ "java:type:java.util.TreeMap<String, String>" ] IceGrid::StringStringDict variables;
The variables defined for the node.
IceGrid::ServerInstanceDescriptorSeq serverInstances;
The server instances.
IceGrid::ServerDescriptorSeq servers;
Servers (which are not template instances).
string loadFactor;
Load factor of the node.
string description;
The description of this node.
IceGrid::PropertySetDescriptorDict propertySets;
Property set descriptors.