This type is a class for model objects.
A server cluster is a list of application servers that are all cooperating in a workload balanced set. While some aspects of the configuration of the servers that are members of a cluster may vary, the application configuration for all cluster members must be identical.
Package: cluster| Attributes Summary | |
| description : EString | A string that can be used to document any piece of information about the cluster. |
| preferLocal : EBoolean | Indicates whether a client have affinity to the local process or not. |
| shortName : EString | @for zOS only |
| uniqueId : EString | @for zOS only |
| nodeGroupName : EString | The name of the node group that this cluster belongs to. |
| enableHA : EBoolean | Enable high availability for persistent services |
| serverType : ServerTypeKind | Specifies the type of servers that will be contained in this cluster. The default is APPLICATION_SERVER. |
| jsfProvider : EString | The name of the JSF provider to be loaded by the members of this cluster. Valid values are: SunRI1.2 and MyFaces. Default is MyFaces. |
| clusterAddress : EString | Use a ClusterAddress when you do not want the plug-in to perform any type of load balancing because you already have some type of load balancer in between the plug-in and the application server. If a request comes in that does not have affinity established, the plug-in routes it to the cluster address, if defined. If affinity has been established, then the plug-in routes the request directly to the clone, bypassing the cluster address entirely. If no cluster address is defined for the server cluster, then the plug-in load balances across the servers in the primary servers list. |
| prefetchDWLMTable : EBoolean | indicate if plugin should prefetch partition table to improve performance when using M2M replication |
| serverIOTimeoutRetry : EInt | @since 8.5. |
| enableClusterAddressing : EBoolean | @since 8.5 |
| jpaProvider : EString | The name of the JPA provider. |
| jaxrsProvider : EString | The JAX-RS provider: jaxrs-1.1.xml jaxrs-2.0.xml jaxrs-2.0spec.xml jaxrs-1.1spec.xml |
| backupClusters : BackupCluster * | A list of other clusters that can act as backups for this one in case of total cluster failure. |
| members : ClusterMember + | A list of the servers that are members of this cluster. |
| clusterAddressEndPoints : ClusterAddressEndPoint * | * No description is available * |
| clusterAddressProperties : ClusterAddressProperties @ | * No description is available * |
| Attribute Details |