Class: com.sybase.djc.server.ClusterPartition (Cluster Partition) | EAServer 6.3 Help |
---|
Description | Defines a subset (which can include all members) of a cluster, indicating preferred servers (which clients will connect to if they can) and alternate servers (which clients will connect to only if all preferred servers are unavailable). |
---|---|
Configuration | See Set Properties Task. |
Properties | alternateServers, loadBalancingMonitor, preferredServers, resolveCacheTimeout |
Files | Repository/Instance/com/sybase/djc/server/ClusterPartition/*.properties |
Property: alternateServers (Alternate Servers) | |
---|---|
Description | Comma-separated list of server names for this partition's alternate servers. This list can be empty. |
Property: loadBalancingMonitor (Load Balancing Monitor) | |
---|---|
Description | Required. Name of a thread monitor whose current "waiting thread count" is used as a load balancing metric for this partition. |
Default Value | default |
Property: preferredServers (Preferred Servers) | |
---|---|
Description | Comma-separated list of server names for this partition's preferred servers. This list can be empty, but that is not recommended. |