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::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.


  • No labels