Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceGrid-NodeDynamicInfo
prevIceGrid-Locator
Section


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.

Ztop

Data Members

[ "java:type:java.util.TreeMap<String, String>" ] IceGrid::StringStringDict
Anchor
variables
variables
variables;

The variables defined for the node.

IceGrid::ServerInstanceDescriptorSeq
Anchor
serverInstances
serverInstances
serverInstances;

The server instances.

IceGrid::ServerDescriptorSeq
Anchor
servers
servers
servers;

Servers (which are not template instances).

string
Anchor
loadFactor
loadFactor
loadFactor;

Load factor of the node.

string
Anchor
description
description
description;

The description of this node.

IceGrid::PropertySetDescriptorDict
Anchor
propertySets
propertySets
propertySets;

Property set descriptors.

Ztop

Znav
nextIceGrid-NodeDynamicInfo
prevIceGrid-Locator
Section