ClusterMember
This type is a class for model objects.
The cluster member holds data about a server in the cluster set. There is one ClusterMember defined for each server that is collaborating in workload balancing for this cluster.
Package: cluster
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Collection attributes having this type:
ServerCluster.members
Attributes Summary memberName : EString The name of the Server that is this cluster member. This attribute matches the name attribute for the Server. weight : EInt The relative amount of work to be routed to this cluster member. uniqueId : EString An identifier for this server within the cluster. Used for affinity. nodeName : EString The name of the node on which this cluster member is configured to execute. cluster : ServerCluster @ The name of the cluster with which this ClusterMember is associated. (data type is String, default value is unspecified)
Attribute Details
memberName - The name of the Server that is this cluster member. This attribute matches the name attribute for the Server.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
weight - The relative amount of work to be routed to this cluster member.
Data Type: EInt
Default value: unspecified
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
uniqueId - An identifier for this server within the cluster. Used for affinity.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
nodeName - The name of the node on which this cluster member is configured to execute.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
cluster - The name of the cluster with which this ClusterMember is associated. (data type is String, default value is unspecified)
Reference Type: ServerCluster @
Containment: false
Container: true
Required: true
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 1
Upper bound: 1
Unique: true
Derived: false
Transient: true
Volatile: false
Opposite: ServerCluster.members
(C) COPYRIGHT International Business Machines Corp. 1996-2006