ClusterMember

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.



Attributes Summary
memberName : StringThe name of the Server that is this cluster member.
weight : intThe relative amount of work to be routed to this cluster member.
uniqueId : StringAn identifier for this server within the cluster.
nodeName : StringThe name of the node on which this cluster member is configured to execute.
cluster : The name of the cluster with which this ClusterMember is associated.

Attribute Details

memberName    -    The name of the Server that is this cluster member. This attribute matches the name attribute for the Server.
     data type:  String
     default Value:   unspecified



weight    -    The relative amount of work to be routed to this cluster member.
     data type:  int
     default Value:   unspecified



uniqueId    -    An identifier for this server within the cluster. Used for affinity.
     data type:  String
     default Value:   unspecified



nodeName    -    The name of the node on which this cluster member is configured to execute.
     data type:  String
     default Value:   unspecified



cluster    -    The name of the cluster with which this ClusterMember is associated. (data type is String, default value is unspecified)
     data type: 


Copyright IBM Corp. 1997-2004